public final class TimeZone extends GeneratedMessageV3 implements TimeZoneOrBuilder
Represents a time zone from the IANA Time Zone Database.
Protobuf type google.type.TimeZone
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > TimeZoneImplements
TimeZoneOrBuilderStatic Fields
ID_FIELD_NUMBER
public static final int ID_FIELD_NUMBER
Type | Description |
int |
VERSION_FIELD_NUMBER
public static final int VERSION_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static TimeZone getDefaultInstance()
Type | Description |
TimeZone |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static TimeZone.Builder newBuilder()
Type | Description |
TimeZone.Builder |
newBuilder(TimeZone prototype)
public static TimeZone.Builder newBuilder(TimeZone prototype)
Name | Description |
prototype | TimeZone |
Type | Description |
TimeZone.Builder |
parseDelimitedFrom(InputStream input)
public static TimeZone parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
TimeZone |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static TimeZone parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
TimeZone |
Type | Description |
IOException |
parseFrom(byte[] data)
public static TimeZone parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
TimeZone |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static TimeZone parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
TimeZone |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static TimeZone parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
TimeZone |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TimeZone parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
TimeZone |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static TimeZone parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
TimeZone |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static TimeZone parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
TimeZone |
Type | Description |
IOException |
parseFrom(InputStream input)
public static TimeZone parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
TimeZone |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static TimeZone parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
TimeZone |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static TimeZone parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
TimeZone |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static TimeZone parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
TimeZone |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<TimeZone> parser()
Type | Description |
Parser<TimeZone> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public TimeZone getDefaultInstanceForType()
Type | Description |
TimeZone |
getId()
public String getId()
IANA Time Zone Database time zone, e.g. "America/New_York".
string id = 1;
Type | Description |
String | The id. |
getIdBytes()
public ByteString getIdBytes()
IANA Time Zone Database time zone, e.g. "America/New_York".
string id = 1;
Type | Description |
ByteString | The bytes for id. |
getParserForType()
public Parser<TimeZone> getParserForType()
Type | Description |
Parser<TimeZone> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
getVersion()
public String getVersion()
Optional. IANA Time Zone Database version number, e.g. "2019a".
string version = 2;
Type | Description |
String | The version. |
getVersionBytes()
public ByteString getVersionBytes()
Optional. IANA Time Zone Database version number, e.g. "2019a".
string version = 2;
Type | Description |
ByteString | The bytes for version. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public TimeZone.Builder newBuilderForType()
Type | Description |
TimeZone.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected TimeZone.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
TimeZone.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public TimeZone.Builder toBuilder()
Type | Description |
TimeZone.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |