google-apis-bigtableadmin_v2 0.45.0 → 0.46.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: 0ca8a24258a5f11e841bdcf8b93506b1b63b13f002e037cbf4039b6f942c9e5b
|
|
4
|
+
data.tar.gz: 745cfac373d0b479966d877b61e869a9c00840f7f4131ffff903174cd7d5f684
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ab514ae7a8221f68e2667925cfb151f6e05315700bde51fcf4a745822a2b7eeee1509902e7685ac3a465370ee7ea75abd19c626fa50a8464bb109c1dd59425aa
|
|
7
|
+
data.tar.gz: 628d04e348d5f963dcb47d9cf5da75ea29fca1f5987c71322c4440d9345a481761044adab591f14236888fcfb2abbb76a1891e11c69dc635c617811ac0a6292a
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-bigtableadmin_v2
|
|
2
2
|
|
|
3
|
+
### v0.46.0 (2024-01-22)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20240110
|
|
6
|
+
* Regenerated using generator version 0.13.0
|
|
7
|
+
|
|
3
8
|
### v0.45.0 (2023-11-05)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20231029
|
|
@@ -389,21 +389,43 @@ module Google
|
|
|
389
389
|
# project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
|
|
390
390
|
# email address that represents a Google group. For example, `admins@example.com`
|
|
391
391
|
# . * `domain:`domain``: The G Suite domain (primary) that represents all the
|
|
392
|
-
# users of that domain. For example, `google.com` or `example.com`. * `
|
|
393
|
-
#
|
|
394
|
-
#
|
|
395
|
-
#
|
|
396
|
-
#
|
|
397
|
-
#
|
|
398
|
-
#
|
|
399
|
-
#
|
|
392
|
+
# users of that domain. For example, `google.com` or `example.com`. * `principal:
|
|
393
|
+
# //iam.googleapis.com/locations/global/workforcePools/`pool_id`/subject/`
|
|
394
|
+
# subject_attribute_value``: A single identity in a workforce identity pool. * `
|
|
395
|
+
# principalSet://iam.googleapis.com/locations/global/workforcePools/`pool_id`/
|
|
396
|
+
# group/`group_id``: All workforce identities in a group. * `principalSet://iam.
|
|
397
|
+
# googleapis.com/locations/global/workforcePools/`pool_id`/attribute.`
|
|
398
|
+
# attribute_name`/`attribute_value``: All workforce identities with a specific
|
|
399
|
+
# attribute value. * `principalSet://iam.googleapis.com/locations/global/
|
|
400
|
+
# workforcePools/`pool_id`/*`: All identities in a workforce identity pool. * `
|
|
401
|
+
# principal://iam.googleapis.com/projects/`project_number`/locations/global/
|
|
402
|
+
# workloadIdentityPools/`pool_id`/subject/`subject_attribute_value``: A single
|
|
403
|
+
# identity in a workload identity pool. * `principalSet://iam.googleapis.com/
|
|
404
|
+
# projects/`project_number`/locations/global/workloadIdentityPools/`pool_id`/
|
|
405
|
+
# group/`group_id``: A workload identity pool group. * `principalSet://iam.
|
|
406
|
+
# googleapis.com/projects/`project_number`/locations/global/
|
|
407
|
+
# workloadIdentityPools/`pool_id`/attribute.`attribute_name`/`attribute_value``:
|
|
408
|
+
# All identities in a workload identity pool with a certain attribute. * `
|
|
409
|
+
# principalSet://iam.googleapis.com/projects/`project_number`/locations/global/
|
|
410
|
+
# workloadIdentityPools/`pool_id`/*`: All identities in a workload identity pool.
|
|
411
|
+
# * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
|
|
412
|
+
# identifier) representing a user that has been recently deleted. For example, `
|
|
413
|
+
# alice@example.com?uid=123456789012345678901`. If the user is recovered, this
|
|
414
|
+
# value reverts to `user:`emailid`` and the recovered user retains the role in
|
|
415
|
+
# the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
|
|
416
|
+
# address (plus unique identifier) representing a service account that has been
|
|
417
|
+
# recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
|
|
400
418
|
# 123456789012345678901`. If the service account is undeleted, this value
|
|
401
419
|
# reverts to `serviceAccount:`emailid`` and the undeleted service account
|
|
402
420
|
# retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
|
|
403
421
|
# An email address (plus unique identifier) representing a Google group that has
|
|
404
422
|
# been recently deleted. For example, `admins@example.com?uid=
|
|
405
423
|
# 123456789012345678901`. If the group is recovered, this value reverts to `
|
|
406
|
-
# group:`emailid`` and the recovered group retains the role in the binding.
|
|
424
|
+
# group:`emailid`` and the recovered group retains the role in the binding. * `
|
|
425
|
+
# deleted:principal://iam.googleapis.com/locations/global/workforcePools/`
|
|
426
|
+
# pool_id`/subject/`subject_attribute_value``: Deleted single identity in a
|
|
427
|
+
# workforce identity pool. For example, `deleted:principal://iam.googleapis.com/
|
|
428
|
+
# locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`.
|
|
407
429
|
# Corresponds to the JSON property `members`
|
|
408
430
|
# @return [Array<String>]
|
|
409
431
|
attr_accessor :members
|
|
@@ -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.46.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.13.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240110"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -32,6 +32,8 @@ module Google
|
|
|
32
32
|
#
|
|
33
33
|
# @see https://cloud.google.com/bigtable/
|
|
34
34
|
class BigtableAdminService < Google::Apis::Core::BaseService
|
|
35
|
+
DEFAULT_ENDPOINT_TEMPLATE = "https://bigtableadmin.$UNIVERSE_DOMAIN$/"
|
|
36
|
+
|
|
35
37
|
# @return [String]
|
|
36
38
|
# API key. Your API key identifies your project and provides you with API access,
|
|
37
39
|
# quota, and reports. Required unless you provide an OAuth 2.0 token.
|
|
@@ -43,82 +45,12 @@ module Google
|
|
|
43
45
|
attr_accessor :quota_user
|
|
44
46
|
|
|
45
47
|
def initialize
|
|
46
|
-
super(
|
|
48
|
+
super(DEFAULT_ENDPOINT_TEMPLATE, '',
|
|
47
49
|
client_name: 'google-apis-bigtableadmin_v2',
|
|
48
50
|
client_version: Google::Apis::BigtableadminV2::GEM_VERSION)
|
|
49
51
|
@batch_path = 'batch'
|
|
50
52
|
end
|
|
51
53
|
|
|
52
|
-
# Starts asynchronous cancellation on a long-running operation. The server makes
|
|
53
|
-
# a best effort to cancel the operation, but success is not guaranteed. If the
|
|
54
|
-
# server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
|
|
55
|
-
# Clients can use Operations.GetOperation or other methods to check whether the
|
|
56
|
-
# cancellation succeeded or whether the operation completed despite cancellation.
|
|
57
|
-
# On successful cancellation, the operation is not deleted; instead, it becomes
|
|
58
|
-
# an operation with an Operation.error value with a google.rpc.Status.code of 1,
|
|
59
|
-
# corresponding to `Code.CANCELLED`.
|
|
60
|
-
# @param [String] name
|
|
61
|
-
# The name of the operation resource to be cancelled.
|
|
62
|
-
# @param [String] fields
|
|
63
|
-
# Selector specifying which fields to include in a partial response.
|
|
64
|
-
# @param [String] quota_user
|
|
65
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
|
66
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
67
|
-
# @param [Google::Apis::RequestOptions] options
|
|
68
|
-
# Request-specific options
|
|
69
|
-
#
|
|
70
|
-
# @yield [result, err] Result & error if block supplied
|
|
71
|
-
# @yieldparam result [Google::Apis::BigtableadminV2::Empty] parsed result object
|
|
72
|
-
# @yieldparam err [StandardError] error object if request failed
|
|
73
|
-
#
|
|
74
|
-
# @return [Google::Apis::BigtableadminV2::Empty]
|
|
75
|
-
#
|
|
76
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
77
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
78
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
79
|
-
def cancel_operation(name, fields: nil, quota_user: nil, options: nil, &block)
|
|
80
|
-
command = make_simple_command(:post, 'v2/{+name}:cancel', options)
|
|
81
|
-
command.response_representation = Google::Apis::BigtableadminV2::Empty::Representation
|
|
82
|
-
command.response_class = Google::Apis::BigtableadminV2::Empty
|
|
83
|
-
command.params['name'] = name unless name.nil?
|
|
84
|
-
command.query['fields'] = fields unless fields.nil?
|
|
85
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
86
|
-
execute_or_queue_command(command, &block)
|
|
87
|
-
end
|
|
88
|
-
|
|
89
|
-
# Deletes a long-running operation. This method indicates that the client is no
|
|
90
|
-
# longer interested in the operation result. It does not cancel the operation.
|
|
91
|
-
# If the server doesn't support this method, it returns `google.rpc.Code.
|
|
92
|
-
# UNIMPLEMENTED`.
|
|
93
|
-
# @param [String] name
|
|
94
|
-
# The name of the operation resource to be deleted.
|
|
95
|
-
# @param [String] fields
|
|
96
|
-
# Selector specifying which fields to include in a partial response.
|
|
97
|
-
# @param [String] quota_user
|
|
98
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
|
99
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
100
|
-
# @param [Google::Apis::RequestOptions] options
|
|
101
|
-
# Request-specific options
|
|
102
|
-
#
|
|
103
|
-
# @yield [result, err] Result & error if block supplied
|
|
104
|
-
# @yieldparam result [Google::Apis::BigtableadminV2::Empty] parsed result object
|
|
105
|
-
# @yieldparam err [StandardError] error object if request failed
|
|
106
|
-
#
|
|
107
|
-
# @return [Google::Apis::BigtableadminV2::Empty]
|
|
108
|
-
#
|
|
109
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
110
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
111
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
112
|
-
def delete_operation(name, fields: nil, quota_user: nil, options: nil, &block)
|
|
113
|
-
command = make_simple_command(:delete, 'v2/{+name}', options)
|
|
114
|
-
command.response_representation = Google::Apis::BigtableadminV2::Empty::Representation
|
|
115
|
-
command.response_class = Google::Apis::BigtableadminV2::Empty
|
|
116
|
-
command.params['name'] = name unless name.nil?
|
|
117
|
-
command.query['fields'] = fields unless fields.nil?
|
|
118
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
119
|
-
execute_or_queue_command(command, &block)
|
|
120
|
-
end
|
|
121
|
-
|
|
122
54
|
# Gets the latest state of a long-running operation. Clients can use this method
|
|
123
55
|
# to poll the operation result at intervals as recommended by the API service.
|
|
124
56
|
# @param [String] name
|
|
@@ -1449,7 +1381,9 @@ module Google
|
|
|
1449
1381
|
|
|
1450
1382
|
# Permanently drop/delete a row range from a specified table. The request can
|
|
1451
1383
|
# specify whether to delete all rows in a table, or only those that match a
|
|
1452
|
-
# particular prefix.
|
|
1384
|
+
# particular prefix. Note that row key prefixes used here are treated as service
|
|
1385
|
+
# data. For more information about how service data is handled, see the [Google
|
|
1386
|
+
# Cloud Privacy Notice](https://cloud.google.com/terms/cloud-privacy-notice).
|
|
1453
1387
|
# @param [String] name
|
|
1454
1388
|
# Required. The unique name of the table on which to drop a range of rows.
|
|
1455
1389
|
# Values are of the form `projects/`project`/instances/`instance`/tables/`table``
|
|
@@ -1864,36 +1798,6 @@ module Google
|
|
|
1864
1798
|
execute_or_queue_command(command, &block)
|
|
1865
1799
|
end
|
|
1866
1800
|
|
|
1867
|
-
# Gets information about a location.
|
|
1868
|
-
# @param [String] name
|
|
1869
|
-
# Resource name for the location.
|
|
1870
|
-
# @param [String] fields
|
|
1871
|
-
# Selector specifying which fields to include in a partial response.
|
|
1872
|
-
# @param [String] quota_user
|
|
1873
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
|
1874
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
1875
|
-
# @param [Google::Apis::RequestOptions] options
|
|
1876
|
-
# Request-specific options
|
|
1877
|
-
#
|
|
1878
|
-
# @yield [result, err] Result & error if block supplied
|
|
1879
|
-
# @yieldparam result [Google::Apis::BigtableadminV2::Location] parsed result object
|
|
1880
|
-
# @yieldparam err [StandardError] error object if request failed
|
|
1881
|
-
#
|
|
1882
|
-
# @return [Google::Apis::BigtableadminV2::Location]
|
|
1883
|
-
#
|
|
1884
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
1885
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
1886
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
1887
|
-
def get_project_location(name, fields: nil, quota_user: nil, options: nil, &block)
|
|
1888
|
-
command = make_simple_command(:get, 'v2/{+name}', options)
|
|
1889
|
-
command.response_representation = Google::Apis::BigtableadminV2::Location::Representation
|
|
1890
|
-
command.response_class = Google::Apis::BigtableadminV2::Location
|
|
1891
|
-
command.params['name'] = name unless name.nil?
|
|
1892
|
-
command.query['fields'] = fields unless fields.nil?
|
|
1893
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
1894
|
-
execute_or_queue_command(command, &block)
|
|
1895
|
-
end
|
|
1896
|
-
|
|
1897
1801
|
# Lists information about the supported locations for this service.
|
|
1898
1802
|
# @param [String] name
|
|
1899
1803
|
# 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.46.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:
|
|
11
|
+
date: 2024-01-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -16,7 +16,7 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.
|
|
19
|
+
version: 0.12.0
|
|
20
20
|
- - "<"
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
22
|
version: 2.a
|
|
@@ -26,7 +26,7 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - ">="
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: 0.
|
|
29
|
+
version: 0.12.0
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: 2.a
|
|
@@ -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.46.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.
|
|
78
|
+
rubygems_version: 3.5.3
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Simple REST client for Cloud Bigtable Admin API V2
|