Skip to content

Commit 6c8635a

Browse files
feat(datalabeling): update the api
#### datalabeling:v1beta1 The following keys were added: - resources.projects.resources.operations.methods.list.parameters.returnPartialSuccess (Total Keys: 2) - schemas.GoogleLongrunningListOperationsResponse.properties.unreachable (Total Keys: 2)
1 parent b7b17f8 commit 6c8635a

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

docs/dyn/datalabeling_v1beta1.projects.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. For example, when `parent` is set to `&quot;projects/example/locations/-&quot;`. This field is not supported by default 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. For example, 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/datalabeling.v1beta1.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1581,6 +1581,11 @@
15811581
"description": "The standard list page token.",
15821582
"location": "query",
15831583
"type": "string"
1584+
},
1585+
"returnPartialSuccess": {
1586+
"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. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
1587+
"location": "query",
1588+
"type": "boolean"
15841589
}
15851590
},
15861591
"path": "v1beta1/{+name}/operations",
@@ -1596,7 +1601,7 @@
15961601
}
15971602
}
15981603
},
1599-
"revision": "20250127",
1604+
"revision": "20260201",
16001605
"rootUrl": "https://datalabeling.googleapis.com/",
16011606
"schemas": {
16021607
"GoogleCloudDatalabelingV1alpha1CreateInstructionMetadata": {
@@ -5580,6 +5585,13 @@
55805585
"$ref": "GoogleLongrunningOperation"
55815586
},
55825587
"type": "array"
5588+
},
5589+
"unreachable": {
5590+
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.",
5591+
"items": {
5592+
"type": "string"
5593+
},
5594+
"type": "array"
55835595
}
55845596
},
55855597
"type": "object"

0 commit comments

Comments
 (0)