public interface TimeZoneSettingsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getTimeZone()
public abstract String getTimeZone()Optional. The time zone of the app from the time zone database, e.g., America/Los_Angeles, Europe/Paris.
string time_zone = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The timeZone. |
getTimeZoneBytes()
public abstract ByteString getTimeZoneBytes()Optional. The time zone of the app from the time zone database, e.g., America/Los_Angeles, Europe/Paris.
string time_zone = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for timeZone. |