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