Skip to content

Commit

Permalink
feat(bigtableadmin)!: update the API
Browse files Browse the repository at this point in the history
BREAKING CHANGE: This release has breaking changes.

#### bigtableadmin:v2

The following keys were deleted:
- schemas.MultiClusterRoutingUseAny.properties.clusterIds.description
- schemas.MultiClusterRoutingUseAny.properties.clusterIds.items.type
- schemas.MultiClusterRoutingUseAny.properties.clusterIds.type
  • Loading branch information
yoshi-automation authored and sofisl committed Oct 1, 2021
1 parent 7de8325 commit 863c7f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
12 changes: 2 additions & 10 deletions discovery/bigtableadmin-v2.json
Expand Up @@ -1803,7 +1803,7 @@
}
}
},
"revision": "20210921",
"revision": "20210907",
"rootUrl": "https://bigtableadmin.googleapis.com/",
"schemas": {
"AppProfile": {
Expand Down Expand Up @@ -2730,15 +2730,7 @@
"MultiClusterRoutingUseAny": {
"description": "Read/write requests are routed to the nearest cluster in the instance, and will fail over to the nearest cluster that is available in the event of transient errors or delays. Clusters in a region are considered equidistant. Choosing this option sacrifices read-your-writes consistency to improve availability.",
"id": "MultiClusterRoutingUseAny",
"properties": {
"clusterIds": {
"description": "The set of clusters to route to. The order is ignored; clusters will be tried in order of distance. If left empty, all clusters are eligible.",
"items": {
"type": "string"
},
"type": "array"
}
},
"properties": {},
"type": "object"
},
"Operation": {
Expand Down
7 changes: 1 addition & 6 deletions src/apis/bigtableadmin/v2.ts
Expand Up @@ -762,12 +762,7 @@ export namespace bigtableadmin_v2 {
/**
* Read/write requests are routed to the nearest cluster in the instance, and will fail over to the nearest cluster that is available in the event of transient errors or delays. Clusters in a region are considered equidistant. Choosing this option sacrifices read-your-writes consistency to improve availability.
*/
export interface Schema$MultiClusterRoutingUseAny {
/**
* The set of clusters to route to. The order is ignored; clusters will be tried in order of distance. If left empty, all clusters are eligible.
*/
clusterIds?: string[] | null;
}
export interface Schema$MultiClusterRoutingUseAny {}
/**
* This resource represents a long-running operation that is the result of a network API call.
*/
Expand Down

0 comments on commit 863c7f0

Please sign in to comment.