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 6f0fba3

Browse files
committedApr 22, 2025
feat(workloadmanager): update the api
#### workloadmanager:v1 The following keys were added: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes (Total Keys: 3)
1 parent 5e23125 commit 6f0fba3

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed
 

‎docs/dyn/workloadmanager_v1.projects.locations.evaluations.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ <h3>Method Details</h3>
112112
body: object, The request body.
113113
The object takes the form of:
114114

115-
{ # LINT.IfChange Message describing Evaluation object
115+
{ # Message describing Evaluation object
116116
&quot;bigQueryDestination&quot;: { # Message describing big query destination # Optional. BigQuery destination
117117
&quot;createNewResultsTable&quot;: True or False, # Optional. determine if results will be saved in a new table
118118
&quot;destinationDataset&quot;: &quot;A String&quot;, # Optional. destination dataset to save evaluation results
@@ -239,7 +239,7 @@ <h3>Method Details</h3>
239239
Returns:
240240
An object of the form:
241241

242-
{ # LINT.IfChange Message describing Evaluation object
242+
{ # Message describing Evaluation object
243243
&quot;bigQueryDestination&quot;: { # Message describing big query destination # Optional. BigQuery destination
244244
&quot;createNewResultsTable&quot;: True or False, # Optional. determine if results will be saved in a new table
245245
&quot;destinationDataset&quot;: &quot;A String&quot;, # Optional. destination dataset to save evaluation results
@@ -305,7 +305,7 @@ <h3>Method Details</h3>
305305

306306
{ # Message for response to listing Evaluations
307307
&quot;evaluations&quot;: [ # The list of Evaluation
308-
{ # LINT.IfChange Message describing Evaluation object
308+
{ # Message describing Evaluation object
309309
&quot;bigQueryDestination&quot;: { # Message describing big query destination # Optional. BigQuery destination
310310
&quot;createNewResultsTable&quot;: True or False, # Optional. determine if results will be saved in a new table
311311
&quot;destinationDataset&quot;: &quot;A String&quot;, # Optional. destination dataset to save evaluation results

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

+3-2
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ <h2>Instance Methods</h2>
106106
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
107107
<p class="firstline">Gets information about a location.</p>
108108
<p class="toc_element">
109-
<code><a href="#list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
109+
<code><a href="#list">list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
110110
<p class="firstline">Lists information about the supported locations for this service.</p>
111111
<p class="toc_element">
112112
<code><a href="#list_next">list_next()</a></code></p>
@@ -145,11 +145,12 @@ <h3>Method Details</h3>
145145
</div>
146146

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

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

+8-2
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",
@@ -922,7 +928,7 @@
922928
}
923929
}
924930
},
925-
"revision": "20250319",
931+
"revision": "20250326",
926932
"rootUrl": "https://workloadmanager.googleapis.com/",
927933
"schemas": {
928934
"APILayerServer": {
@@ -1304,7 +1310,7 @@
13041310
"type": "object"
13051311
},
13061312
"Evaluation": {
1307-
"description": "LINT.IfChange Message describing Evaluation object",
1313+
"description": "Message describing Evaluation object",
13081314
"id": "Evaluation",
13091315
"properties": {
13101316
"bigQueryDestination": {

0 commit comments

Comments
 (0)
Please sign in to comment.