public interface TimeZoneOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getId()
public abstract String getId()IANA Time Zone Database time zone. For example "America/New_York".
optional string id = 3355;
| Returns | |
|---|---|
| Type | Description |
String |
The id. |
getIdBytes()
public abstract ByteString getIdBytes()IANA Time Zone Database time zone. For example "America/New_York".
optional string id = 3355;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for id. |
getVersion()
public abstract String getVersion()Optional. IANA Time Zone Database version number. For example "2019a".
optional string version = 351608024;
| Returns | |
|---|---|
| Type | Description |
String |
The version. |
getVersionBytes()
public abstract ByteString getVersionBytes()Optional. IANA Time Zone Database version number. For example "2019a".
optional string version = 351608024;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for version. |
hasId()
public abstract boolean hasId()IANA Time Zone Database time zone. For example "America/New_York".
optional string id = 3355;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the id field is set. |
hasVersion()
public abstract boolean hasVersion()Optional. IANA Time Zone Database version number. For example "2019a".
optional string version = 351608024;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the version field is set. |