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 java.lang.String
getId()
IANA Time Zone Database time zone, e.g.com.google.protobuf.ByteString
getIdBytes()
IANA Time Zone Database time zone, e.g.java.lang.String
getVersion()
Optional.com.google.protobuf.ByteString
getVersionBytes()
Optional.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getId
java.lang.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
java.lang.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.
-
-