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 b89e44c

Browse files
committedApr 22, 2025
feat(baremetalsolution): update the api
#### baremetalsolution:v2 The following keys were added: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes (Total Keys: 3)
1 parent b53f6a4 commit b89e44c

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed
 

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

+3-2
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ <h2>Instance Methods</h2>
126126
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
127127
<p class="firstline">Gets information about a location.</p>
128128
<p class="toc_element">
129-
<code><a href="#list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
129+
<code><a href="#list">list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
130130
<p class="firstline">Lists information about the supported locations for this service.</p>
131131
<p class="toc_element">
132132
<code><a href="#list_next">list_next()</a></code></p>
@@ -165,11 +165,12 @@ <h3>Method Details</h3>
165165
</div>
166166

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

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

+7-1
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,12 @@
142142
"name"
143143
],
144144
"parameters": {
145+
"extraLocationTypes": {
146+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
147+
"location": "query",
148+
"repeated": true,
149+
"type": "string"
150+
},
145151
"filter": {
146152
"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).",
147153
"location": "query",
@@ -1722,7 +1728,7 @@
17221728
}
17231729
}
17241730
},
1725-
"revision": "20240830",
1731+
"revision": "20250414",
17261732
"rootUrl": "https://baremetalsolution.googleapis.com/",
17271733
"schemas": {
17281734
"AllowedClient": {

0 commit comments

Comments
 (0)
Please sign in to comment.