Skip to content

Commit c8e19f3

Browse files
feat(workflows): update the api
#### workflows:v1 The following keys were added: - resources.projects.resources.locations.resources.operations.methods.list.parameters.returnPartialSuccess (Total Keys: 2) - schemas.ListOperationsResponse.properties.unreachable (Total Keys: 2) #### workflows:v1beta The following keys were added: - resources.projects.resources.locations.resources.operations.methods.list.parameters.returnPartialSuccess (Total Keys: 2) - schemas.ListOperationsResponse.properties.unreachable (Total Keys: 2)
1 parent b8f17a0 commit c8e19f3

File tree

4 files changed

+38
-6
lines changed

4 files changed

+38
-6
lines changed

docs/dyn/workflows_v1.projects.locations.operations.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ <h2>Instance Methods</h2>
8484
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
8585
<p class="firstline">Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.</p>
8686
<p class="toc_element">
87-
<code><a href="#list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
87+
<code><a href="#list">list(name, filter=None, pageSize=None, pageToken=None, returnPartialSuccess=None, x__xgafv=None)</a></code></p>
8888
<p class="firstline">Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.</p>
8989
<p class="toc_element">
9090
<code><a href="#list_next">list_next()</a></code></p>
@@ -149,14 +149,15 @@ <h3>Method Details</h3>
149149
</div>
150150

151151
<div class="method">
152-
<code class="details" id="list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
152+
<code class="details" id="list">list(name, filter=None, pageSize=None, pageToken=None, returnPartialSuccess=None, x__xgafv=None)</code>
153153
<pre>Lists operations that match the specified filter in the request. If the server doesn&#x27;t support this method, it returns `UNIMPLEMENTED`.
154154

155155
Args:
156156
name: string, The name of the operation&#x27;s parent resource. (required)
157157
filter: string, The standard list filter.
158158
pageSize: integer, The standard list page size.
159159
pageToken: string, The standard list page token.
160+
returnPartialSuccess: boolean, When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `&quot;projects/example/locations/-&quot;`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.
160161
x__xgafv: string, V1 error format.
161162
Allowed values
162163
1 - v1 error format
@@ -188,6 +189,9 @@ <h3>Method Details</h3>
188189
},
189190
},
190191
],
192+
&quot;unreachable&quot;: [ # Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.
193+
&quot;A String&quot;,
194+
],
191195
}</pre>
192196
</div>
193197

docs/dyn/workflows_v1beta.projects.locations.operations.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ <h2>Instance Methods</h2>
8484
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
8585
<p class="firstline">Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.</p>
8686
<p class="toc_element">
87-
<code><a href="#list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
87+
<code><a href="#list">list(name, filter=None, pageSize=None, pageToken=None, returnPartialSuccess=None, x__xgafv=None)</a></code></p>
8888
<p class="firstline">Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.</p>
8989
<p class="toc_element">
9090
<code><a href="#list_next">list_next()</a></code></p>
@@ -149,14 +149,15 @@ <h3>Method Details</h3>
149149
</div>
150150

151151
<div class="method">
152-
<code class="details" id="list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
152+
<code class="details" id="list">list(name, filter=None, pageSize=None, pageToken=None, returnPartialSuccess=None, x__xgafv=None)</code>
153153
<pre>Lists operations that match the specified filter in the request. If the server doesn&#x27;t support this method, it returns `UNIMPLEMENTED`.
154154

155155
Args:
156156
name: string, The name of the operation&#x27;s parent resource. (required)
157157
filter: string, The standard list filter.
158158
pageSize: integer, The standard list page size.
159159
pageToken: string, The standard list page token.
160+
returnPartialSuccess: boolean, When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `&quot;projects/example/locations/-&quot;`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.
160161
x__xgafv: string, V1 error format.
161162
Allowed values
162163
1 - v1 error format
@@ -188,6 +189,9 @@ <h3>Method Details</h3>
188189
},
189190
},
190191
],
192+
&quot;unreachable&quot;: [ # Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.
193+
&quot;A String&quot;,
194+
],
191195
}</pre>
192196
</div>
193197

googleapiclient/discovery_cache/documents/workflows.v1.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,11 @@
266266
"description": "The standard list page token.",
267267
"location": "query",
268268
"type": "string"
269+
},
270+
"returnPartialSuccess": {
271+
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
272+
"location": "query",
273+
"type": "boolean"
269274
}
270275
},
271276
"path": "v1/{+name}/operations",
@@ -491,7 +496,7 @@
491496
}
492497
}
493498
},
494-
"revision": "20250916",
499+
"revision": "20251013",
495500
"rootUrl": "https://workflows.googleapis.com/",
496501
"schemas": {
497502
"Empty": {
@@ -532,6 +537,13 @@
532537
"$ref": "Operation"
533538
},
534539
"type": "array"
540+
},
541+
"unreachable": {
542+
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.",
543+
"items": {
544+
"type": "string"
545+
},
546+
"type": "array"
535547
}
536548
},
537549
"type": "object"

googleapiclient/discovery_cache/documents/workflows.v1beta.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,11 @@
266266
"description": "The standard list page token.",
267267
"location": "query",
268268
"type": "string"
269+
},
270+
"returnPartialSuccess": {
271+
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
272+
"location": "query",
273+
"type": "boolean"
269274
}
270275
},
271276
"path": "v1beta/{+name}/operations",
@@ -450,7 +455,7 @@
450455
}
451456
}
452457
},
453-
"revision": "20250916",
458+
"revision": "20251013",
454459
"rootUrl": "https://workflows.googleapis.com/",
455460
"schemas": {
456461
"Empty": {
@@ -491,6 +496,13 @@
491496
"$ref": "Operation"
492497
},
493498
"type": "array"
499+
},
500+
"unreachable": {
501+
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.",
502+
"items": {
503+
"type": "string"
504+
},
505+
"type": "array"
494506
}
495507
},
496508
"type": "object"

0 commit comments

Comments
 (0)