google-cloud-bigtable-admin-v2 0.5.4 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e6208bf7bbc764f324d000b69512d95376de67b57e4dec1c11482179974678d2
|
|
4
|
+
data.tar.gz: c81a51ae4a27cc824bafee7ec81b9fc605adceb8c69f8682d024f453f275449c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
@@ -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.
|
|
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
|
+
date: 2021-08-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|