Skip to content

Commit 9ca867f

Browse files
fix(vision): update the API
#### vision:v1 The following keys were changed: - resources.operations.methods.list.parameters.returnPartialSuccess.description - schemas.ListOperationsResponse.properties.unreachable.description
1 parent f27b90b commit 9ca867f

File tree

4 files changed

+60
-114
lines changed

4 files changed

+60
-114
lines changed

discovery/vision-v1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@
342342
"type": "string"
343343
},
344344
"returnPartialSuccess": {
345-
"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.",
345+
"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.",
346346
"location": "query",
347347
"type": "boolean"
348348
}
@@ -1287,7 +1287,7 @@
12871287
}
12881288
}
12891289
},
1290-
"revision": "20251003",
1290+
"revision": "20251120",
12911291
"rootUrl": "https://vision.googleapis.com/",
12921292
"schemas": {
12931293
"AddProductToProductSetRequest": {
@@ -8467,7 +8467,7 @@
84678467
"type": "array"
84688468
},
84698469
"unreachable": {
8470-
"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.",
8470+
"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.",
84718471
"items": {
84728472
"type": "string"
84738473
},

0 commit comments

Comments
 (0)