The response message for Locations.ListLocations
.
JSON representation |
---|
{
"locations": [
{
object ( |
Fields | |
---|---|
locations[] |
A list of locations that matches the specified filter in the request. |
nextPageToken |
The standard List next-page token. |
Location
A resource that represents a Google Cloud location.
JSON representation |
---|
{ "name": string, "locationId": string, "displayName": string, "labels": { string: string, ... }, "metadata": { "@type": string, field1: ..., ... } } |
Fields | |
---|---|
name |
Full resource name for the region. For example: "projects/example-project/locations/us-east1". |
locationId |
Resource ID for the region. For example: "us-east1". |
displayName |
The friendly name for this location, typically a nearby city name. For example, "Tokyo". |
labels |
Cross-service attributes for the location. For example
An object containing a list of |
metadata |
Output only. The set of available zones in the location. The map is keyed by the lowercase ID of each zone, as defined by Compute Engine. These keys can be specified in |