Skip to content

Commit bf0bc27

Browse files
feat(cloudbuild): update the api
#### cloudbuild:v2 The following keys were added: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes (Total Keys: 3)
1 parent d644ef9 commit bf0bc27

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

docs/dyn/cloudbuild_v2.projects.locations.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ <h2>Instance Methods</h2>
9191
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
9292
<p class="firstline">Gets information about a location.</p>
9393
<p class="toc_element">
94-
<code><a href="#list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
94+
<code><a href="#list">list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
9595
<p class="firstline">Lists information about the supported locations for this service.</p>
9696
<p class="toc_element">
9797
<code><a href="#list_next">list_next()</a></code></p>
@@ -130,11 +130,12 @@ <h3>Method Details</h3>
130130
</div>
131131

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

136136
Args:
137137
name: string, The resource that owns the locations collection, if applicable. (required)
138+
extraLocationTypes: string, Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations. (repeated)
138139
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).
139140
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
140141
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/cloudbuild.v2.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,12 @@
365365
"name"
366366
],
367367
"parameters": {
368+
"extraLocationTypes": {
369+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
370+
"location": "query",
371+
"repeated": true,
372+
"type": "string"
373+
},
368374
"filter": {
369375
"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).",
370376
"location": "query",
@@ -1076,7 +1082,7 @@
10761082
}
10771083
}
10781084
},
1079-
"revision": "20250303",
1085+
"revision": "20250321",
10801086
"rootUrl": "https://cloudbuild.googleapis.com/",
10811087
"schemas": {
10821088
"AuditConfig": {

0 commit comments

Comments
 (0)