google-apis-bigtableadmin_v2 0.23.0 → 0.26.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: 3de679bb782699e5e9aeccb826da3374e34a15d7a4aafc0c15597850426a4232
|
4
|
+
data.tar.gz: e122735aa3b1bbf81ba308bafdb90c9c7c4aa2ab299e6dc4fb65820de8d2ee1a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5ceaae973771fb6c39c91b11108473085c5068fa7a561d9f890038a75252e11fe21d36bb96258abdde4fe7e65ca9f882d359d5a349a3c7402e10129cdf37fce7
|
7
|
+
data.tar.gz: 0aa655b6a48a2477f571534a5e5c043c9959d3a2bae4c69a2a07d8e778d84dd5fa1a5a53eecc7409dc0648b17c6c69a5e27cf1c9a69f1904ba65129c462662af
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,19 @@
|
|
1
1
|
# Release history for google-apis-bigtableadmin_v2
|
2
2
|
|
3
|
+
### v0.26.0 (2022-08-21)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220806
|
6
|
+
|
7
|
+
### v0.25.0 (2022-07-17)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20220706
|
10
|
+
* Regenerated using generator version 0.9.0
|
11
|
+
|
12
|
+
### v0.24.0 (2022-06-30)
|
13
|
+
|
14
|
+
* Regenerated using generator version 0.8.0
|
15
|
+
* Regenerated from discovery document revision 20220614
|
16
|
+
|
3
17
|
### v0.23.0 (2022-06-17)
|
4
18
|
|
5
19
|
* Regenerated using generator version 0.6.0
|
@@ -350,25 +350,28 @@ module Google
|
|
350
350
|
# anyone who is authenticated with a Google account or a service account. * `
|
351
351
|
# user:`emailid``: An email address that represents a specific Google account.
|
352
352
|
# For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
|
353
|
-
# address that represents a service account. For example, `my-other-app@
|
354
|
-
# gserviceaccount.com`. * `
|
355
|
-
#
|
356
|
-
#
|
357
|
-
#
|
358
|
-
#
|
359
|
-
#
|
360
|
-
#
|
361
|
-
#
|
362
|
-
#
|
363
|
-
#
|
364
|
-
# emailid
|
365
|
-
#
|
366
|
-
#
|
367
|
-
#
|
368
|
-
#
|
369
|
-
#
|
370
|
-
#
|
371
|
-
#
|
353
|
+
# address that represents a Google service account. For example, `my-other-app@
|
354
|
+
# appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
|
355
|
+
# namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
|
356
|
+
# https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
|
357
|
+
# accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
|
358
|
+
# . * `group:`emailid``: An email address that represents a Google group. For
|
359
|
+
# example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
|
360
|
+
# email address (plus unique identifier) representing a user that has been
|
361
|
+
# recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
|
362
|
+
# If the user is recovered, this value reverts to `user:`emailid`` and the
|
363
|
+
# recovered user retains the role in the binding. * `deleted:serviceAccount:`
|
364
|
+
# emailid`?uid=`uniqueid``: An email address (plus unique identifier)
|
365
|
+
# representing a service account that has been recently deleted. For example, `
|
366
|
+
# my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
|
367
|
+
# service account is undeleted, this value reverts to `serviceAccount:`emailid``
|
368
|
+
# and the undeleted service account retains the role in the binding. * `deleted:
|
369
|
+
# group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
|
370
|
+
# representing a Google group that has been recently deleted. For example, `
|
371
|
+
# admins@example.com?uid=123456789012345678901`. If the group is recovered, this
|
372
|
+
# value reverts to `group:`emailid`` and the recovered group retains the role in
|
373
|
+
# the binding. * `domain:`domain``: The G Suite domain (primary) that represents
|
374
|
+
# all the users of that domain. For example, `google.com` or `example.com`.
|
372
375
|
# Corresponds to the JSON property `members`
|
373
376
|
# @return [Array<String>]
|
374
377
|
attr_accessor :members
|
@@ -1196,6 +1199,12 @@ module Google
|
|
1196
1199
|
# @return [String]
|
1197
1200
|
attr_accessor :name
|
1198
1201
|
|
1202
|
+
# Output only. Reserved for future use.
|
1203
|
+
# Corresponds to the JSON property `satisfiesPzs`
|
1204
|
+
# @return [Boolean]
|
1205
|
+
attr_accessor :satisfies_pzs
|
1206
|
+
alias_method :satisfies_pzs?, :satisfies_pzs
|
1207
|
+
|
1199
1208
|
# Output only. The current state of the instance.
|
1200
1209
|
# Corresponds to the JSON property `state`
|
1201
1210
|
# @return [String]
|
@@ -1216,6 +1225,7 @@ module Google
|
|
1216
1225
|
@display_name = args[:display_name] if args.key?(:display_name)
|
1217
1226
|
@labels = args[:labels] if args.key?(:labels)
|
1218
1227
|
@name = args[:name] if args.key?(:name)
|
1228
|
+
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
1219
1229
|
@state = args[:state] if args.key?(:state)
|
1220
1230
|
@type = args[:type] if args.key?(:type)
|
1221
1231
|
end
|
@@ -2282,6 +2292,51 @@ module Google
|
|
2282
2292
|
end
|
2283
2293
|
end
|
2284
2294
|
|
2295
|
+
# Metadata type for the operation returned by google.bigtable.admin.v2.
|
2296
|
+
# BigtableTableAdmin.UndeleteTable.
|
2297
|
+
class UndeleteTableMetadata
|
2298
|
+
include Google::Apis::Core::Hashable
|
2299
|
+
|
2300
|
+
# If set, the time at which this operation finished or was cancelled.
|
2301
|
+
# Corresponds to the JSON property `endTime`
|
2302
|
+
# @return [String]
|
2303
|
+
attr_accessor :end_time
|
2304
|
+
|
2305
|
+
# The name of the table being restored.
|
2306
|
+
# Corresponds to the JSON property `name`
|
2307
|
+
# @return [String]
|
2308
|
+
attr_accessor :name
|
2309
|
+
|
2310
|
+
# The time at which this operation started.
|
2311
|
+
# Corresponds to the JSON property `startTime`
|
2312
|
+
# @return [String]
|
2313
|
+
attr_accessor :start_time
|
2314
|
+
|
2315
|
+
def initialize(**args)
|
2316
|
+
update!(**args)
|
2317
|
+
end
|
2318
|
+
|
2319
|
+
# Update properties of this object
|
2320
|
+
def update!(**args)
|
2321
|
+
@end_time = args[:end_time] if args.key?(:end_time)
|
2322
|
+
@name = args[:name] if args.key?(:name)
|
2323
|
+
@start_time = args[:start_time] if args.key?(:start_time)
|
2324
|
+
end
|
2325
|
+
end
|
2326
|
+
|
2327
|
+
# Request message for google.bigtable.admin.v2.BigtableTableAdmin.UndeleteTable
|
2328
|
+
class UndeleteTableRequest
|
2329
|
+
include Google::Apis::Core::Hashable
|
2330
|
+
|
2331
|
+
def initialize(**args)
|
2332
|
+
update!(**args)
|
2333
|
+
end
|
2334
|
+
|
2335
|
+
# Update properties of this object
|
2336
|
+
def update!(**args)
|
2337
|
+
end
|
2338
|
+
end
|
2339
|
+
|
2285
2340
|
# A GcRule which deletes cells matching any of the given rules.
|
2286
2341
|
class Union
|
2287
2342
|
include Google::Apis::Core::Hashable
|
@@ -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.26.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.9.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220806"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -406,6 +406,18 @@ module Google
|
|
406
406
|
include Google::Apis::Core::JsonObjectSupport
|
407
407
|
end
|
408
408
|
|
409
|
+
class UndeleteTableMetadata
|
410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
|
+
|
412
|
+
include Google::Apis::Core::JsonObjectSupport
|
413
|
+
end
|
414
|
+
|
415
|
+
class UndeleteTableRequest
|
416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
|
+
|
418
|
+
include Google::Apis::Core::JsonObjectSupport
|
419
|
+
end
|
420
|
+
|
409
421
|
class Union
|
410
422
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
423
|
|
@@ -741,6 +753,7 @@ module Google
|
|
741
753
|
property :display_name, as: 'displayName'
|
742
754
|
hash :labels, as: 'labels'
|
743
755
|
property :name, as: 'name'
|
756
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
744
757
|
property :state, as: 'state'
|
745
758
|
property :type, as: 'type'
|
746
759
|
end
|
@@ -1037,6 +1050,21 @@ module Google
|
|
1037
1050
|
end
|
1038
1051
|
end
|
1039
1052
|
|
1053
|
+
class UndeleteTableMetadata
|
1054
|
+
# @private
|
1055
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1056
|
+
property :end_time, as: 'endTime'
|
1057
|
+
property :name, as: 'name'
|
1058
|
+
property :start_time, as: 'startTime'
|
1059
|
+
end
|
1060
|
+
end
|
1061
|
+
|
1062
|
+
class UndeleteTableRequest
|
1063
|
+
# @private
|
1064
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1065
|
+
end
|
1066
|
+
end
|
1067
|
+
|
1040
1068
|
class Union
|
1041
1069
|
# @private
|
1042
1070
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1756,6 +1756,40 @@ module Google
|
|
1756
1756
|
execute_or_queue_command(command, &block)
|
1757
1757
|
end
|
1758
1758
|
|
1759
|
+
# Restores a specified table which was accidentally deleted.
|
1760
|
+
# @param [String] name
|
1761
|
+
# Required. The unique name of the table to be restored. Values are of the form `
|
1762
|
+
# projects/`project`/instances/`instance`/tables/`table``.
|
1763
|
+
# @param [Google::Apis::BigtableadminV2::UndeleteTableRequest] undelete_table_request_object
|
1764
|
+
# @param [String] fields
|
1765
|
+
# Selector specifying which fields to include in a partial response.
|
1766
|
+
# @param [String] quota_user
|
1767
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
1768
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
1769
|
+
# @param [Google::Apis::RequestOptions] options
|
1770
|
+
# Request-specific options
|
1771
|
+
#
|
1772
|
+
# @yield [result, err] Result & error if block supplied
|
1773
|
+
# @yieldparam result [Google::Apis::BigtableadminV2::Operation] parsed result object
|
1774
|
+
# @yieldparam err [StandardError] error object if request failed
|
1775
|
+
#
|
1776
|
+
# @return [Google::Apis::BigtableadminV2::Operation]
|
1777
|
+
#
|
1778
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1779
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1780
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1781
|
+
def undelete_table(name, undelete_table_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
1782
|
+
command = make_simple_command(:post, 'v2/{+name}:undelete', options)
|
1783
|
+
command.request_representation = Google::Apis::BigtableadminV2::UndeleteTableRequest::Representation
|
1784
|
+
command.request_object = undelete_table_request_object
|
1785
|
+
command.response_representation = Google::Apis::BigtableadminV2::Operation::Representation
|
1786
|
+
command.response_class = Google::Apis::BigtableadminV2::Operation
|
1787
|
+
command.params['name'] = name unless name.nil?
|
1788
|
+
command.query['fields'] = fields unless fields.nil?
|
1789
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1790
|
+
execute_or_queue_command(command, &block)
|
1791
|
+
end
|
1792
|
+
|
1759
1793
|
# Gets information about a location.
|
1760
1794
|
# @param [String] name
|
1761
1795
|
# Resource name for the location.
|
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.26.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-08-22 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.7'
|
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.7'
|
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.26.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: []
|