google-apis-bigtableadmin_v2 0.17.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: be677b9cb735daf1437a80d5365a3521abf41a9d962b2b26955d85f980c8fc66
|
4
|
+
data.tar.gz: 5e9f352204f25a7edcefbca0e6fbc687439efaa32a8fe3a33dc6cf8eccb20347
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 06bba4ca1b81674667e1816301df81b57c2e754517abe7a9d7c0587cb4ca92b8c6c4794710eefede6bb8fe1ec5ee8b0cd18f2181c64baae1fe2c493f2f875d93
|
7
|
+
data.tar.gz: 345283ad2ec5452512793528e24c4be2990cfdcd3bfa3743c31f5ceabbf015a8abf4efef5e11a248c29ffc848eda0945119496f3674820146a511e82e266e886
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
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
|
+
|
7
|
+
### v0.19.0 (2022-04-24)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20220412
|
10
|
+
|
11
|
+
### v0.18.0 (2022-04-04)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20220329
|
14
|
+
|
3
15
|
### v0.17.0 (2022-03-27)
|
4
16
|
|
5
17
|
* Regenerated from discovery document revision 20220313
|
@@ -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
|
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
|
|
@@ -333,7 +333,7 @@ module Google
|
|
333
333
|
# @return [Google::Apis::BigtableadminV2::Expr]
|
334
334
|
attr_accessor :condition
|
335
335
|
|
336
|
-
# Specifies the principals requesting access for a Cloud
|
336
|
+
# Specifies the principals requesting access for a Google Cloud resource. `
|
337
337
|
# members` can have the following values: * `allUsers`: A special identifier
|
338
338
|
# that represents anyone who is on the internet; with or without a Google
|
339
339
|
# account. * `allAuthenticatedUsers`: A special identifier that represents
|
@@ -728,7 +728,6 @@ module Google
|
|
728
728
|
# Required. The clusters to be created within the instance, mapped by desired
|
729
729
|
# cluster ID, e.g., just `mycluster` rather than `projects/myproject/instances/
|
730
730
|
# myinstance/clusters/mycluster`. Fields marked `OutputOnly` must be left blank.
|
731
|
-
# Currently, at most four clusters can be specified.
|
732
731
|
# Corresponds to the JSON property `clusters`
|
733
732
|
# @return [Hash<String,Google::Apis::BigtableadminV2::Cluster>]
|
734
733
|
attr_accessor :clusters
|
@@ -838,8 +837,7 @@ module Google
|
|
838
837
|
# A generic empty message that you can re-use to avoid defining duplicated empty
|
839
838
|
# messages in your APIs. A typical example is to use it as the request or the
|
840
839
|
# response type of an API method. For instance: service Foo ` rpc Bar(google.
|
841
|
-
# protobuf.Empty) returns (google.protobuf.Empty); `
|
842
|
-
# `Empty` is empty JSON object ````.
|
840
|
+
# protobuf.Empty) returns (google.protobuf.Empty); `
|
843
841
|
class Empty
|
844
842
|
include Google::Apis::Core::Hashable
|
845
843
|
|
@@ -861,9 +859,8 @@ module Google
|
|
861
859
|
# Bigtable service account associated with the project that contains this
|
862
860
|
# cluster must be granted the `cloudkms.cryptoKeyEncrypterDecrypter` role on the
|
863
861
|
# CMEK key. 2) Only regional keys can be used and the region of the CMEK key
|
864
|
-
# must match the region of the cluster.
|
865
|
-
#
|
866
|
-
# location`/keyRings/`keyring`/cryptoKeys/`key``
|
862
|
+
# must match the region of the cluster. Values are of the form `projects/`
|
863
|
+
# project`/locations/`location`/keyRings/`keyring`/cryptoKeys/`key``
|
867
864
|
# Corresponds to the JSON property `kmsKeyName`
|
868
865
|
# @return [String]
|
869
866
|
attr_accessor :kms_key_name
|
@@ -1090,6 +1087,69 @@ module Google
|
|
1090
1087
|
end
|
1091
1088
|
end
|
1092
1089
|
|
1090
|
+
# A tablet is a defined by a start and end key and is explained in https://cloud.
|
1091
|
+
# google.com/bigtable/docs/overview#architecture and https://cloud.google.com/
|
1092
|
+
# bigtable/docs/performance#optimization. A Hot tablet is a tablet that exhibits
|
1093
|
+
# high average cpu usage during the time interval from start time to end time.
|
1094
|
+
class HotTablet
|
1095
|
+
include Google::Apis::Core::Hashable
|
1096
|
+
|
1097
|
+
# Tablet End Key (inclusive).
|
1098
|
+
# Corresponds to the JSON property `endKey`
|
1099
|
+
# @return [String]
|
1100
|
+
attr_accessor :end_key
|
1101
|
+
|
1102
|
+
# Output only. The end time of the hot tablet.
|
1103
|
+
# Corresponds to the JSON property `endTime`
|
1104
|
+
# @return [String]
|
1105
|
+
attr_accessor :end_time
|
1106
|
+
|
1107
|
+
# The unique name of the hot tablet. Values are of the form `projects/`project`/
|
1108
|
+
# instances/`instance`/clusters/`cluster`/hotTablets/[a-zA-Z0-9_-]*`.
|
1109
|
+
# Corresponds to the JSON property `name`
|
1110
|
+
# @return [String]
|
1111
|
+
attr_accessor :name
|
1112
|
+
|
1113
|
+
# Output only. The average CPU usage spent by a node on this tablet over the
|
1114
|
+
# start_time to end_time time range. The percentage is the amount of CPU used by
|
1115
|
+
# the node to serve the tablet, from 0% (tablet was not interacted with) to 100%
|
1116
|
+
# (the node spent all cycles serving the hot tablet).
|
1117
|
+
# Corresponds to the JSON property `nodeCpuUsagePercent`
|
1118
|
+
# @return [Float]
|
1119
|
+
attr_accessor :node_cpu_usage_percent
|
1120
|
+
|
1121
|
+
# Tablet Start Key (inclusive).
|
1122
|
+
# Corresponds to the JSON property `startKey`
|
1123
|
+
# @return [String]
|
1124
|
+
attr_accessor :start_key
|
1125
|
+
|
1126
|
+
# Output only. The start time of the hot tablet.
|
1127
|
+
# Corresponds to the JSON property `startTime`
|
1128
|
+
# @return [String]
|
1129
|
+
attr_accessor :start_time
|
1130
|
+
|
1131
|
+
# Name of the table that contains the tablet. Values are of the form `projects/`
|
1132
|
+
# project`/instances/`instance`/tables/_a-zA-Z0-9*`.
|
1133
|
+
# Corresponds to the JSON property `tableName`
|
1134
|
+
# @return [String]
|
1135
|
+
attr_accessor :table_name
|
1136
|
+
|
1137
|
+
def initialize(**args)
|
1138
|
+
update!(**args)
|
1139
|
+
end
|
1140
|
+
|
1141
|
+
# Update properties of this object
|
1142
|
+
def update!(**args)
|
1143
|
+
@end_key = args[:end_key] if args.key?(:end_key)
|
1144
|
+
@end_time = args[:end_time] if args.key?(:end_time)
|
1145
|
+
@name = args[:name] if args.key?(:name)
|
1146
|
+
@node_cpu_usage_percent = args[:node_cpu_usage_percent] if args.key?(:node_cpu_usage_percent)
|
1147
|
+
@start_key = args[:start_key] if args.key?(:start_key)
|
1148
|
+
@start_time = args[:start_time] if args.key?(:start_time)
|
1149
|
+
@table_name = args[:table_name] if args.key?(:table_name)
|
1150
|
+
end
|
1151
|
+
end
|
1152
|
+
|
1093
1153
|
# A collection of Bigtable Tables and the resources that serve them. All tables
|
1094
1154
|
# in an instance are served from all Clusters in the instance.
|
1095
1155
|
class Instance
|
@@ -1264,6 +1324,36 @@ module Google
|
|
1264
1324
|
end
|
1265
1325
|
end
|
1266
1326
|
|
1327
|
+
# Response message for BigtableInstanceAdmin.ListHotTablets.
|
1328
|
+
class ListHotTabletsResponse
|
1329
|
+
include Google::Apis::Core::Hashable
|
1330
|
+
|
1331
|
+
# List of hot tablets in the tables of the requested cluster that fall within
|
1332
|
+
# the requested time range. Hot tablets are ordered by node cpu usage percent.
|
1333
|
+
# If there are multiple hot tablets that correspond to the same tablet within a
|
1334
|
+
# 15-minute interval, only the hot tablet with the highest node cpu usage will
|
1335
|
+
# be included in the response.
|
1336
|
+
# Corresponds to the JSON property `hotTablets`
|
1337
|
+
# @return [Array<Google::Apis::BigtableadminV2::HotTablet>]
|
1338
|
+
attr_accessor :hot_tablets
|
1339
|
+
|
1340
|
+
# Set if not all hot tablets could be returned in a single response. Pass this
|
1341
|
+
# value to `page_token` in another request to get the next page of results.
|
1342
|
+
# Corresponds to the JSON property `nextPageToken`
|
1343
|
+
# @return [String]
|
1344
|
+
attr_accessor :next_page_token
|
1345
|
+
|
1346
|
+
def initialize(**args)
|
1347
|
+
update!(**args)
|
1348
|
+
end
|
1349
|
+
|
1350
|
+
# Update properties of this object
|
1351
|
+
def update!(**args)
|
1352
|
+
@hot_tablets = args[:hot_tablets] if args.key?(:hot_tablets)
|
1353
|
+
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
1354
|
+
end
|
1355
|
+
end
|
1356
|
+
|
1267
1357
|
# Response message for BigtableInstanceAdmin.ListInstances.
|
1268
1358
|
class ListInstancesResponse
|
1269
1359
|
include Google::Apis::Core::Hashable
|
@@ -2147,7 +2237,7 @@ module Google
|
|
2147
2237
|
include Google::Apis::Core::Hashable
|
2148
2238
|
|
2149
2239
|
# The set of permissions to check for the `resource`. Permissions with wildcards
|
2150
|
-
# (such as
|
2240
|
+
# (such as `*` or `storage.*`) are not allowed. For more information see [IAM
|
2151
2241
|
# Overview](https://cloud.google.com/iam/docs/overview#permissions).
|
2152
2242
|
# Corresponds to the JSON property `permissions`
|
2153
2243
|
# @return [Array<String>]
|
@@ -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.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 = "
|
25
|
+
REVISION = "20220430"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -208,6 +208,12 @@ module Google
|
|
208
208
|
include Google::Apis::Core::JsonObjectSupport
|
209
209
|
end
|
210
210
|
|
211
|
+
class HotTablet
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
|
+
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
215
|
+
end
|
216
|
+
|
211
217
|
class Instance
|
212
218
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
219
|
|
@@ -238,6 +244,12 @@ module Google
|
|
238
244
|
include Google::Apis::Core::JsonObjectSupport
|
239
245
|
end
|
240
246
|
|
247
|
+
class ListHotTabletsResponse
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
|
+
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
251
|
+
end
|
252
|
+
|
241
253
|
class ListInstancesResponse
|
242
254
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
255
|
|
@@ -708,6 +720,19 @@ module Google
|
|
708
720
|
end
|
709
721
|
end
|
710
722
|
|
723
|
+
class HotTablet
|
724
|
+
# @private
|
725
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
726
|
+
property :end_key, as: 'endKey'
|
727
|
+
property :end_time, as: 'endTime'
|
728
|
+
property :name, as: 'name'
|
729
|
+
property :node_cpu_usage_percent, as: 'nodeCpuUsagePercent'
|
730
|
+
property :start_key, as: 'startKey'
|
731
|
+
property :start_time, as: 'startTime'
|
732
|
+
property :table_name, as: 'tableName'
|
733
|
+
end
|
734
|
+
end
|
735
|
+
|
711
736
|
class Instance
|
712
737
|
# @private
|
713
738
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -757,6 +782,15 @@ module Google
|
|
757
782
|
end
|
758
783
|
end
|
759
784
|
|
785
|
+
class ListHotTabletsResponse
|
786
|
+
# @private
|
787
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
788
|
+
collection :hot_tablets, as: 'hotTablets', class: Google::Apis::BigtableadminV2::HotTablet, decorator: Google::Apis::BigtableadminV2::HotTablet::Representation
|
789
|
+
|
790
|
+
property :next_page_token, as: 'nextPageToken'
|
791
|
+
end
|
792
|
+
end
|
793
|
+
|
760
794
|
class ListInstancesResponse
|
761
795
|
# @private
|
762
796
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -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
|
303
|
-
#
|
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
|
411
|
-
#
|
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
|
445
|
-
#
|
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
|
1037
|
-
#
|
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
|
1191
|
-
#
|
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
|
1225
|
-
#
|
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.
|
@@ -1253,6 +1259,60 @@ module Google
|
|
1253
1259
|
execute_or_queue_command(command, &block)
|
1254
1260
|
end
|
1255
1261
|
|
1262
|
+
# Lists hot tablets in a cluster, within the time range provided. Hot tablets
|
1263
|
+
# are ordered based on CPU usage.
|
1264
|
+
# @param [String] parent
|
1265
|
+
# Required. The cluster name to list hot tablets. Value is in the following form:
|
1266
|
+
# `projects/`project`/instances/`instance`/clusters/`cluster``.
|
1267
|
+
# @param [String] end_time
|
1268
|
+
# The end time to list hot tablets.
|
1269
|
+
# @param [Fixnum] page_size
|
1270
|
+
# Maximum number of results per page. A page_size that is empty or zero lets the
|
1271
|
+
# server choose the number of items to return. A page_size which is strictly
|
1272
|
+
# positive will return at most that many items. A negative page_size will cause
|
1273
|
+
# an error. Following the first request, subsequent paginated calls do not need
|
1274
|
+
# a page_size field. If a page_size is set in subsequent calls, it must match
|
1275
|
+
# the page_size given in the first request.
|
1276
|
+
# @param [String] page_token
|
1277
|
+
# The value of `next_page_token` returned by a previous call.
|
1278
|
+
# @param [String] start_time
|
1279
|
+
# The start time to list hot tablets. The hot tablets in the response will have
|
1280
|
+
# start times between the requested start time and end time. Start time defaults
|
1281
|
+
# to Now if it is unset, and end time defaults to Now - 24 hours if it is unset.
|
1282
|
+
# The start time should be less than the end time, and the maximum allowed time
|
1283
|
+
# range between start time and end time is 48 hours. Start time and end time
|
1284
|
+
# should have values between Now and Now - 14 days.
|
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::ListHotTabletsResponse] parsed result object
|
1295
|
+
# @yieldparam err [StandardError] error object if request failed
|
1296
|
+
#
|
1297
|
+
# @return [Google::Apis::BigtableadminV2::ListHotTabletsResponse]
|
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 list_project_instance_cluster_hot_tablets(parent, end_time: nil, page_size: nil, page_token: nil, start_time: nil, fields: nil, quota_user: nil, options: nil, &block)
|
1303
|
+
command = make_simple_command(:get, 'v2/{+parent}/hotTablets', options)
|
1304
|
+
command.response_representation = Google::Apis::BigtableadminV2::ListHotTabletsResponse::Representation
|
1305
|
+
command.response_class = Google::Apis::BigtableadminV2::ListHotTabletsResponse
|
1306
|
+
command.params['parent'] = parent unless parent.nil?
|
1307
|
+
command.query['endTime'] = end_time unless end_time.nil?
|
1308
|
+
command.query['pageSize'] = page_size unless page_size.nil?
|
1309
|
+
command.query['pageToken'] = page_token unless page_token.nil?
|
1310
|
+
command.query['startTime'] = start_time unless start_time.nil?
|
1311
|
+
command.query['fields'] = fields unless fields.nil?
|
1312
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1313
|
+
execute_or_queue_command(command, &block)
|
1314
|
+
end
|
1315
|
+
|
1256
1316
|
# Checks replication consistency based on a consistency token, that is, if
|
1257
1317
|
# replication has caught up based on the conditions specified in the token and
|
1258
1318
|
# the check request.
|
@@ -1469,8 +1529,9 @@ module Google
|
|
1469
1529
|
# Gets the access control policy for a Table resource. Returns an empty policy
|
1470
1530
|
# if the resource exists but does not have a policy set.
|
1471
1531
|
# @param [String] resource
|
1472
|
-
# REQUIRED: The resource for which the policy is being requested. See
|
1473
|
-
#
|
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.
|
1474
1535
|
# @param [Google::Apis::BigtableadminV2::GetIamPolicyRequest] get_iam_policy_request_object
|
1475
1536
|
# @param [String] fields
|
1476
1537
|
# Selector specifying which fields to include in a partial response.
|
@@ -1627,8 +1688,9 @@ module Google
|
|
1627
1688
|
# Sets the access control policy on a Table resource. Replaces any existing
|
1628
1689
|
# policy.
|
1629
1690
|
# @param [String] resource
|
1630
|
-
# REQUIRED: The resource for which the policy is being specified. See
|
1631
|
-
#
|
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.
|
1632
1694
|
# @param [Google::Apis::BigtableadminV2::SetIamPolicyRequest] set_iam_policy_request_object
|
1633
1695
|
# @param [String] fields
|
1634
1696
|
# Selector specifying which fields to include in a partial response.
|
@@ -1661,8 +1723,9 @@ module Google
|
|
1661
1723
|
|
1662
1724
|
# Returns permissions that the caller has on the specified table resource.
|
1663
1725
|
# @param [String] resource
|
1664
|
-
# REQUIRED: The resource for which the policy detail is being requested. See
|
1665
|
-
#
|
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.
|
1666
1729
|
# @param [Google::Apis::BigtableadminV2::TestIamPermissionsRequest] test_iam_permissions_request_object
|
1667
1730
|
# @param [String] fields
|
1668
1731
|
# Selector specifying which fields to include in a partial response.
|
@@ -1728,8 +1791,8 @@ module Google
|
|
1728
1791
|
# The resource that owns the locations collection, if applicable.
|
1729
1792
|
# @param [String] filter
|
1730
1793
|
# A filter to narrow down results to a preferred subset. The filtering language
|
1731
|
-
# accepts strings like "displayName=tokyo"
|
1732
|
-
# AIP-160](https://google.aip.dev/160).
|
1794
|
+
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
1795
|
+
# in [AIP-160](https://google.aip.dev/160).
|
1733
1796
|
# @param [Fixnum] page_size
|
1734
1797
|
# The maximum number of results to return. If not set, the service selects a
|
1735
1798
|
# default.
|
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.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-
|
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.
|
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: []
|