google-cloud-bigtable-admin-v2 0.5.4 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9732ad93faa8c2fd0536822c3792c376cf7c2ed0fd21554b72982dac7f034dd2
4
- data.tar.gz: 936a8b8bbc7cf98fd3f7b10b3e4974486fff5c85a1a377d72df980bfbc1b0fa4
3
+ metadata.gz: e6208bf7bbc764f324d000b69512d95376de67b57e4dec1c11482179974678d2
4
+ data.tar.gz: c81a51ae4a27cc824bafee7ec81b9fc605adceb8c69f8682d024f453f275449c
5
5
  SHA512:
6
- metadata.gz: b07f945ce59b03b473d1a4321d9e54816cca5274db8ef5f8aa6c49b469c721aff8004aa5625549430a4eb13e9ba19e2c1e9dafaa3397d633414233979daaec70
7
- data.tar.gz: f476006861331bd36fdb55958cda447f8cb849b4faae85922b902f576114296f3d77df40e94925f7841ac6e53feaed4559e404c0b3e4a6939c79dfc0f10657de
6
+ metadata.gz: 21daff4c8424a7a2e20097e06e5196f2735c63d03e7525e131160cfaefb2efa848085b06c5f3443e17a5938c691359aa8f23625608a186866bddeaa94dac29cf
7
+ data.tar.gz: b315fb2e835ac16ba7d1220cff458d397dd1ccd8c5916b5ee7163aec704aa1419dc1491b70ec50f89f7b63b3229e2a66bbd346463b61798900fc50377067267d
@@ -53,6 +53,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
53
53
  end
54
54
  end
55
55
  add_message "google.bigtable.admin.v2.AppProfile.MultiClusterRoutingUseAny" do
56
+ repeated :cluster_ids, :string, 1
56
57
  end
57
58
  add_message "google.bigtable.admin.v2.AppProfile.SingleClusterRouting" do
58
59
  optional :cluster_id, :string, 1
@@ -22,7 +22,7 @@ module Google
22
22
  module Bigtable
23
23
  module Admin
24
24
  module V2
25
- VERSION = "0.5.4"
25
+ VERSION = "0.6.0"
26
26
  end
27
27
  end
28
28
  end
@@ -215,6 +215,10 @@ module Google
215
215
  # transient errors or delays. Clusters in a region are considered
216
216
  # equidistant. Choosing this option sacrifices read-your-writes consistency
217
217
  # to improve availability.
218
+ # @!attribute [rw] cluster_ids
219
+ # @return [::Array<::String>]
220
+ # The set of clusters to route to. The order is ignored; clusters will be
221
+ # tried in order of distance. If left empty, all clusters are eligible.
218
222
  class MultiClusterRoutingUseAny
219
223
  include ::Google::Protobuf::MessageExts
220
224
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-bigtable-admin-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.4
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-08-11 00:00:00.000000000 Z
11
+ date: 2021-08-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common