You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name: string, Resource name for the location. (required)
106
+
x__xgafv: string, V1 error format.
107
+
Allowed values
108
+
1 - v1 error format
109
+
2 - v2 error format
110
+
111
+
Returns:
112
+
An object of the form:
113
+
114
+
{ # A resource that represents a Google Cloud location.
115
+
"displayName": "A String", # The friendly name for this location, typically a nearby city name. For example, "Tokyo".
116
+
"labels": { # Cross-service attributes for the location. For example {"cloud.googleapis.com/region": "us-east1"}
117
+
"a_key": "A String",
118
+
},
119
+
"locationId": "A String", # The canonical id for this location. For example: `"us-east1"`.
120
+
"metadata": { # Service-specific metadata. For example the available capacity at the given location.
121
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
122
+
},
123
+
"name": "A String", # Resource name for the location, which may vary between implementations. For example: `"projects/example-project/locations/us-east1"`
<pre>Lists information about the supported locations for this service.
130
+
131
+
Args:
132
+
name: string, The resource that owns the locations collection, if applicable. (required)
133
+
extraLocationTypes: string, Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations. (repeated)
134
+
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
135
+
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
136
+
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
137
+
x__xgafv: string, V1 error format.
138
+
Allowed values
139
+
1 - v1 error format
140
+
2 - v2 error format
141
+
142
+
Returns:
143
+
An object of the form:
144
+
145
+
{ # The response message for Locations.ListLocations.
146
+
"locations": [ # A list of locations that matches the specified filter in the request.
147
+
{ # A resource that represents a Google Cloud location.
148
+
"displayName": "A String", # The friendly name for this location, typically a nearby city name. For example, "Tokyo".
149
+
"labels": { # Cross-service attributes for the location. For example {"cloud.googleapis.com/region": "us-east1"}
150
+
"a_key": "A String",
151
+
},
152
+
"locationId": "A String", # The canonical id for this location. For example: `"us-east1"`.
153
+
"metadata": { # Service-specific metadata. For example the available capacity at the given location.
154
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
155
+
},
156
+
"name": "A String", # Resource name for the location, which may vary between implementations. For example: `"projects/example-project/locations/us-east1"`
157
+
},
158
+
],
159
+
"nextPageToken": "A String", # The standard List next-page token.
0 commit comments