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
<pre>Lists information about the supported locations for this service.
207
207
208
208
Args:
209
209
name: string, The resource that owns the locations collection, if applicable. (required)
210
+
extraLocationTypes: string, Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations. (repeated)
210
211
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).
211
212
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
212
213
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/cloudkms.v1.json
+7-1
Original file line number
Diff line number
Diff line change
@@ -382,6 +382,12 @@
382
382
"name"
383
383
],
384
384
"parameters": {
385
+
"extraLocationTypes": {
386
+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
387
+
"location": "query",
388
+
"repeated": true,
389
+
"type": "string"
390
+
},
385
391
"filter": {
386
392
"description": "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).",
0 commit comments