Skip to content

Commit 22c69e9

Browse files
feat: Automated regeneration of bigtableadmin v2 client (#18847)
Auto-created at 2024-04-28 09:20:19 +0000 using the toys pull request generator.
1 parent b827e6f commit 22c69e9

File tree

4 files changed

+30
-39
lines changed

4 files changed

+30
-39
lines changed

generated/google-apis-bigtableadmin_v2/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-bigtableadmin_v2
22

3+
### v0.53.0 (2024-04-28)
4+
5+
* Regenerated from discovery document revision 20240413
6+
37
### v0.52.0 (2024-03-31)
48

59
* Regenerated from discovery document revision 20240319

generated/google-apis-bigtableadmin_v2/lib/google/apis/bigtableadmin_v2/classes.rb

+9-19
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,9 @@ class AppProfile
2828
include Google::Apis::Core::Hashable
2929

3030
# Data Boost is a serverless compute capability that lets you run high-
31-
# throughput read jobs on your Bigtable data, without impacting the performance
32-
# of the clusters that handle your application traffic. Currently, Data Boost
33-
# exclusively supports read-only use-cases with single-cluster routing. Data
34-
# Boost reads are only guaranteed to see the results of writes that were written
35-
# at least 30 minutes ago. This means newly written values may not become
36-
# visible for up to 30m, and also means that old values may remain visible for
37-
# up to 30m after being deleted or overwritten. To mitigate the staleness of the
38-
# data, users may either wait 30m, or use CheckConsistency.
31+
# throughput read jobs and queries on your Bigtable data, without impacting the
32+
# performance of the clusters that handle your application traffic. Data Boost
33+
# supports read-only use cases with single-cluster routing.
3934
# Corresponds to the JSON property `dataBoostIsolationReadOnly`
4035
# @return [Google::Apis::BigtableadminV2::DataBoostIsolationReadOnly]
4136
attr_accessor :data_boost_isolation_read_only
@@ -177,7 +172,7 @@ def update!(**args)
177172
end
178173
end
179174

180-
# Placeholder for admin API work while we work out the internals.
175+
# An Authorized View of a Cloud Bigtable Table.
181176
class AuthorizedView
182177
include Google::Apis::Core::Hashable
183178

@@ -963,7 +958,7 @@ def update!(**args)
963958
class CreateAuthorizedViewRequest
964959
include Google::Apis::Core::Hashable
965960

966-
# Placeholder for admin API work while we work out the internals.
961+
# An Authorized View of a Cloud Bigtable Table.
967962
# Corresponds to the JSON property `authorizedView`
968963
# @return [Google::Apis::BigtableadminV2::AuthorizedView]
969964
attr_accessor :authorized_view
@@ -1224,14 +1219,9 @@ def update!(**args)
12241219
end
12251220

12261221
# Data Boost is a serverless compute capability that lets you run high-
1227-
# throughput read jobs on your Bigtable data, without impacting the performance
1228-
# of the clusters that handle your application traffic. Currently, Data Boost
1229-
# exclusively supports read-only use-cases with single-cluster routing. Data
1230-
# Boost reads are only guaranteed to see the results of writes that were written
1231-
# at least 30 minutes ago. This means newly written values may not become
1232-
# visible for up to 30m, and also means that old values may remain visible for
1233-
# up to 30m after being deleted or overwritten. To mitigate the staleness of the
1234-
# data, users may either wait 30m, or use CheckConsistency.
1222+
# throughput read jobs and queries on your Bigtable data, without impacting the
1223+
# performance of the clusters that handle your application traffic. Data Boost
1224+
# supports read-only use cases with single-cluster routing.
12351225
class DataBoostIsolationReadOnly
12361226
include Google::Apis::Core::Hashable
12371227

@@ -3331,7 +3321,7 @@ def update!(**args)
33313321
class UpdateAuthorizedViewRequest
33323322
include Google::Apis::Core::Hashable
33333323

3334-
# Placeholder for admin API work while we work out the internals.
3324+
# An Authorized View of a Cloud Bigtable Table.
33353325
# Corresponds to the JSON property `authorizedView`
33363326
# @return [Google::Apis::BigtableadminV2::AuthorizedView]
33373327
attr_accessor :authorized_view

generated/google-apis-bigtableadmin_v2/lib/google/apis/bigtableadmin_v2/gem_version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module BigtableadminV2
1818
# Version of the google-apis-bigtableadmin_v2 gem
19-
GEM_VERSION = "0.52.0"
19+
GEM_VERSION = "0.53.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.14.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20240319"
25+
REVISION = "20240413"
2626
end
2727
end
2828
end

generated/google-apis-bigtableadmin_v2/lib/google/apis/bigtableadmin_v2/service.rb

+15-18
Original file line numberDiff line numberDiff line change
@@ -995,8 +995,8 @@ def get_project_instance_cluster_backup(name, fields: nil, quota_user: nil, opti
995995
execute_or_queue_command(command, &block)
996996
end
997997

998-
# Gets the access control policy for a Table or Backup resource. Returns an
999-
# empty policy if the resource exists but does not have a policy set.
998+
# Gets the access control policy for a Bigtable resource. Returns an empty
999+
# policy if the resource exists but does not have a policy set.
10001000
# @param [String] resource
10011001
# REQUIRED: The resource for which the policy is being requested. See [Resource
10021002
# names](https://cloud.google.com/apis/design/resource_names) for the
@@ -1150,8 +1150,8 @@ def patch_project_instance_cluster_backup(name, backup_object = nil, update_mask
11501150
execute_or_queue_command(command, &block)
11511151
end
11521152

1153-
# Sets the access control policy on a Table or Backup resource. Replaces any
1154-
# existing policy.
1153+
# Sets the access control policy on a Bigtable resource. Replaces any existing
1154+
# policy.
11551155
# @param [String] resource
11561156
# REQUIRED: The resource for which the policy is being specified. See [Resource
11571157
# names](https://cloud.google.com/apis/design/resource_names) for the
@@ -1186,8 +1186,7 @@ def set_backup_iam_policy(resource, set_iam_policy_request_object = nil, fields:
11861186
execute_or_queue_command(command, &block)
11871187
end
11881188

1189-
# Returns permissions that the caller has on the specified Table or Backup
1190-
# resource.
1189+
# Returns permissions that the caller has on the specified Bigtable resource.
11911190
# @param [String] resource
11921191
# REQUIRED: The resource for which the policy detail is being requested. See [
11931192
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
@@ -1491,8 +1490,8 @@ def get_project_instance_table(name, view: nil, fields: nil, quota_user: nil, op
14911490
execute_or_queue_command(command, &block)
14921491
end
14931492

1494-
# Gets the access control policy for a Table or Backup resource. Returns an
1495-
# empty policy if the resource exists but does not have a policy set.
1493+
# Gets the access control policy for a Bigtable resource. Returns an empty
1494+
# policy if the resource exists but does not have a policy set.
14961495
# @param [String] resource
14971496
# REQUIRED: The resource for which the policy is being requested. See [Resource
14981497
# names](https://cloud.google.com/apis/design/resource_names) for the
@@ -1692,8 +1691,8 @@ def restore_table(parent, restore_table_request_object = nil, fields: nil, quota
16921691
execute_or_queue_command(command, &block)
16931692
end
16941693

1695-
# Sets the access control policy on a Table or Backup resource. Replaces any
1696-
# existing policy.
1694+
# Sets the access control policy on a Bigtable resource. Replaces any existing
1695+
# policy.
16971696
# @param [String] resource
16981697
# REQUIRED: The resource for which the policy is being specified. See [Resource
16991698
# names](https://cloud.google.com/apis/design/resource_names) for the
@@ -1728,8 +1727,7 @@ def set_table_iam_policy(resource, set_iam_policy_request_object = nil, fields:
17281727
execute_or_queue_command(command, &block)
17291728
end
17301729

1731-
# Returns permissions that the caller has on the specified Table or Backup
1732-
# resource.
1730+
# Returns permissions that the caller has on the specified Bigtable resource.
17331731
# @param [String] resource
17341732
# REQUIRED: The resource for which the policy detail is being requested. See [
17351733
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
@@ -1911,8 +1909,8 @@ def get_project_instance_table_authorized_view(name, view: nil, fields: nil, quo
19111909
execute_or_queue_command(command, &block)
19121910
end
19131911

1914-
# Gets the access control policy for a Table or Backup resource. Returns an
1915-
# empty policy if the resource exists but does not have a policy set.
1912+
# Gets the access control policy for a Bigtable resource. Returns an empty
1913+
# policy if the resource exists but does not have a policy set.
19161914
# @param [String] resource
19171915
# REQUIRED: The resource for which the policy is being requested. See [Resource
19181916
# names](https://cloud.google.com/apis/design/resource_names) for the
@@ -2039,8 +2037,8 @@ def patch_project_instance_table_authorized_view(name, authorized_view_object =
20392037
execute_or_queue_command(command, &block)
20402038
end
20412039

2042-
# Sets the access control policy on a Table or Backup resource. Replaces any
2043-
# existing policy.
2040+
# Sets the access control policy on a Bigtable resource. Replaces any existing
2041+
# policy.
20442042
# @param [String] resource
20452043
# REQUIRED: The resource for which the policy is being specified. See [Resource
20462044
# names](https://cloud.google.com/apis/design/resource_names) for the
@@ -2075,8 +2073,7 @@ def set_authorized_view_iam_policy(resource, set_iam_policy_request_object = nil
20752073
execute_or_queue_command(command, &block)
20762074
end
20772075

2078-
# Returns permissions that the caller has on the specified Table or Backup
2079-
# resource.
2076+
# Returns permissions that the caller has on the specified Bigtable resource.
20802077
# @param [String] resource
20812078
# REQUIRED: The resource for which the policy detail is being requested. See [
20822079
# Resource names](https://cloud.google.com/apis/design/resource_names) for the

0 commit comments

Comments
 (0)