google-apis-bigtableadmin_v2 0.65.0 → 0.66.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: 3f2cfae596510d13ac1d174245ebad35990fe5b17167688db2cfa673b11e32c3
4
- data.tar.gz: 1dfd6e5606901793ad9b8ffa0ebbabe40fded1c3d7c60eba73f30d38164ed225
3
+ metadata.gz: 7e370e31562ac6ddd4d9bf2750385cfd85c58e21032e7ce625054bafc19e6934
4
+ data.tar.gz: 94767f7593400fe13fa671898c4ee0505a415900588402bf5b0c49ab1a87b006
5
5
  SHA512:
6
- metadata.gz: 21668ec3f1b9cbc89750abcbb7bd90e83f02ba0d4566bcbb91777ede0b33d165f4e3ff4fc12cc4760b13c49b368d2cf49f36efeeeeae0b2ea95185d3b9ee3888
7
- data.tar.gz: c59475bdaf1fd8313937ae17be341df03533780fbcee3b6384337f62622b112f9b9579c0ffc0c40b71d81f1e0d7b8c9857a9d5991fa8fcb3446513b02c06db4a
6
+ metadata.gz: 654d97630d86caeb2c5a0fbabe78bc40fa6f8f2eecf2e833235ef6500ea76df35261ca2c5055a9a8a8fbc2bae355c589d74d8c1d51430857953321c480c8d034
7
+ data.tar.gz: 68078e46ba07cf0a3b13c7cc1e8785c536411f550514cf683ef72630b17271652883d435bcbc921f0d2c72d2a6d1b8c476e20c35fead7f44e43af09f46542b72
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-bigtableadmin_v2
2
2
 
3
+ ### v0.66.0 (2025-03-02)
4
+
5
+ * Regenerated from discovery document revision 20250224
6
+ * Regenerated using generator version 0.16.0
7
+
3
8
  ### v0.65.0 (2024-12-15)
4
9
 
5
10
  * Regenerated from discovery document revision 20241203
@@ -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.65.0"
19
+ GEM_VERSION = "0.66.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241203"
25
+ REVISION = "20250224"
26
26
  end
27
27
  end
28
28
  end
@@ -1275,6 +1275,113 @@ module Google
1275
1275
  execute_or_queue_command(command, &block)
1276
1276
  end
1277
1277
 
1278
+ # Gets the access control policy for an instance resource. Returns an empty
1279
+ # policy if an instance exists but does not have a policy set.
1280
+ # @param [String] resource
1281
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
1282
+ # names](https://cloud.google.com/apis/design/resource_names) for the
1283
+ # appropriate value for this field.
1284
+ # @param [Google::Apis::BigtableadminV2::GetIamPolicyRequest] get_iam_policy_request_object
1285
+ # @param [String] fields
1286
+ # Selector specifying which fields to include in a partial response.
1287
+ # @param [String] quota_user
1288
+ # Available to use for quota purposes for server-side applications. Can be any
1289
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
1290
+ # @param [Google::Apis::RequestOptions] options
1291
+ # Request-specific options
1292
+ #
1293
+ # @yield [result, err] Result & error if block supplied
1294
+ # @yieldparam result [Google::Apis::BigtableadminV2::Policy] parsed result object
1295
+ # @yieldparam err [StandardError] error object if request failed
1296
+ #
1297
+ # @return [Google::Apis::BigtableadminV2::Policy]
1298
+ #
1299
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1300
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1301
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
1302
+ def get_materialized_view_iam_policy(resource, get_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1303
+ command = make_simple_command(:post, 'v2/{+resource}:getIamPolicy', options)
1304
+ command.request_representation = Google::Apis::BigtableadminV2::GetIamPolicyRequest::Representation
1305
+ command.request_object = get_iam_policy_request_object
1306
+ command.response_representation = Google::Apis::BigtableadminV2::Policy::Representation
1307
+ command.response_class = Google::Apis::BigtableadminV2::Policy
1308
+ command.params['resource'] = resource unless resource.nil?
1309
+ command.query['fields'] = fields unless fields.nil?
1310
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
1311
+ execute_or_queue_command(command, &block)
1312
+ end
1313
+
1314
+ # Sets the access control policy on an instance resource. Replaces any existing
1315
+ # policy.
1316
+ # @param [String] resource
1317
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
1318
+ # names](https://cloud.google.com/apis/design/resource_names) for the
1319
+ # appropriate value for this field.
1320
+ # @param [Google::Apis::BigtableadminV2::SetIamPolicyRequest] set_iam_policy_request_object
1321
+ # @param [String] fields
1322
+ # Selector specifying which fields to include in a partial response.
1323
+ # @param [String] quota_user
1324
+ # Available to use for quota purposes for server-side applications. Can be any
1325
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
1326
+ # @param [Google::Apis::RequestOptions] options
1327
+ # Request-specific options
1328
+ #
1329
+ # @yield [result, err] Result & error if block supplied
1330
+ # @yieldparam result [Google::Apis::BigtableadminV2::Policy] parsed result object
1331
+ # @yieldparam err [StandardError] error object if request failed
1332
+ #
1333
+ # @return [Google::Apis::BigtableadminV2::Policy]
1334
+ #
1335
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1336
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1337
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
1338
+ def set_materialized_view_iam_policy(resource, set_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1339
+ command = make_simple_command(:post, 'v2/{+resource}:setIamPolicy', options)
1340
+ command.request_representation = Google::Apis::BigtableadminV2::SetIamPolicyRequest::Representation
1341
+ command.request_object = set_iam_policy_request_object
1342
+ command.response_representation = Google::Apis::BigtableadminV2::Policy::Representation
1343
+ command.response_class = Google::Apis::BigtableadminV2::Policy
1344
+ command.params['resource'] = resource unless resource.nil?
1345
+ command.query['fields'] = fields unless fields.nil?
1346
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
1347
+ execute_or_queue_command(command, &block)
1348
+ end
1349
+
1350
+ # Returns permissions that the caller has on the specified instance resource.
1351
+ # @param [String] resource
1352
+ # REQUIRED: The resource for which the policy detail is being requested. See [
1353
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
1354
+ # appropriate value for this field.
1355
+ # @param [Google::Apis::BigtableadminV2::TestIamPermissionsRequest] test_iam_permissions_request_object
1356
+ # @param [String] fields
1357
+ # Selector specifying which fields to include in a partial response.
1358
+ # @param [String] quota_user
1359
+ # Available to use for quota purposes for server-side applications. Can be any
1360
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
1361
+ # @param [Google::Apis::RequestOptions] options
1362
+ # Request-specific options
1363
+ #
1364
+ # @yield [result, err] Result & error if block supplied
1365
+ # @yieldparam result [Google::Apis::BigtableadminV2::TestIamPermissionsResponse] parsed result object
1366
+ # @yieldparam err [StandardError] error object if request failed
1367
+ #
1368
+ # @return [Google::Apis::BigtableadminV2::TestIamPermissionsResponse]
1369
+ #
1370
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1371
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1372
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
1373
+ def test_materialized_view_iam_permissions(resource, test_iam_permissions_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1374
+ command = make_simple_command(:post, 'v2/{+resource}:testIamPermissions', options)
1375
+ command.request_representation = Google::Apis::BigtableadminV2::TestIamPermissionsRequest::Representation
1376
+ command.request_object = test_iam_permissions_request_object
1377
+ command.response_representation = Google::Apis::BigtableadminV2::TestIamPermissionsResponse::Representation
1378
+ command.response_class = Google::Apis::BigtableadminV2::TestIamPermissionsResponse
1379
+ command.params['resource'] = resource unless resource.nil?
1380
+ command.query['fields'] = fields unless fields.nil?
1381
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
1382
+ execute_or_queue_command(command, &block)
1383
+ end
1384
+
1278
1385
  # Checks replication consistency based on a consistency token, that is, if
1279
1386
  # replication has caught up based on the conditions specified in the token and
1280
1387
  # the check request.
@@ -1622,8 +1729,10 @@ module Google
1622
1729
  # relative to the `table` field, not to the request message. The wildcard (*)
1623
1730
  # path is currently not supported. Currently UpdateTable is only supported for
1624
1731
  # the following fields: * `change_stream_config` * `change_stream_config.
1625
- # retention_period` * `deletion_protection` If `column_families` is set in `
1626
- # update_mask`, it will return an UNIMPLEMENTED error.
1732
+ # retention_period` * `deletion_protection` * `automated_backup_policy` * `
1733
+ # automated_backup_policy.retention_period` * `automated_backup_policy.frequency`
1734
+ # If `column_families` is set in `update_mask`, it will return an UNIMPLEMENTED
1735
+ # error.
1627
1736
  # @param [String] fields
1628
1737
  # Selector specifying which fields to include in a partial response.
1629
1738
  # @param [String] quota_user
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-bigtableadmin_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.65.0
4
+ version: 0.66.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-15 00:00:00.000000000 Z
10
+ date: 2025-03-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  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.65.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigtableadmin_v2/v0.66.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigtableadmin_v2
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.23
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Cloud Bigtable Admin API V2
82
79
  test_files: []