Method: legacySoarSettings.legacyGetTimeZones

Full name: projects.locations.instances.legacySoarSettings.legacyGetTimeZones

legacySoarSettings.legacyGetTimeZones returns the time zones.

HTTP request


Path parameters

Parameters
instance

string

Required. The instance to get the time zones for. Format: projects/{project}/locations/{location}/instances/{instance}

Request body

The request body must be empty.

Response body

Response message for LegacySoarSettingService.LegacyGetTimeZones.

If successful, the response body contains data with the following structure:

JSON representation
{
  "timeZones": [
    {
      object (LegacyTimeZoneDetails)
    }
  ]
}
Fields
timeZones[]

object (LegacyTimeZoneDetails)

Output only. The time zones details.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

LegacyTimeZoneDetails

The time zone details.

JSON representation
{
  "zoneId": string,
  "countryName": string,
  "description": string,
  "offsetInMinutes": integer
}
Fields
zoneId

string

Output only. The zone id.

countryName

string

Output only. The country name.

description

string

Output only. The description.

offsetInMinutes

integer

Output only. The offset in minutes.