Skip to content

Commit 844753e

Browse files
feat(all): auto-regenerate discovery clients (#3344)
1 parent ca2b9ad commit 844753e

24 files changed

+2325
-185
lines changed

‎connectors/v1/connectors-api.json‎

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2311,6 +2311,11 @@
23112311
"description": "The standard list page token.",
23122312
"location": "query",
23132313
"type": "string"
2314+
},
2315+
"returnPartialSuccess": {
2316+
"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.",
2317+
"location": "query",
2318+
"type": "boolean"
23142319
}
23152320
},
23162321
"path": "v1/{+name}/operations",
@@ -2757,7 +2762,7 @@
27572762
}
27582763
}
27592764
},
2760-
"revision": "20250917",
2765+
"revision": "20250930",
27612766
"rootUrl": "https://connectors.googleapis.com/",
27622767
"schemas": {
27632768
"AuditConfig": {
@@ -6787,6 +6792,13 @@
67876792
"$ref": "Operation"
67886793
},
67896794
"type": "array"
6795+
},
6796+
"unreachable": {
6797+
"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.",
6798+
"items": {
6799+
"type": "string"
6800+
},
6801+
"type": "array"
67906802
}
67916803
},
67926804
"type": "object"

‎connectors/v1/connectors-gen.go‎

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)