google-apis-bigtableadmin_v2 0.19.0 → 0.20.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: 3be5be3db859dbd3f0d1790413fbe44251d18bb43884eabcd7c273c1e8243ddd
4
- data.tar.gz: c443e09ad54b79b80d18438114e88b352d19df858499e2d1c64c917fdc0882c5
3
+ metadata.gz: be677b9cb735daf1437a80d5365a3521abf41a9d962b2b26955d85f980c8fc66
4
+ data.tar.gz: 5e9f352204f25a7edcefbca0e6fbc687439efaa32a8fe3a33dc6cf8eccb20347
5
5
  SHA512:
6
- metadata.gz: 77386b4cbd60b4067e3ea540660da943e9182dd0383ff8f17bbbe8b9adb43c0974b5013a8f0ac569c2bc57d54f8986d013f507fcab73665a8caf356e51a3995c
7
- data.tar.gz: e8c4b29558fc283da623f152209ba4079e2ad67e91e0446694899655fff24240268deef704945142b2d31ecae379f778616250da53f1b0e026f8c6c4800bcedb
6
+ metadata.gz: 06bba4ca1b81674667e1816301df81b57c2e754517abe7a9d7c0587cb4ca92b8c6c4794710eefede6bb8fe1ec5ee8b0cd18f2181c64baae1fe2c493f2f875d93
7
+ data.tar.gz: 345283ad2ec5452512793528e24c4be2990cfdcd3bfa3743c31f5ceabbf015a8abf4efef5e11a248c29ffc848eda0945119496f3674820146a511e82e266e886
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-bigtableadmin_v2
2
2
 
3
+ ### v0.20.0 (2022-05-16)
4
+
5
+ * Regenerated from discovery document revision 20220430
6
+
3
7
  ### v0.19.0 (2022-04-24)
4
8
 
5
9
  * 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
 
@@ -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.20.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 = "20220412"
25
+ REVISION = "20220430"
26
26
  end
27
27
  end
28
28
  end
@@ -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.20.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-05-23 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.19.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigtableadmin_v2/v0.20.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: []