Skip to content

Commit c254977

Browse files
feat(parallelstore): update the api
#### parallelstore: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) #### parallelstore: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 682eae1 commit c254977

File tree

4 files changed

+38
-6
lines changed

4 files changed

+38
-6
lines changed

docs/dyn/parallelstore_v1.projects.locations.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

docs/dyn/parallelstore_v1beta.projects.locations.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>
@@ -170,14 +170,15 @@ <h3>Method Details</h3>
170170
</div>
171171

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

176176
Args:
177177
name: string, The name of the operation&#x27;s parent resource. (required)
178178
filter: string, The standard list filter.
179179
pageSize: integer, The standard list page size.
180180
pageToken: string, The standard list page token.
181+
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.
181182
x__xgafv: string, V1 error format.
182183
Allowed values
183184
1 - v1 error format
@@ -209,6 +210,9 @@ <h3>Method Details</h3>
209210
},
210211
},
211212
],
213+
&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.
214+
&quot;A String&quot;,
215+
],
212216
}</pre>
213217
</div>
214218

googleapiclient/discovery_cache/documents/parallelstore.v1.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,6 +532,11 @@
532532
"description": "The standard list page token.",
533533
"location": "query",
534534
"type": "string"
535+
},
536+
"returnPartialSuccess": {
537+
"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.",
538+
"location": "query",
539+
"type": "boolean"
535540
}
536541
},
537542
"path": "v1/{+name}/operations",
@@ -549,7 +554,7 @@
549554
}
550555
}
551556
},
552-
"revision": "20250908",
557+
"revision": "20250924",
553558
"rootUrl": "https://parallelstore.googleapis.com/",
554559
"schemas": {
555560
"CancelOperationRequest": {
@@ -832,6 +837,13 @@
832837
"$ref": "Operation"
833838
},
834839
"type": "array"
840+
},
841+
"unreachable": {
842+
"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.",
843+
"items": {
844+
"type": "string"
845+
},
846+
"type": "array"
835847
}
836848
},
837849
"type": "object"

googleapiclient/discovery_cache/documents/parallelstore.v1beta.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,11 @@
529529
"description": "The standard list page token.",
530530
"location": "query",
531531
"type": "string"
532+
},
533+
"returnPartialSuccess": {
534+
"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.",
535+
"location": "query",
536+
"type": "boolean"
532537
}
533538
},
534539
"path": "v1beta/{+name}/operations",
@@ -546,7 +551,7 @@
546551
}
547552
}
548553
},
549-
"revision": "20250908",
554+
"revision": "20250924",
550555
"rootUrl": "https://parallelstore.googleapis.com/",
551556
"schemas": {
552557
"DestinationGcsBucket": {
@@ -823,6 +828,13 @@
823828
"$ref": "Operation"
824829
},
825830
"type": "array"
831+
},
832+
"unreachable": {
833+
"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.",
834+
"items": {
835+
"type": "string"
836+
},
837+
"type": "array"
826838
}
827839
},
828840
"type": "object"

0 commit comments

Comments
 (0)