public interface LocalizedTimeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.type.LocalizedText |
getTime()
The time specified as a string in a given time zone.
|
com.google.type.LocalizedTextOrBuilder |
getTimeOrBuilder()
The time specified as a string in a given time zone.
|
String |
getTimeZone()
Contains the time zone.
|
com.google.protobuf.ByteString |
getTimeZoneBytes()
Contains the time zone.
|
boolean |
hasTime()
The time specified as a string in a given time zone.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTime()
The time specified as a string in a given time zone.
.google.type.LocalizedText time = 1;com.google.type.LocalizedText getTime()
The time specified as a string in a given time zone.
.google.type.LocalizedText time = 1;com.google.type.LocalizedTextOrBuilder getTimeOrBuilder()
The time specified as a string in a given time zone.
.google.type.LocalizedText time = 1;String getTimeZone()
Contains the time zone. The value is the name of the time zone as defined in the [IANA Time Zone Database](http://www.iana.org/time-zones), e.g. "America/New_York".
string time_zone = 2;com.google.protobuf.ByteString getTimeZoneBytes()
Contains the time zone. The value is the name of the time zone as defined in the [IANA Time Zone Database](http://www.iana.org/time-zones), e.g. "America/New_York".
string time_zone = 2;Copyright © 2025 Google LLC. All rights reserved.