Skip to content

Commit

Permalink
feat: Publish new fields to support cluster group routing for Cloud B…
Browse files Browse the repository at this point in the history
…igtable (#928)

* feat: Publish new fields to support cluster group routing for Cloud Bigtable

Committer: @garye
PiperOrigin-RevId: 391576441

Source-Link: googleapis/googleapis@5f76113

Source-Link: googleapis/googleapis-gen@e01b342

* 🦉 Updates from OwlBot

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Aug 19, 2021
1 parent 4869718 commit 52ce890
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 5 deletions.
6 changes: 5 additions & 1 deletion protos/google/bigtable/admin/v2/instance.proto
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,11 @@ message AppProfile {
// transient errors or delays. Clusters in a region are considered
// equidistant. Choosing this option sacrifices read-your-writes consistency
// to improve availability.
message MultiClusterRoutingUseAny {}
message 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.
repeated string cluster_ids = 1;
}

// Unconditionally routes all read/write requests to a specific cluster.
// This option preserves read-your-writes consistency but does not improve
Expand Down
6 changes: 6 additions & 0 deletions protos/protos.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

49 changes: 46 additions & 3 deletions protos/protos.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion protos/protos.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 52ce890

Please sign in to comment.