google-apis-bigtableadmin_v2 0.51.0 → 0.53.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fefe0cb83de1e0e5b8d419d3cf9f7a7df85bef6eca57eef9b33c62b3fbecaaed
|
|
4
|
+
data.tar.gz: 32123f63704b40923c4ca3be131839dbe4f4f509d14228332ccfa559eb6b3e37
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b48b884dd64037b9b99844f5cfdbcaaee45b51b0b33fb2edadb1fc662fe02800ed7d60a9cf5c9cd24b4aac67944fa538ff8d6df822f0e7cfb30db6bae7935735
|
|
7
|
+
data.tar.gz: 20f7a7427d6c5f9502b0f651fd440be27e5af3132ef2cd53dfc08cd930b65ed869f6ffc2df460cd5d48b4e3eb205edcf0976c40362353554466e0fd24f782003
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-bigtableadmin_v2
|
|
2
2
|
|
|
3
|
+
### v0.53.0 (2024-04-28)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20240413
|
|
6
|
+
|
|
7
|
+
### v0.52.0 (2024-03-31)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20240319
|
|
10
|
+
|
|
3
11
|
### v0.51.0 (2024-03-24)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20240318
|
|
@@ -28,14 +28,9 @@ module Google
|
|
|
28
28
|
include Google::Apis::Core::Hashable
|
|
29
29
|
|
|
30
30
|
# Data Boost is a serverless compute capability that lets you run high-
|
|
31
|
-
# throughput read jobs on your Bigtable data, without impacting the
|
|
32
|
-
# of the clusters that handle your application traffic.
|
|
33
|
-
#
|
|
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.
|
|
39
34
|
# Corresponds to the JSON property `dataBoostIsolationReadOnly`
|
|
40
35
|
# @return [Google::Apis::BigtableadminV2::DataBoostIsolationReadOnly]
|
|
41
36
|
attr_accessor :data_boost_isolation_read_only
|
|
@@ -177,7 +172,7 @@ module Google
|
|
|
177
172
|
end
|
|
178
173
|
end
|
|
179
174
|
|
|
180
|
-
#
|
|
175
|
+
# An Authorized View of a Cloud Bigtable Table.
|
|
181
176
|
class AuthorizedView
|
|
182
177
|
include Google::Apis::Core::Hashable
|
|
183
178
|
|
|
@@ -963,7 +958,7 @@ module Google
|
|
|
963
958
|
class CreateAuthorizedViewRequest
|
|
964
959
|
include Google::Apis::Core::Hashable
|
|
965
960
|
|
|
966
|
-
#
|
|
961
|
+
# An Authorized View of a Cloud Bigtable Table.
|
|
967
962
|
# Corresponds to the JSON property `authorizedView`
|
|
968
963
|
# @return [Google::Apis::BigtableadminV2::AuthorizedView]
|
|
969
964
|
attr_accessor :authorized_view
|
|
@@ -1224,14 +1219,9 @@ module Google
|
|
|
1224
1219
|
end
|
|
1225
1220
|
|
|
1226
1221
|
# Data Boost is a serverless compute capability that lets you run high-
|
|
1227
|
-
# throughput read jobs on your Bigtable data, without impacting the
|
|
1228
|
-
# of the clusters that handle your application traffic.
|
|
1229
|
-
#
|
|
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.
|
|
1235
1225
|
class DataBoostIsolationReadOnly
|
|
1236
1226
|
include Google::Apis::Core::Hashable
|
|
1237
1227
|
|
|
@@ -3331,7 +3321,7 @@ module Google
|
|
|
3331
3321
|
class UpdateAuthorizedViewRequest
|
|
3332
3322
|
include Google::Apis::Core::Hashable
|
|
3333
3323
|
|
|
3334
|
-
#
|
|
3324
|
+
# An Authorized View of a Cloud Bigtable Table.
|
|
3335
3325
|
# Corresponds to the JSON property `authorizedView`
|
|
3336
3326
|
# @return [Google::Apis::BigtableadminV2::AuthorizedView]
|
|
3337
3327
|
attr_accessor :authorized_view
|
|
@@ -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
|
+
GEM_VERSION = "0.53.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.14.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240413"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -995,8 +995,8 @@ module Google
|
|
|
995
995
|
execute_or_queue_command(command, &block)
|
|
996
996
|
end
|
|
997
997
|
|
|
998
|
-
# Gets the access control policy for a
|
|
999
|
-
#
|
|
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.
|
|
1000
1000
|
# @param [String] resource
|
|
1001
1001
|
# REQUIRED: The resource for which the policy is being requested. See [Resource
|
|
1002
1002
|
# names](https://cloud.google.com/apis/design/resource_names) for the
|
|
@@ -1150,8 +1150,8 @@ module Google
|
|
|
1150
1150
|
execute_or_queue_command(command, &block)
|
|
1151
1151
|
end
|
|
1152
1152
|
|
|
1153
|
-
# Sets the access control policy on a
|
|
1154
|
-
#
|
|
1153
|
+
# Sets the access control policy on a Bigtable resource. Replaces any existing
|
|
1154
|
+
# policy.
|
|
1155
1155
|
# @param [String] resource
|
|
1156
1156
|
# REQUIRED: The resource for which the policy is being specified. See [Resource
|
|
1157
1157
|
# names](https://cloud.google.com/apis/design/resource_names) for the
|
|
@@ -1186,8 +1186,7 @@ module Google
|
|
|
1186
1186
|
execute_or_queue_command(command, &block)
|
|
1187
1187
|
end
|
|
1188
1188
|
|
|
1189
|
-
# Returns permissions that the caller has on the specified
|
|
1190
|
-
# resource.
|
|
1189
|
+
# Returns permissions that the caller has on the specified Bigtable resource.
|
|
1191
1190
|
# @param [String] resource
|
|
1192
1191
|
# REQUIRED: The resource for which the policy detail is being requested. See [
|
|
1193
1192
|
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
|
|
@@ -1491,8 +1490,8 @@ module Google
|
|
|
1491
1490
|
execute_or_queue_command(command, &block)
|
|
1492
1491
|
end
|
|
1493
1492
|
|
|
1494
|
-
# Gets the access control policy for a
|
|
1495
|
-
#
|
|
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.
|
|
1496
1495
|
# @param [String] resource
|
|
1497
1496
|
# REQUIRED: The resource for which the policy is being requested. See [Resource
|
|
1498
1497
|
# names](https://cloud.google.com/apis/design/resource_names) for the
|
|
@@ -1692,8 +1691,8 @@ module Google
|
|
|
1692
1691
|
execute_or_queue_command(command, &block)
|
|
1693
1692
|
end
|
|
1694
1693
|
|
|
1695
|
-
# Sets the access control policy on a
|
|
1696
|
-
#
|
|
1694
|
+
# Sets the access control policy on a Bigtable resource. Replaces any existing
|
|
1695
|
+
# policy.
|
|
1697
1696
|
# @param [String] resource
|
|
1698
1697
|
# REQUIRED: The resource for which the policy is being specified. See [Resource
|
|
1699
1698
|
# names](https://cloud.google.com/apis/design/resource_names) for the
|
|
@@ -1728,8 +1727,7 @@ module Google
|
|
|
1728
1727
|
execute_or_queue_command(command, &block)
|
|
1729
1728
|
end
|
|
1730
1729
|
|
|
1731
|
-
# Returns permissions that the caller has on the specified
|
|
1732
|
-
# resource.
|
|
1730
|
+
# Returns permissions that the caller has on the specified Bigtable resource.
|
|
1733
1731
|
# @param [String] resource
|
|
1734
1732
|
# REQUIRED: The resource for which the policy detail is being requested. See [
|
|
1735
1733
|
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
|
|
@@ -1911,6 +1909,42 @@ module Google
|
|
|
1911
1909
|
execute_or_queue_command(command, &block)
|
|
1912
1910
|
end
|
|
1913
1911
|
|
|
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.
|
|
1914
|
+
# @param [String] resource
|
|
1915
|
+
# REQUIRED: The resource for which the policy is being requested. See [Resource
|
|
1916
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
|
1917
|
+
# appropriate value for this field.
|
|
1918
|
+
# @param [Google::Apis::BigtableadminV2::GetIamPolicyRequest] get_iam_policy_request_object
|
|
1919
|
+
# @param [String] fields
|
|
1920
|
+
# Selector specifying which fields to include in a partial response.
|
|
1921
|
+
# @param [String] quota_user
|
|
1922
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
1923
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
1924
|
+
# @param [Google::Apis::RequestOptions] options
|
|
1925
|
+
# Request-specific options
|
|
1926
|
+
#
|
|
1927
|
+
# @yield [result, err] Result & error if block supplied
|
|
1928
|
+
# @yieldparam result [Google::Apis::BigtableadminV2::Policy] parsed result object
|
|
1929
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
1930
|
+
#
|
|
1931
|
+
# @return [Google::Apis::BigtableadminV2::Policy]
|
|
1932
|
+
#
|
|
1933
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
1934
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
1935
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
1936
|
+
def get_authorized_view_iam_policy(resource, get_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
1937
|
+
command = make_simple_command(:post, 'v2/{+resource}:getIamPolicy', options)
|
|
1938
|
+
command.request_representation = Google::Apis::BigtableadminV2::GetIamPolicyRequest::Representation
|
|
1939
|
+
command.request_object = get_iam_policy_request_object
|
|
1940
|
+
command.response_representation = Google::Apis::BigtableadminV2::Policy::Representation
|
|
1941
|
+
command.response_class = Google::Apis::BigtableadminV2::Policy
|
|
1942
|
+
command.params['resource'] = resource unless resource.nil?
|
|
1943
|
+
command.query['fields'] = fields unless fields.nil?
|
|
1944
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
1945
|
+
execute_or_queue_command(command, &block)
|
|
1946
|
+
end
|
|
1947
|
+
|
|
1914
1948
|
# Lists all AuthorizedViews from a specific table.
|
|
1915
1949
|
# @param [String] parent
|
|
1916
1950
|
# Required. The unique name of the table for which AuthorizedViews should be
|
|
@@ -2003,6 +2037,77 @@ module Google
|
|
|
2003
2037
|
execute_or_queue_command(command, &block)
|
|
2004
2038
|
end
|
|
2005
2039
|
|
|
2040
|
+
# Sets the access control policy on a Bigtable resource. Replaces any existing
|
|
2041
|
+
# policy.
|
|
2042
|
+
# @param [String] resource
|
|
2043
|
+
# REQUIRED: The resource for which the policy is being specified. See [Resource
|
|
2044
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
|
2045
|
+
# appropriate value for this field.
|
|
2046
|
+
# @param [Google::Apis::BigtableadminV2::SetIamPolicyRequest] set_iam_policy_request_object
|
|
2047
|
+
# @param [String] fields
|
|
2048
|
+
# Selector specifying which fields to include in a partial response.
|
|
2049
|
+
# @param [String] quota_user
|
|
2050
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
2051
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
2052
|
+
# @param [Google::Apis::RequestOptions] options
|
|
2053
|
+
# Request-specific options
|
|
2054
|
+
#
|
|
2055
|
+
# @yield [result, err] Result & error if block supplied
|
|
2056
|
+
# @yieldparam result [Google::Apis::BigtableadminV2::Policy] parsed result object
|
|
2057
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
2058
|
+
#
|
|
2059
|
+
# @return [Google::Apis::BigtableadminV2::Policy]
|
|
2060
|
+
#
|
|
2061
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
2062
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
2063
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
2064
|
+
def set_authorized_view_iam_policy(resource, set_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
2065
|
+
command = make_simple_command(:post, 'v2/{+resource}:setIamPolicy', options)
|
|
2066
|
+
command.request_representation = Google::Apis::BigtableadminV2::SetIamPolicyRequest::Representation
|
|
2067
|
+
command.request_object = set_iam_policy_request_object
|
|
2068
|
+
command.response_representation = Google::Apis::BigtableadminV2::Policy::Representation
|
|
2069
|
+
command.response_class = Google::Apis::BigtableadminV2::Policy
|
|
2070
|
+
command.params['resource'] = resource unless resource.nil?
|
|
2071
|
+
command.query['fields'] = fields unless fields.nil?
|
|
2072
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
2073
|
+
execute_or_queue_command(command, &block)
|
|
2074
|
+
end
|
|
2075
|
+
|
|
2076
|
+
# Returns permissions that the caller has on the specified Bigtable resource.
|
|
2077
|
+
# @param [String] resource
|
|
2078
|
+
# REQUIRED: The resource for which the policy detail is being requested. See [
|
|
2079
|
+
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
|
|
2080
|
+
# appropriate value for this field.
|
|
2081
|
+
# @param [Google::Apis::BigtableadminV2::TestIamPermissionsRequest] test_iam_permissions_request_object
|
|
2082
|
+
# @param [String] fields
|
|
2083
|
+
# Selector specifying which fields to include in a partial response.
|
|
2084
|
+
# @param [String] quota_user
|
|
2085
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
2086
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
2087
|
+
# @param [Google::Apis::RequestOptions] options
|
|
2088
|
+
# Request-specific options
|
|
2089
|
+
#
|
|
2090
|
+
# @yield [result, err] Result & error if block supplied
|
|
2091
|
+
# @yieldparam result [Google::Apis::BigtableadminV2::TestIamPermissionsResponse] parsed result object
|
|
2092
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
2093
|
+
#
|
|
2094
|
+
# @return [Google::Apis::BigtableadminV2::TestIamPermissionsResponse]
|
|
2095
|
+
#
|
|
2096
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
2097
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
2098
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
2099
|
+
def test_authorized_view_iam_permissions(resource, test_iam_permissions_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
2100
|
+
command = make_simple_command(:post, 'v2/{+resource}:testIamPermissions', options)
|
|
2101
|
+
command.request_representation = Google::Apis::BigtableadminV2::TestIamPermissionsRequest::Representation
|
|
2102
|
+
command.request_object = test_iam_permissions_request_object
|
|
2103
|
+
command.response_representation = Google::Apis::BigtableadminV2::TestIamPermissionsResponse::Representation
|
|
2104
|
+
command.response_class = Google::Apis::BigtableadminV2::TestIamPermissionsResponse
|
|
2105
|
+
command.params['resource'] = resource unless resource.nil?
|
|
2106
|
+
command.query['fields'] = fields unless fields.nil?
|
|
2107
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
2108
|
+
execute_or_queue_command(command, &block)
|
|
2109
|
+
end
|
|
2110
|
+
|
|
2006
2111
|
# Lists information about the supported locations for this service.
|
|
2007
2112
|
# @param [String] name
|
|
2008
2113
|
# The resource that owns the locations collection, if applicable.
|
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.
|
|
4
|
+
version: 0.53.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: 2024-
|
|
11
|
+
date: 2024-04-28 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.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-bigtableadmin_v2/v0.53.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: []
|