Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c528349

Browse files
committedApr 22, 2025
feat(cloudkms): update the api
#### cloudkms:v1 The following keys were added: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes (Total Keys: 3)
1 parent 4ee8312 commit c528349

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed
 

‎docs/dyn/cloudkms_v1.projects.locations.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ <h2>Instance Methods</h2>
112112
<code><a href="#getEkmConfig">getEkmConfig(name, x__xgafv=None)</a></code></p>
113113
<p class="firstline">Returns the EkmConfig singleton resource for a given project and location.</p>
114114
<p class="toc_element">
115-
<code><a href="#list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
115+
<code><a href="#list">list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
116116
<p class="firstline">Lists information about the supported locations for this service.</p>
117117
<p class="toc_element">
118118
<code><a href="#list_next">list_next()</a></code></p>
@@ -202,11 +202,12 @@ <h3>Method Details</h3>
202202
</div>
203203

204204
<div class="method">
205-
<code class="details" id="list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
205+
<code class="details" id="list">list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
206206
<pre>Lists information about the supported locations for this service.
207207

208208
Args:
209209
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)
210211
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like `&quot;displayName=tokyo&quot;`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
211212
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
212213
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.

‎googleapiclient/discovery_cache/documents/cloudkms.v1.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,12 @@
382382
"name"
383383
],
384384
"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+
},
385391
"filter": {
386392
"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).",
387393
"location": "query",
@@ -2152,7 +2158,7 @@
21522158
}
21532159
}
21542160
},
2155-
"revision": "20250227",
2161+
"revision": "20250414",
21562162
"rootUrl": "https://cloudkms.googleapis.com/",
21572163
"schemas": {
21582164
"AsymmetricDecryptRequest": {

0 commit comments

Comments
 (0)
Please sign in to comment.