google-apis-bigtableadmin_v2 0.20.0 → 0.21.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: 596998a99615927d268b466bb3fc6935fe1e22572c3308945beac27260bae9a9
|
|
4
|
+
data.tar.gz: 265f8c189e4a899b9c2d52fae2d1a3dd14ecf132f837add9f93a13a5ded52f1c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 42c63233ea351526c3644cdd85084e93d0bbc95a11dae7bcc12a05e20d3ab57b37127f0dbc19e60bd52d035c9a1ae114034db11f3a996f629173be66dc160468
|
|
7
|
+
data.tar.gz: da6328af021a754039b352ea1a348fc1758456e31ec12239438f0d779a7728a1ae45b826f65ddb0e5e3a331307efc45687928b7cc869548da21a6a3fe922518d
|
data/CHANGELOG.md
CHANGED
|
@@ -185,6 +185,15 @@ module Google
|
|
|
185
185
|
# @return [Fixnum]
|
|
186
186
|
attr_accessor :cpu_utilization_percent
|
|
187
187
|
|
|
188
|
+
# The storage utilization that the Autoscaler should be trying to achieve. This
|
|
189
|
+
# number is limited between 2560 (2.5TiB) and 5120 (5TiB) for a SSD cluster and
|
|
190
|
+
# between 8192 (8TiB) and 16384 (16TiB) for an HDD cluster, otherwise it will
|
|
191
|
+
# return INVALID_ARGUMENT error. If this value is set to 0, it will be treated
|
|
192
|
+
# as if it were set to the default value: 2560 for SSD, 8192 for HDD.
|
|
193
|
+
# Corresponds to the JSON property `storageUtilizationGibPerNode`
|
|
194
|
+
# @return [Fixnum]
|
|
195
|
+
attr_accessor :storage_utilization_gib_per_node
|
|
196
|
+
|
|
188
197
|
def initialize(**args)
|
|
189
198
|
update!(**args)
|
|
190
199
|
end
|
|
@@ -192,6 +201,7 @@ module Google
|
|
|
192
201
|
# Update properties of this object
|
|
193
202
|
def update!(**args)
|
|
194
203
|
@cpu_utilization_percent = args[:cpu_utilization_percent] if args.key?(:cpu_utilization_percent)
|
|
204
|
+
@storage_utilization_gib_per_node = args[:storage_utilization_gib_per_node] if args.key?(:storage_utilization_gib_per_node)
|
|
195
205
|
end
|
|
196
206
|
end
|
|
197
207
|
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module BigtableadminV2
|
|
18
18
|
# Version of the google-apis-bigtableadmin_v2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.21.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220506"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -472,6 +472,7 @@ module Google
|
|
|
472
472
|
# @private
|
|
473
473
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
474
474
|
property :cpu_utilization_percent, as: 'cpuUtilizationPercent'
|
|
475
|
+
property :storage_utilization_gib_per_node, as: 'storageUtilizationGibPerNode'
|
|
475
476
|
end
|
|
476
477
|
end
|
|
477
478
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-bigtableadmin_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.21.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: 2022-05-
|
|
11
|
+
date: 2022-05-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigtableadmin_v2/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-bigtableadmin_v2/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-bigtableadmin_v2/v0.21.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigtableadmin_v2
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
76
|
version: '0'
|
|
77
77
|
requirements: []
|
|
78
|
-
rubygems_version: 3.3.
|
|
78
|
+
rubygems_version: 3.3.14
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Simple REST client for Cloud Bigtable Admin API V2
|