Interface TimeZoneSettingsOrBuilder (0.1.0)

public interface TimeZoneSettingsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.