google-cloud-bigtable-admin-v2 0.9.0 → 0.9.1
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: 97a9edd338af50efbc005ef2ff8c1691be2ea9d25b42ccc74a91b0c90c7c7734
|
|
4
|
+
data.tar.gz: 4077b5c230d0be81e7b2f948ac0964b9e07776c6e06d4b9a049666638f4559bd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7ef4cff6fd31626680a4e90650f1b37cd6ec433f38eb0ef3a676e4f768ec85a2388f6c63b4ba362af05a266b8025656a529868cb4a2e9ccf7c4add9024991c9a
|
|
7
|
+
data.tar.gz: c6e62ec1bf85c0757f475c434a409ab866234ede9a0f6b22d8980eb4fb5194f6c7717d572d3217625d95f54636d955e8ee64d80b5defa608c1438f816f9b718c
|
|
@@ -114,7 +114,8 @@ module Google
|
|
|
114
114
|
# @return [::Integer]
|
|
115
115
|
# The cpu utilization that the Autoscaler should be trying to achieve.
|
|
116
116
|
# This number is on a scale from 0 (no utilization) to
|
|
117
|
-
# 100 (total utilization)
|
|
117
|
+
# 100 (total utilization), and is limited between 10 and 80, otherwise it
|
|
118
|
+
# will return INVALID_ARGUMENT error.
|
|
118
119
|
class AutoscalingTargets
|
|
119
120
|
include ::Google::Protobuf::MessageExts
|
|
120
121
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -200,7 +201,6 @@ module Google
|
|
|
200
201
|
# `cloudkms.cryptoKeyEncrypterDecrypter` role on the CMEK key.
|
|
201
202
|
# 2) Only regional keys can be used and the region of the CMEK key must
|
|
202
203
|
# match the region of the cluster.
|
|
203
|
-
# 3) All clusters within an instance must use the same CMEK key.
|
|
204
204
|
class EncryptionConfig
|
|
205
205
|
include ::Google::Protobuf::MessageExts
|
|
206
206
|
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.9.
|
|
4
|
+
version: 0.9.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-03-
|
|
11
|
+
date: 2022-03-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|