public interface TimeZoneOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getId()
public abstract String getId()IANA Time Zone Database time zone. For example "America/New_York".
string id = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The id. |
getIdBytes()
public abstract ByteString getIdBytes()IANA Time Zone Database time zone. For example "America/New_York".
string id = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for id. |
getVersion()
public abstract String getVersion()Optional. IANA Time Zone Database version number. For example "2019a".
string version = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The version. |
getVersionBytes()
public abstract ByteString getVersionBytes()Optional. IANA Time Zone Database version number. For example "2019a".
string version = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for version. |