google-apis-bigtableadmin_v2 0.19.0 → 0.22.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: 3be5be3db859dbd3f0d1790413fbe44251d18bb43884eabcd7c273c1e8243ddd
4
- data.tar.gz: c443e09ad54b79b80d18438114e88b352d19df858499e2d1c64c917fdc0882c5
3
+ metadata.gz: 0723df6ffa6659457d1ae015f930956d3dfabe7dd85b3bf091740de93f43f397
4
+ data.tar.gz: dfbe6126ed30471e23b482903e9e54f6c5548141b5bae88440d4bb19cf1a71d7
5
5
  SHA512:
6
- metadata.gz: 77386b4cbd60b4067e3ea540660da943e9182dd0383ff8f17bbbe8b9adb43c0974b5013a8f0ac569c2bc57d54f8986d013f507fcab73665a8caf356e51a3995c
7
- data.tar.gz: e8c4b29558fc283da623f152209ba4079e2ad67e91e0446694899655fff24240268deef704945142b2d31ecae379f778616250da53f1b0e026f8c6c4800bcedb
6
+ metadata.gz: b129bcc900103acfa4c795b467c86b286ed4df94e8dd8d3e72b232920acc5590929560011e3fd587a2312c0d8381a57a69cc9cbe482ff8520eff06d2c86f98bd
7
+ data.tar.gz: 3681dd5f780310c99a06d52ff2add1bd7a8dccc87f0b6edd6621103d415769968d6074166ceeb53b8c6815599fc35984a067e8cf187be1b7f437201c6baadcc0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-bigtableadmin_v2
2
2
 
3
+ ### v0.22.0 (2022-06-06)
4
+
5
+ * Regenerated using generator version 0.5.0
6
+
7
+ ### v0.21.0 (2022-05-25)
8
+
9
+ * Regenerated from discovery document revision 20220506
10
+
11
+ ### v0.20.0 (2022-05-16)
12
+
13
+ * Regenerated from discovery document revision 20220430
14
+
3
15
  ### v0.19.0 (2022-04-24)
4
16
 
5
17
  * Regenerated from discovery document revision 20220412
@@ -91,8 +91,8 @@ module Google
91
91
  # "audit_log_configs": [ ` "log_type": "DATA_READ" `, ` "log_type": "DATA_WRITE"
92
92
  # , "exempted_members": [ "user:aliya@example.com" ] ` ] ` ] ` For sampleservice,
93
93
  # this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also
94
- # exempts jose@example.com from DATA_READ logging, and aliya@example.com from
95
- # DATA_WRITE logging.
94
+ # exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com`
95
+ # from DATA_WRITE logging.
96
96
  class AuditConfig
97
97
  include Google::Apis::Core::Hashable
98
98
 
@@ -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.0"
19
+ GEM_VERSION = "0.22.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.5.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220412"
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
 
@@ -299,8 +299,9 @@ module Google
299
299
  # Gets the access control policy for an instance resource. Returns an empty
300
300
  # policy if an instance exists but does not have a policy set.
301
301
  # @param [String] resource
302
- # REQUIRED: The resource for which the policy is being requested. See the
303
- # operation documentation for the appropriate value for this field.
302
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
303
+ # names](https://cloud.google.com/apis/design/resource_names) for the
304
+ # appropriate value for this field.
304
305
  # @param [Google::Apis::BigtableadminV2::GetIamPolicyRequest] get_iam_policy_request_object
305
306
  # @param [String] fields
306
307
  # Selector specifying which fields to include in a partial response.
@@ -407,8 +408,9 @@ module Google
407
408
  # Sets the access control policy on an instance resource. Replaces any existing
408
409
  # policy.
409
410
  # @param [String] resource
410
- # REQUIRED: The resource for which the policy is being specified. See the
411
- # operation documentation for the appropriate value for this field.
411
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
412
+ # names](https://cloud.google.com/apis/design/resource_names) for the
413
+ # appropriate value for this field.
412
414
  # @param [Google::Apis::BigtableadminV2::SetIamPolicyRequest] set_iam_policy_request_object
413
415
  # @param [String] fields
414
416
  # Selector specifying which fields to include in a partial response.
@@ -441,8 +443,9 @@ module Google
441
443
 
442
444
  # Returns permissions that the caller has on the specified instance resource.
443
445
  # @param [String] resource
444
- # REQUIRED: The resource for which the policy detail is being requested. See the
445
- # operation documentation for the appropriate value for this field.
446
+ # REQUIRED: The resource for which the policy detail is being requested. See [
447
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
448
+ # appropriate value for this field.
446
449
  # @param [Google::Apis::BigtableadminV2::TestIamPermissionsRequest] test_iam_permissions_request_object
447
450
  # @param [String] fields
448
451
  # Selector specifying which fields to include in a partial response.
@@ -1033,8 +1036,9 @@ module Google
1033
1036
  # Gets the access control policy for a Table resource. Returns an empty policy
1034
1037
  # if the resource exists but does not have a policy set.
1035
1038
  # @param [String] resource
1036
- # REQUIRED: The resource for which the policy is being requested. See the
1037
- # operation documentation for the appropriate value for this field.
1039
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
1040
+ # names](https://cloud.google.com/apis/design/resource_names) for the
1041
+ # appropriate value for this field.
1038
1042
  # @param [Google::Apis::BigtableadminV2::GetIamPolicyRequest] get_iam_policy_request_object
1039
1043
  # @param [String] fields
1040
1044
  # Selector specifying which fields to include in a partial response.
@@ -1187,8 +1191,9 @@ module Google
1187
1191
  # Sets the access control policy on a Table resource. Replaces any existing
1188
1192
  # policy.
1189
1193
  # @param [String] resource
1190
- # REQUIRED: The resource for which the policy is being specified. See the
1191
- # operation documentation for the appropriate value for this field.
1194
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
1195
+ # names](https://cloud.google.com/apis/design/resource_names) for the
1196
+ # appropriate value for this field.
1192
1197
  # @param [Google::Apis::BigtableadminV2::SetIamPolicyRequest] set_iam_policy_request_object
1193
1198
  # @param [String] fields
1194
1199
  # Selector specifying which fields to include in a partial response.
@@ -1221,8 +1226,9 @@ module Google
1221
1226
 
1222
1227
  # Returns permissions that the caller has on the specified table resource.
1223
1228
  # @param [String] resource
1224
- # REQUIRED: The resource for which the policy detail is being requested. See the
1225
- # operation documentation for the appropriate value for this field.
1229
+ # REQUIRED: The resource for which the policy detail is being requested. See [
1230
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
1231
+ # appropriate value for this field.
1226
1232
  # @param [Google::Apis::BigtableadminV2::TestIamPermissionsRequest] test_iam_permissions_request_object
1227
1233
  # @param [String] fields
1228
1234
  # Selector specifying which fields to include in a partial response.
@@ -1523,8 +1529,9 @@ module Google
1523
1529
  # Gets the access control policy for a Table resource. Returns an empty policy
1524
1530
  # if the resource exists but does not have a policy set.
1525
1531
  # @param [String] resource
1526
- # REQUIRED: The resource for which the policy is being requested. See the
1527
- # operation documentation for the appropriate value for this field.
1532
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
1533
+ # names](https://cloud.google.com/apis/design/resource_names) for the
1534
+ # appropriate value for this field.
1528
1535
  # @param [Google::Apis::BigtableadminV2::GetIamPolicyRequest] get_iam_policy_request_object
1529
1536
  # @param [String] fields
1530
1537
  # Selector specifying which fields to include in a partial response.
@@ -1681,8 +1688,9 @@ module Google
1681
1688
  # Sets the access control policy on a Table resource. Replaces any existing
1682
1689
  # policy.
1683
1690
  # @param [String] resource
1684
- # REQUIRED: The resource for which the policy is being specified. See the
1685
- # operation documentation for the appropriate value for this field.
1691
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
1692
+ # names](https://cloud.google.com/apis/design/resource_names) for the
1693
+ # appropriate value for this field.
1686
1694
  # @param [Google::Apis::BigtableadminV2::SetIamPolicyRequest] set_iam_policy_request_object
1687
1695
  # @param [String] fields
1688
1696
  # Selector specifying which fields to include in a partial response.
@@ -1715,8 +1723,9 @@ module Google
1715
1723
 
1716
1724
  # Returns permissions that the caller has on the specified table resource.
1717
1725
  # @param [String] resource
1718
- # REQUIRED: The resource for which the policy detail is being requested. See the
1719
- # operation documentation for the appropriate value for this field.
1726
+ # REQUIRED: The resource for which the policy detail is being requested. See [
1727
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
1728
+ # appropriate value for this field.
1720
1729
  # @param [Google::Apis::BigtableadminV2::TestIamPermissionsRequest] test_iam_permissions_request_object
1721
1730
  # @param [String] fields
1722
1731
  # Selector specifying which fields to include in a partial response.
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.19.0
4
+ version: 0.22.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-04-25 00:00:00.000000000 Z
11
+ date: 2022-06-13 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.5'
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.5'
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.19.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigtableadmin_v2/v0.22.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