public interface TimeZoneOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
IANA Time Zone Database time zone, e.g.
|
com.google.protobuf.ByteString |
getIdBytes()
IANA Time Zone Database time zone, e.g.
|
String |
getVersion()
Optional.
|
com.google.protobuf.ByteString |
getVersionBytes()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getId()
IANA Time Zone Database time zone, e.g. "America/New_York".
string id = 1;com.google.protobuf.ByteString getIdBytes()
IANA Time Zone Database time zone, e.g. "America/New_York".
string id = 1;String getVersion()
Optional. IANA Time Zone Database version number, e.g. "2019a".
string version = 2;com.google.protobuf.ByteString getVersionBytes()
Optional. IANA Time Zone Database version number, e.g. "2019a".
string version = 2;Copyright © 2020 Google LLC. All rights reserved.