Skip to content

Commit 76f1159

Browse files
feat(checks): update the api
#### checks:v1alpha The following keys were added: - resources.accounts.resources.apps.resources.operations.methods.list.parameters.returnPartialSuccess (Total Keys: 2) - schemas.ListOperationsResponse.properties.unreachable (Total Keys: 2)
1 parent 8103d97 commit 76f1159

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

docs/dyn/checks_v1alpha.accounts.apps.operations.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ <h2>Instance Methods</h2>
8787
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
8888
<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>
8989
<p class="toc_element">
90-
<code><a href="#list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
90+
<code><a href="#list">list(name, filter=None, pageSize=None, pageToken=None, returnPartialSuccess=None, x__xgafv=None)</a></code></p>
9191
<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>
9292
<p class="toc_element">
9393
<code><a href="#list_next">list_next()</a></code></p>
@@ -179,14 +179,15 @@ <h3>Method Details</h3>
179179
</div>
180180

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

185185
Args:
186186
name: string, The name of the operation&#x27;s parent resource. (required)
187187
filter: string, The standard list filter.
188188
pageSize: integer, The standard list page size.
189189
pageToken: string, The standard list page token.
190+
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.
190191
x__xgafv: string, V1 error format.
191192
Allowed values
192193
1 - v1 error format
@@ -218,6 +219,9 @@ <h3>Method Details</h3>
218219
},
219220
},
220221
],
222+
&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.
223+
&quot;A String&quot;,
224+
],
221225
}</pre>
222226
</div>
223227

googleapiclient/discovery_cache/documents/checks.v1alpha.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,11 @@
259259
"description": "The standard list page token.",
260260
"location": "query",
261261
"type": "string"
262+
},
263+
"returnPartialSuccess": {
264+
"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.",
265+
"location": "query",
266+
"type": "boolean"
262267
}
263268
},
264269
"path": "v1alpha/{+name}/operations",
@@ -552,7 +557,7 @@
552557
}
553558
}
554559
},
555-
"revision": "20241203",
560+
"revision": "20250925",
556561
"rootUrl": "https://checks.googleapis.com/",
557562
"schemas": {
558563
"CancelOperationRequest": {
@@ -2403,6 +2408,13 @@
24032408
"$ref": "Operation"
24042409
},
24052410
"type": "array"
2411+
},
2412+
"unreachable": {
2413+
"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.",
2414+
"items": {
2415+
"type": "string"
2416+
},
2417+
"type": "array"
24062418
}
24072419
},
24082420
"type": "object"

0 commit comments

Comments
 (0)