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 5e23125

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

File tree

4 files changed

+20
-6
lines changed

4 files changed

+20
-6
lines changed
 

‎docs/dyn/workflows_v1.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.

‎docs/dyn/workflows_v1beta.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/workflows.v1.json

+7-1
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",
@@ -485,7 +491,7 @@
485491
}
486492
}
487493
},
488-
"revision": "20250212",
494+
"revision": "20250409",
489495
"rootUrl": "https://workflows.googleapis.com/",
490496
"schemas": {
491497
"Empty": {

‎googleapiclient/discovery_cache/documents/workflows.v1beta.json

+7-1
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",
@@ -444,7 +450,7 @@
444450
}
445451
}
446452
},
447-
"revision": "20240619",
453+
"revision": "20250409",
448454
"rootUrl": "https://workflows.googleapis.com/",
449455
"schemas": {
450456
"Empty": {

0 commit comments

Comments
 (0)
Please sign in to comment.