Skip to content

Commit 640119e

Browse files
yoshi-automationfeywind
authored andcommitted
fix(bigtableadmin): update the API
#### bigtableadmin:v2 The following keys were changed: - resources.operations.resources.projects.resources.operations.methods.list.parameters.returnPartialSuccess.description - schemas.ListOperationsResponse.properties.unreachable.description
1 parent 830b7c9 commit 640119e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

discovery/bigtableadmin-v2.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
"type": "string"
202202
},
203203
"returnPartialSuccess": {
204-
"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.",
204+
"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.",
205205
"location": "query",
206206
"type": "boolean"
207207
}
@@ -3118,7 +3118,7 @@
31183118
}
31193119
}
31203120
},
3121-
"revision": "20251026",
3121+
"revision": "20251209",
31223122
"rootUrl": "https://bigtableadmin.googleapis.com/",
31233123
"schemas": {
31243124
"AppProfile": {
@@ -4942,7 +4942,7 @@
49424942
"type": "array"
49434943
},
49444944
"unreachable": {
4945-
"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.",
4945+
"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.",
49464946
"items": {
49474947
"type": "string"
49484948
},

src/apis/bigtableadmin/v2.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1447,7 +1447,7 @@ export namespace bigtableadmin_v2 {
14471447
*/
14481448
operations?: Schema$Operation[];
14491449
/**
1450-
* 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.
1450+
* 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.
14511451
*/
14521452
unreachable?: string[] | null;
14531453
}
@@ -2461,7 +2461,7 @@ export namespace bigtableadmin_v2 {
24612461
* pageSize: 'placeholder-value',
24622462
* // The standard list page token.
24632463
* pageToken: 'placeholder-value',
2464-
* // 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.
2464+
* // 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.
24652465
* returnPartialSuccess: 'placeholder-value',
24662466
* });
24672467
* console.log(res.data);
@@ -2591,7 +2591,7 @@ export namespace bigtableadmin_v2 {
25912591
*/
25922592
pageToken?: string;
25932593
/**
2594-
* 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.
2594+
* 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.
25952595
*/
25962596
returnPartialSuccess?: boolean;
25972597
}

0 commit comments

Comments
 (0)