google-apis-bigtableadmin_v2 0.20.0 → 0.23.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: be677b9cb735daf1437a80d5365a3521abf41a9d962b2b26955d85f980c8fc66
4
- data.tar.gz: 5e9f352204f25a7edcefbca0e6fbc687439efaa32a8fe3a33dc6cf8eccb20347
3
+ metadata.gz: 9232b6c1951e7d4e3a4185e0392937241bab59ab558bb05e9559992bb13348cb
4
+ data.tar.gz: 0d94ca426bc9e34ce3daca57e4d6195eca4d21e75aaff3015aea7b0226e7195b
5
5
  SHA512:
6
- metadata.gz: 06bba4ca1b81674667e1816301df81b57c2e754517abe7a9d7c0587cb4ca92b8c6c4794710eefede6bb8fe1ec5ee8b0cd18f2181c64baae1fe2c493f2f875d93
7
- data.tar.gz: 345283ad2ec5452512793528e24c4be2990cfdcd3bfa3743c31f5ceabbf015a8abf4efef5e11a248c29ffc848eda0945119496f3674820146a511e82e266e886
6
+ metadata.gz: a3ca49d75adb086f3671ccd753ad3c3164f381d4f27563e85bb94936d3142837f88c84d71b2edf489fb3e23c5f868624656778468fb05bcdf47d1303e480818a
7
+ data.tar.gz: 41f644db95c21f910599879d1a513a95c3e6fc3428e6e5abffa14fb96bec1da8a06dfc1be3862fab87db7b78de98f712b8d8841f9b52b4575f470428330cf331
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-bigtableadmin_v2
2
2
 
3
+ ### v0.23.0 (2022-06-17)
4
+
5
+ * Regenerated using generator version 0.6.0
6
+
7
+ ### v0.22.0 (2022-06-06)
8
+
9
+ * Regenerated using generator version 0.5.0
10
+
11
+ ### v0.21.0 (2022-05-25)
12
+
13
+ * Regenerated from discovery document revision 20220506
14
+
3
15
  ### v0.20.0 (2022-05-16)
4
16
 
5
17
  * 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.23.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.6.0"
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.23.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-06-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.4'
19
+ version: '0.6'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.4'
29
+ version: '0.6'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.23.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