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
#### vpcaccess:v1beta1
The following keys were added:
- resources.projects.resources.locations.resources.operations.methods.list.parameters.returnPartialSuccess.description
- resources.projects.resources.locations.resources.operations.methods.list.parameters.returnPartialSuccess.location
- resources.projects.resources.locations.resources.operations.methods.list.parameters.returnPartialSuccess.type
- schemas.ListOperationsResponse.properties.unreachable.description
- schemas.ListOperationsResponse.properties.unreachable.items.type
- schemas.ListOperationsResponse.properties.unreachable.type
The following keys were changed:
- resources.projects.resources.locations.methods.list.parameters.extraLocationTypes.description
Copy file name to clipboardExpand all lines: discovery/vpcaccess-v1beta1.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": "v1beta1/{+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": {
@@ -533,6 +538,13 @@
533
538
"$ref": "Operation"
534
539
},
535
540
"type": "array"
541
+
},
542
+
"unreachable": {
543
+
"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.",
* A list of operations that matches the specified filter in the request.
220
220
*/
221
221
operations?: Schema$Operation[];
222
+
/**
223
+
* 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.
224
+
*/
225
+
unreachable?: string[]|null;
222
226
}
223
227
/**
224
228
* A resource that represents a Google Cloud location.
* const res = await vpcaccess.projects.locations.list({
421
-
* // Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
425
+
* // Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
422
426
* extraLocationTypes: 'placeholder-value',
423
427
* // A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
* // 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.
* 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.
0 commit comments