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
projectsId: string, Part of `name`. Resource name for the location. (required)
111
+
locationsId: string, Part of `name`. See documentation of `projectsId`. (required)
112
+
x__xgafv: string, V1 error format.
113
+
Allowed values
114
+
1 - v1 error format
115
+
2 - v2 error format
116
+
117
+
Returns:
118
+
An object of the form:
119
+
120
+
{ # A resource that represents Google Cloud Platform location.
121
+
"displayName": "A String", # The friendly name for this location, typically a nearby city name. For example, "Tokyo".
122
+
"labels": { # Cross-service attributes for the location. For example {"cloud.googleapis.com/region": "us-east1"}
123
+
"a_key": "A String",
124
+
},
125
+
"locationId": "A String", # The canonical id for this location. For example: "us-east1".
126
+
"metadata": { # Service-specific metadata. For example the available capacity at the given location.
127
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
128
+
},
129
+
"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.
136
+
137
+
Args:
138
+
projectsId: string, Part of `name`. The resource that owns the locations collection, if applicable. (required)
139
+
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).
140
+
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
141
+
pageToken: string, A page token received from the next_page_token field in the response. Send that page token to receive the subsequent page.
142
+
x__xgafv: string, V1 error format.
143
+
Allowed values
144
+
1 - v1 error format
145
+
2 - v2 error format
146
+
147
+
Returns:
148
+
An object of the form:
149
+
150
+
{ # The response message for Locations.ListLocations.
151
+
"locations": [ # A list of locations that matches the specified filter in the request.
152
+
{ # A resource that represents Google Cloud Platform location.
153
+
"displayName": "A String", # The friendly name for this location, typically a nearby city name. For example, "Tokyo".
154
+
"labels": { # Cross-service attributes for the location. For example {"cloud.googleapis.com/region": "us-east1"}
155
+
"a_key": "A String",
156
+
},
157
+
"locationId": "A String", # The canonical id for this location. For example: "us-east1".
158
+
"metadata": { # Service-specific metadata. For example the available capacity at the given location.
159
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
160
+
},
161
+
"name": "A String", # Resource name for the location, which may vary between implementations. For example: "projects/example-project/locations/us-east1"
162
+
},
163
+
],
164
+
"nextPageToken": "A String", # The standard List next-page token.
0 commit comments