google-apis-bigtableadmin_v2 0.18.0 → 0.21.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2785300bdf5083ddc7692ae24e4c0e20ae5be84848ac124a7fe5aa905d73effc
4
- data.tar.gz: 525f7e4887ee3a0c25b449d1bb9b3050fb6ee8f6d9b6c63ad1f41409b131f224
3
+ metadata.gz: 596998a99615927d268b466bb3fc6935fe1e22572c3308945beac27260bae9a9
4
+ data.tar.gz: 265f8c189e4a899b9c2d52fae2d1a3dd14ecf132f837add9f93a13a5ded52f1c
5
5
  SHA512:
6
- metadata.gz: 7ae49a3c67f31c852b7adb3c3e554346ab16e712c15ff05c6db5f30d8876b4e3fa908666edd9e3009fdf0199516325d653e0c7d6cf8da5fab621c2fb8181a945
7
- data.tar.gz: d7e6bea9248c0756b4715d5e5a3f8a91bc26b7de4200db0760790adbde66b79858f5418dab15540452468d617a5243541b741a2cc52f8cb750e90e5675487115
6
+ metadata.gz: 42c63233ea351526c3644cdd85084e93d0bbc95a11dae7bcc12a05e20d3ab57b37127f0dbc19e60bd52d035c9a1ae114034db11f3a996f629173be66dc160468
7
+ data.tar.gz: da6328af021a754039b352ea1a348fc1758456e31ec12239438f0d779a7728a1ae45b826f65ddb0e5e3a331307efc45687928b7cc869548da21a6a3fe922518d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-bigtableadmin_v2
2
2
 
3
+ ### v0.21.0 (2022-05-25)
4
+
5
+ * Regenerated from discovery document revision 20220506
6
+
7
+ ### v0.20.0 (2022-05-16)
8
+
9
+ * Regenerated from discovery document revision 20220430
10
+
11
+ ### v0.19.0 (2022-04-24)
12
+
13
+ * Regenerated from discovery document revision 20220412
14
+
3
15
  ### v0.18.0 (2022-04-04)
4
16
 
5
17
  * Regenerated from discovery document revision 20220329
@@ -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
 
@@ -185,6 +185,15 @@ module Google
185
185
  # @return [Fixnum]
186
186
  attr_accessor :cpu_utilization_percent
187
187
 
188
+ # The storage utilization that the Autoscaler should be trying to achieve. This
189
+ # number is limited between 2560 (2.5TiB) and 5120 (5TiB) for a SSD cluster and
190
+ # between 8192 (8TiB) and 16384 (16TiB) for an HDD cluster, otherwise it will
191
+ # return INVALID_ARGUMENT error. If this value is set to 0, it will be treated
192
+ # as if it were set to the default value: 2560 for SSD, 8192 for HDD.
193
+ # Corresponds to the JSON property `storageUtilizationGibPerNode`
194
+ # @return [Fixnum]
195
+ attr_accessor :storage_utilization_gib_per_node
196
+
188
197
  def initialize(**args)
189
198
  update!(**args)
190
199
  end
@@ -192,6 +201,7 @@ module Google
192
201
  # Update properties of this object
193
202
  def update!(**args)
194
203
  @cpu_utilization_percent = args[:cpu_utilization_percent] if args.key?(:cpu_utilization_percent)
204
+ @storage_utilization_gib_per_node = args[:storage_utilization_gib_per_node] if args.key?(:storage_utilization_gib_per_node)
195
205
  end
196
206
  end
197
207
 
@@ -333,7 +343,7 @@ module Google
333
343
  # @return [Google::Apis::BigtableadminV2::Expr]
334
344
  attr_accessor :condition
335
345
 
336
- # Specifies the principals requesting access for a Cloud Platform resource. `
346
+ # Specifies the principals requesting access for a Google Cloud resource. `
337
347
  # members` can have the following values: * `allUsers`: A special identifier
338
348
  # that represents anyone who is on the internet; with or without a Google
339
349
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -728,7 +738,6 @@ module Google
728
738
  # Required. The clusters to be created within the instance, mapped by desired
729
739
  # cluster ID, e.g., just `mycluster` rather than `projects/myproject/instances/
730
740
  # myinstance/clusters/mycluster`. Fields marked `OutputOnly` must be left blank.
731
- # Currently, at most four clusters can be specified.
732
741
  # Corresponds to the JSON property `clusters`
733
742
  # @return [Hash<String,Google::Apis::BigtableadminV2::Cluster>]
734
743
  attr_accessor :clusters
@@ -860,9 +869,8 @@ module Google
860
869
  # Bigtable service account associated with the project that contains this
861
870
  # cluster must be granted the `cloudkms.cryptoKeyEncrypterDecrypter` role on the
862
871
  # CMEK key. 2) Only regional keys can be used and the region of the CMEK key
863
- # must match the region of the cluster. 3) All clusters within an instance must
864
- # use the same CMEK key. Values are of the form `projects/`project`/locations/`
865
- # location`/keyRings/`keyring`/cryptoKeys/`key``
872
+ # must match the region of the cluster. Values are of the form `projects/`
873
+ # project`/locations/`location`/keyRings/`keyring`/cryptoKeys/`key``
866
874
  # Corresponds to the JSON property `kmsKeyName`
867
875
  # @return [String]
868
876
  attr_accessor :kms_key_name
@@ -1089,6 +1097,69 @@ module Google
1089
1097
  end
1090
1098
  end
1091
1099
 
1100
+ # A tablet is a defined by a start and end key and is explained in https://cloud.
1101
+ # google.com/bigtable/docs/overview#architecture and https://cloud.google.com/
1102
+ # bigtable/docs/performance#optimization. A Hot tablet is a tablet that exhibits
1103
+ # high average cpu usage during the time interval from start time to end time.
1104
+ class HotTablet
1105
+ include Google::Apis::Core::Hashable
1106
+
1107
+ # Tablet End Key (inclusive).
1108
+ # Corresponds to the JSON property `endKey`
1109
+ # @return [String]
1110
+ attr_accessor :end_key
1111
+
1112
+ # Output only. The end time of the hot tablet.
1113
+ # Corresponds to the JSON property `endTime`
1114
+ # @return [String]
1115
+ attr_accessor :end_time
1116
+
1117
+ # The unique name of the hot tablet. Values are of the form `projects/`project`/
1118
+ # instances/`instance`/clusters/`cluster`/hotTablets/[a-zA-Z0-9_-]*`.
1119
+ # Corresponds to the JSON property `name`
1120
+ # @return [String]
1121
+ attr_accessor :name
1122
+
1123
+ # Output only. The average CPU usage spent by a node on this tablet over the
1124
+ # start_time to end_time time range. The percentage is the amount of CPU used by
1125
+ # the node to serve the tablet, from 0% (tablet was not interacted with) to 100%
1126
+ # (the node spent all cycles serving the hot tablet).
1127
+ # Corresponds to the JSON property `nodeCpuUsagePercent`
1128
+ # @return [Float]
1129
+ attr_accessor :node_cpu_usage_percent
1130
+
1131
+ # Tablet Start Key (inclusive).
1132
+ # Corresponds to the JSON property `startKey`
1133
+ # @return [String]
1134
+ attr_accessor :start_key
1135
+
1136
+ # Output only. The start time of the hot tablet.
1137
+ # Corresponds to the JSON property `startTime`
1138
+ # @return [String]
1139
+ attr_accessor :start_time
1140
+
1141
+ # Name of the table that contains the tablet. Values are of the form `projects/`
1142
+ # project`/instances/`instance`/tables/_a-zA-Z0-9*`.
1143
+ # Corresponds to the JSON property `tableName`
1144
+ # @return [String]
1145
+ attr_accessor :table_name
1146
+
1147
+ def initialize(**args)
1148
+ update!(**args)
1149
+ end
1150
+
1151
+ # Update properties of this object
1152
+ def update!(**args)
1153
+ @end_key = args[:end_key] if args.key?(:end_key)
1154
+ @end_time = args[:end_time] if args.key?(:end_time)
1155
+ @name = args[:name] if args.key?(:name)
1156
+ @node_cpu_usage_percent = args[:node_cpu_usage_percent] if args.key?(:node_cpu_usage_percent)
1157
+ @start_key = args[:start_key] if args.key?(:start_key)
1158
+ @start_time = args[:start_time] if args.key?(:start_time)
1159
+ @table_name = args[:table_name] if args.key?(:table_name)
1160
+ end
1161
+ end
1162
+
1092
1163
  # A collection of Bigtable Tables and the resources that serve them. All tables
1093
1164
  # in an instance are served from all Clusters in the instance.
1094
1165
  class Instance
@@ -1263,6 +1334,36 @@ module Google
1263
1334
  end
1264
1335
  end
1265
1336
 
1337
+ # Response message for BigtableInstanceAdmin.ListHotTablets.
1338
+ class ListHotTabletsResponse
1339
+ include Google::Apis::Core::Hashable
1340
+
1341
+ # List of hot tablets in the tables of the requested cluster that fall within
1342
+ # the requested time range. Hot tablets are ordered by node cpu usage percent.
1343
+ # If there are multiple hot tablets that correspond to the same tablet within a
1344
+ # 15-minute interval, only the hot tablet with the highest node cpu usage will
1345
+ # be included in the response.
1346
+ # Corresponds to the JSON property `hotTablets`
1347
+ # @return [Array<Google::Apis::BigtableadminV2::HotTablet>]
1348
+ attr_accessor :hot_tablets
1349
+
1350
+ # Set if not all hot tablets could be returned in a single response. Pass this
1351
+ # value to `page_token` in another request to get the next page of results.
1352
+ # Corresponds to the JSON property `nextPageToken`
1353
+ # @return [String]
1354
+ attr_accessor :next_page_token
1355
+
1356
+ def initialize(**args)
1357
+ update!(**args)
1358
+ end
1359
+
1360
+ # Update properties of this object
1361
+ def update!(**args)
1362
+ @hot_tablets = args[:hot_tablets] if args.key?(:hot_tablets)
1363
+ @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
1364
+ end
1365
+ end
1366
+
1266
1367
  # Response message for BigtableInstanceAdmin.ListInstances.
1267
1368
  class ListInstancesResponse
1268
1369
  include Google::Apis::Core::Hashable
@@ -2146,7 +2247,7 @@ module Google
2146
2247
  include Google::Apis::Core::Hashable
2147
2248
 
2148
2249
  # The set of permissions to check for the `resource`. Permissions with wildcards
2149
- # (such as '*' or 'storage.*') are not allowed. For more information see [IAM
2250
+ # (such as `*` or `storage.*`) are not allowed. For more information see [IAM
2150
2251
  # Overview](https://cloud.google.com/iam/docs/overview#permissions).
2151
2252
  # Corresponds to the JSON property `permissions`
2152
2253
  # @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.18.0"
19
+ GEM_VERSION = "0.21.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 = "20220329"
25
+ REVISION = "20220506"
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
 
@@ -460,6 +472,7 @@ module Google
460
472
  # @private
461
473
  class Representation < Google::Apis::Core::JsonRepresentation
462
474
  property :cpu_utilization_percent, as: 'cpuUtilizationPercent'
475
+ property :storage_utilization_gib_per_node, as: 'storageUtilizationGibPerNode'
463
476
  end
464
477
  end
465
478
 
@@ -708,6 +721,19 @@ module Google
708
721
  end
709
722
  end
710
723
 
724
+ class HotTablet
725
+ # @private
726
+ class Representation < Google::Apis::Core::JsonRepresentation
727
+ property :end_key, as: 'endKey'
728
+ property :end_time, as: 'endTime'
729
+ property :name, as: 'name'
730
+ property :node_cpu_usage_percent, as: 'nodeCpuUsagePercent'
731
+ property :start_key, as: 'startKey'
732
+ property :start_time, as: 'startTime'
733
+ property :table_name, as: 'tableName'
734
+ end
735
+ end
736
+
711
737
  class Instance
712
738
  # @private
713
739
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -757,6 +783,15 @@ module Google
757
783
  end
758
784
  end
759
785
 
786
+ class ListHotTabletsResponse
787
+ # @private
788
+ class Representation < Google::Apis::Core::JsonRepresentation
789
+ collection :hot_tablets, as: 'hotTablets', class: Google::Apis::BigtableadminV2::HotTablet, decorator: Google::Apis::BigtableadminV2::HotTablet::Representation
790
+
791
+ property :next_page_token, as: 'nextPageToken'
792
+ end
793
+ end
794
+
760
795
  class ListInstancesResponse
761
796
  # @private
762
797
  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 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.
@@ -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 the
1473
- # 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.
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 the
1631
- # 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.
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 the
1665
- # 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.
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", and is documented in more detail in [
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.18.0
4
+ version: 0.21.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-11 00:00:00.000000000 Z
11
+ date: 2022-05-30 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.18.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigtableadmin_v2/v0.21.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Bigtable Admin API V2