Package com.google.type
Interface TimeZoneOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TimeZone,TimeZone.Builder
public interface TimeZoneOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()IANA Time Zone Database time zone, e.g.com.google.protobuf.ByteStringgetIdBytes()IANA Time Zone Database time zone, e.g.StringgetVersion()Optional.com.google.protobuf.ByteStringgetVersionBytes()Optional.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getId
String getId()
IANA Time Zone Database time zone, e.g. "America/New_York".
string id = 1;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
IANA Time Zone Database time zone, e.g. "America/New_York".
string id = 1;- Returns:
- The bytes for id.
-
getVersion
String getVersion()
Optional. IANA Time Zone Database version number, e.g. "2019a".
string version = 2;- Returns:
- The version.
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()
Optional. IANA Time Zone Database version number, e.g. "2019a".
string version = 2;- Returns:
- The bytes for version.
-
-