Skip to content

Commit b78dd96

Browse files
feat(all): auto-regenerate discovery clients (#3389)
1 parent e3ca7fd commit b78dd96

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

runtimeconfig/v1/runtimeconfig-api.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,11 @@
196196
"description": "The standard list page token.",
197197
"location": "query",
198198
"type": "string"
199+
},
200+
"returnPartialSuccess": {
201+
"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.",
202+
"location": "query",
203+
"type": "boolean"
199204
}
200205
},
201206
"path": "v1/{+name}",
@@ -210,7 +215,7 @@
210215
}
211216
}
212217
},
213-
"revision": "20241219",
218+
"revision": "20251113",
214219
"rootUrl": "https://runtimeconfig.googleapis.com/",
215220
"schemas": {
216221
"CancelOperationRequest": {
@@ -239,6 +244,13 @@
239244
"$ref": "Operation"
240245
},
241246
"type": "array"
247+
},
248+
"unreachable": {
249+
"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.",
250+
"items": {
251+
"type": "string"
252+
},
253+
"type": "array"
242254
}
243255
},
244256
"type": "object"

runtimeconfig/v1/runtimeconfig-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)