google-apis-bigtableadmin_v2 0.20.0 → 0.21.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: be677b9cb735daf1437a80d5365a3521abf41a9d962b2b26955d85f980c8fc66
4
- data.tar.gz: 5e9f352204f25a7edcefbca0e6fbc687439efaa32a8fe3a33dc6cf8eccb20347
3
+ metadata.gz: 596998a99615927d268b466bb3fc6935fe1e22572c3308945beac27260bae9a9
4
+ data.tar.gz: 265f8c189e4a899b9c2d52fae2d1a3dd14ecf132f837add9f93a13a5ded52f1c
5
5
  SHA512:
6
- metadata.gz: 06bba4ca1b81674667e1816301df81b57c2e754517abe7a9d7c0587cb4ca92b8c6c4794710eefede6bb8fe1ec5ee8b0cd18f2181c64baae1fe2c493f2f875d93
7
- data.tar.gz: 345283ad2ec5452512793528e24c4be2990cfdcd3bfa3743c31f5ceabbf015a8abf4efef5e11a248c29ffc848eda0945119496f3674820146a511e82e266e886
6
+ metadata.gz: 42c63233ea351526c3644cdd85084e93d0bbc95a11dae7bcc12a05e20d3ab57b37127f0dbc19e60bd52d035c9a1ae114034db11f3a996f629173be66dc160468
7
+ data.tar.gz: da6328af021a754039b352ea1a348fc1758456e31ec12239438f0d779a7728a1ae45b826f65ddb0e5e3a331307efc45687928b7cc869548da21a6a3fe922518d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-bigtableadmin_v2
2
2
 
3
+ ### v0.21.0 (2022-05-25)
4
+
5
+ * Regenerated from discovery document revision 20220506
6
+
3
7
  ### v0.20.0 (2022-05-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20220430
@@ -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.20.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 = "20220430"
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.20.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-23 00:00:00.000000000 Z
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.20.0
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.5
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