Skip to content

Commit ff09beb

Browse files
feat: Publish new fields to support cluster group routing for Cloud Bigtable (#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>
1 parent f60fcbe commit ff09beb

File tree

4 files changed

+64
-5
lines changed

4 files changed

+64
-5
lines changed

handwritten/bigtable/protos/google/bigtable/admin/v2/instance.proto

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,11 @@ message AppProfile {
200200
// transient errors or delays. Clusters in a region are considered
201201
// equidistant. Choosing this option sacrifices read-your-writes consistency
202202
// to improve availability.
203-
message MultiClusterRoutingUseAny {}
203+
message MultiClusterRoutingUseAny {
204+
// The set of clusters to route to. The order is ignored; clusters will be
205+
// tried in order of distance. If left empty, all clusters are eligible.
206+
repeated string cluster_ids = 1;
207+
}
204208

205209
// Unconditionally routes all read/write requests to a specific cluster.
206210
// This option preserves read-your-writes consistency but does not improve

handwritten/bigtable/protos/protos.d.ts

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

handwritten/bigtable/protos/protos.js

Lines changed: 46 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

handwritten/bigtable/protos/protos.json

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)