You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DiscoveryJson/vpcaccess.v1.json
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@
119
119
],
120
120
"parameters": {
121
121
"extraLocationTypes": {
122
-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
122
+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
123
123
"location": "query",
124
124
"repeated": true,
125
125
"type": "string"
@@ -373,6 +373,11 @@
373
373
"description": "The standard list page token.",
374
374
"location": "query",
375
375
"type": "string"
376
+
},
377
+
"returnPartialSuccess": {
378
+
"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.",
379
+
"location": "query",
380
+
"type": "boolean"
376
381
}
377
382
},
378
383
"path": "v1/{+name}/operations",
@@ -390,7 +395,7 @@
390
395
}
391
396
}
392
397
},
393
-
"revision": "20250916",
398
+
"revision": "20251021",
394
399
"rootUrl": "https://vpcaccess.googleapis.com/",
395
400
"schemas": {
396
401
"Connector": {
@@ -521,6 +526,13 @@
521
526
"$ref": "Operation"
522
527
},
523
528
"type": "array"
529
+
},
530
+
"unreachable": {
531
+
"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.",
0 commit comments