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
#### vault:v1
The following keys were changed:
- resources.operations.methods.list.parameters.returnPartialSuccess.description
- schemas.ListOperationsResponse.properties.unreachable.description
Copy file name to clipboardExpand all lines: discovery/vault-v1.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1191,7 +1191,7 @@
1191
1191
"type": "string"
1192
1192
},
1193
1193
"returnPartialSuccess": {
1194
-
"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.",
1194
+
"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.",
1195
1195
"location": "query",
1196
1196
"type": "boolean"
1197
1197
}
@@ -1208,7 +1208,7 @@
1208
1208
}
1209
1209
}
1210
1210
},
1211
-
"revision": "20251015",
1211
+
"revision": "20251126",
1212
1212
"rootUrl": "https://vault.googleapis.com/",
1213
1213
"schemas": {
1214
1214
"AccountCount": {
@@ -2248,7 +2248,7 @@
2248
2248
"type": "array"
2249
2249
},
2250
2250
"unreachable": {
2251
-
"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.",
2251
+
"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.",
Copy file name to clipboardExpand all lines: src/apis/vault/v1.ts
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -808,7 +808,7 @@ export namespace vault_v1 {
808
808
*/
809
809
operations?: Schema$Operation[];
810
810
/**
811
-
* 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.
811
+
* 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.
812
812
*/
813
813
unreachable?: string[]|null;
814
814
}
@@ -6317,7 +6317,7 @@ export namespace vault_v1 {
6317
6317
* pageSize: 'placeholder-value',
6318
6318
* // The standard list page token.
6319
6319
* pageToken: 'placeholder-value',
6320
-
* // 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.
6320
+
* // 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.
6321
6321
* returnPartialSuccess: 'placeholder-value',
6322
6322
* });
6323
6323
* console.log(res.data);
@@ -6465,7 +6465,7 @@ export namespace vault_v1 {
6465
6465
*/
6466
6466
pageToken?: string;
6467
6467
/**
6468
-
* 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.
6468
+
* 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.
0 commit comments