Skip to content

Commit 0b15836

Browse files
feat(certificatemanager): update the api
#### certificatemanager:v1 The following keys were added: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes (Total Keys: 3)
1 parent 734a681 commit 0b15836

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

docs/dyn/certificatemanager_v1.projects.locations.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ <h2>Instance Methods</h2>
111111
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
112112
<p class="firstline">Gets information about a location.</p>
113113
<p class="toc_element">
114-
<code><a href="#list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
114+
<code><a href="#list">list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
115115
<p class="firstline">Lists information about the supported locations for this service.</p>
116116
<p class="toc_element">
117117
<code><a href="#list_next">list_next()</a></code></p>
@@ -150,11 +150,12 @@ <h3>Method Details</h3>
150150
</div>
151151

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

156156
Args:
157157
name: string, The resource that owns the locations collection, if applicable. (required)
158+
extraLocationTypes: string, Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations. (repeated)
158159
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).
159160
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
160161
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/certificatemanager.v1.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,12 @@
143143
"name"
144144
],
145145
"parameters": {
146+
"extraLocationTypes": {
147+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
148+
"location": "query",
149+
"repeated": true,
150+
"type": "string"
151+
},
146152
"filter": {
147153
"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).",
148154
"location": "query",
@@ -1314,7 +1320,7 @@
13141320
}
13151321
}
13161322
},
1317-
"revision": "20250211",
1323+
"revision": "20250423",
13181324
"rootUrl": "https://certificatemanager.googleapis.com/",
13191325
"schemas": {
13201326
"AllowlistedCertificate": {

0 commit comments

Comments
 (0)