Skip to content

Commit 575ef67

Browse files
feat(cloudchannel): update the api
#### cloudchannel:v1 The following keys were added: - resources.operations.methods.list.parameters.returnPartialSuccess (Total Keys: 2) - schemas.GoogleLongrunningListOperationsResponse.properties.unreachable (Total Keys: 2)
1 parent 8b8caa2 commit 575ef67

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

docs/dyn/cloudchannel_v1.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>
@@ -176,14 +176,15 @@ <h3>Method Details</h3>
176176
</div>
177177

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

182182
Args:
183183
name: string, The name of the operation&#x27;s parent resource. (required)
184184
filter: string, The standard list filter.
185185
pageSize: integer, The standard list page size.
186186
pageToken: string, The standard list page token.
187+
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.
187188
x__xgafv: string, V1 error format.
188189
Allowed values
189190
1 - v1 error format
@@ -215,6 +216,9 @@ <h3>Method Details</h3>
215216
},
216217
},
217218
],
219+
&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.
220+
&quot;A String&quot;,
221+
],
218222
}</pre>
219223
</div>
220224

googleapiclient/discovery_cache/documents/cloudchannel.v1.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2183,6 +2183,11 @@
21832183
"description": "The standard list page token.",
21842184
"location": "query",
21852185
"type": "string"
2186+
},
2187+
"returnPartialSuccess": {
2188+
"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.",
2189+
"location": "query",
2190+
"type": "boolean"
21862191
}
21872192
},
21882193
"path": "v1/{+name}",
@@ -2289,7 +2294,7 @@
22892294
}
22902295
}
22912296
},
2292-
"revision": "20250809",
2297+
"revision": "20250929",
22932298
"rootUrl": "https://cloudchannel.googleapis.com/",
22942299
"schemas": {
22952300
"GoogleCloudChannelV1ActivateEntitlementRequest": {
@@ -5851,6 +5856,13 @@ false
58515856
"$ref": "GoogleLongrunningOperation"
58525857
},
58535858
"type": "array"
5859+
},
5860+
"unreachable": {
5861+
"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.",
5862+
"items": {
5863+
"type": "string"
5864+
},
5865+
"type": "array"
58545866
}
58555867
},
58565868
"type": "object"

0 commit comments

Comments
 (0)