google-apis-bigtableadmin_v2 0.13.0 → 0.14.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: 56830f8a21e46796b355d9592c6c7d4efc89dfe58cae9612c271b6d93aa15bee
|
|
4
|
+
data.tar.gz: cb01935a12ffb25428b0be927aedc1bd0bd5ee906cd61172b0a1ab903509c1e6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 70368f40009df21a68e6ea9b0cf42a24609639f82af7e0633c7d889507d6f6aa0d6f9560f8c5768dcee7f02c3930f0d056ad31947abf1c7c98b9afb3cb5006d7
|
|
7
|
+
data.tar.gz: 937b7d73f3194b794fd2013637032efdf16183d52267cf6d1a0cc9bc3f571e1bee751cb1fc978c92f2b27400f14a6edfc5f70a2874d791b227a8ec9ed2255a66
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-bigtableadmin_v2
|
|
2
2
|
|
|
3
|
+
### v0.14.0 (2022-01-14)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20211218
|
|
6
|
+
* Regenerated using generator version 0.4.1
|
|
7
|
+
|
|
3
8
|
### v0.13.0 (2021-12-14)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20211202
|
|
@@ -970,56 +970,6 @@ module Google
|
|
|
970
970
|
end
|
|
971
971
|
end
|
|
972
972
|
|
|
973
|
-
# Added to the error payload.
|
|
974
|
-
class FailureTrace
|
|
975
|
-
include Google::Apis::Core::Hashable
|
|
976
|
-
|
|
977
|
-
#
|
|
978
|
-
# Corresponds to the JSON property `frames`
|
|
979
|
-
# @return [Array<Google::Apis::BigtableadminV2::Frame>]
|
|
980
|
-
attr_accessor :frames
|
|
981
|
-
|
|
982
|
-
def initialize(**args)
|
|
983
|
-
update!(**args)
|
|
984
|
-
end
|
|
985
|
-
|
|
986
|
-
# Update properties of this object
|
|
987
|
-
def update!(**args)
|
|
988
|
-
@frames = args[:frames] if args.key?(:frames)
|
|
989
|
-
end
|
|
990
|
-
end
|
|
991
|
-
|
|
992
|
-
#
|
|
993
|
-
class Frame
|
|
994
|
-
include Google::Apis::Core::Hashable
|
|
995
|
-
|
|
996
|
-
#
|
|
997
|
-
# Corresponds to the JSON property `targetName`
|
|
998
|
-
# @return [String]
|
|
999
|
-
attr_accessor :target_name
|
|
1000
|
-
|
|
1001
|
-
#
|
|
1002
|
-
# Corresponds to the JSON property `workflowGuid`
|
|
1003
|
-
# @return [String]
|
|
1004
|
-
attr_accessor :workflow_guid
|
|
1005
|
-
|
|
1006
|
-
#
|
|
1007
|
-
# Corresponds to the JSON property `zoneId`
|
|
1008
|
-
# @return [String]
|
|
1009
|
-
attr_accessor :zone_id
|
|
1010
|
-
|
|
1011
|
-
def initialize(**args)
|
|
1012
|
-
update!(**args)
|
|
1013
|
-
end
|
|
1014
|
-
|
|
1015
|
-
# Update properties of this object
|
|
1016
|
-
def update!(**args)
|
|
1017
|
-
@target_name = args[:target_name] if args.key?(:target_name)
|
|
1018
|
-
@workflow_guid = args[:workflow_guid] if args.key?(:workflow_guid)
|
|
1019
|
-
@zone_id = args[:zone_id] if args.key?(:zone_id)
|
|
1020
|
-
end
|
|
1021
|
-
end
|
|
1022
|
-
|
|
1023
973
|
# Rule for determining which cells to delete during garbage collection.
|
|
1024
974
|
class GcRule
|
|
1025
975
|
include Google::Apis::Core::Hashable
|
|
@@ -2231,38 +2181,6 @@ module Google
|
|
|
2231
2181
|
end
|
|
2232
2182
|
end
|
|
2233
2183
|
|
|
2234
|
-
# Metadata type for the operation returned by google.bigtable.admin.v2.
|
|
2235
|
-
# BigtableTableAdmin.UndeleteTable.
|
|
2236
|
-
class UndeleteTableMetadata
|
|
2237
|
-
include Google::Apis::Core::Hashable
|
|
2238
|
-
|
|
2239
|
-
# If set, the time at which this operation finished or was cancelled.
|
|
2240
|
-
# Corresponds to the JSON property `endTime`
|
|
2241
|
-
# @return [String]
|
|
2242
|
-
attr_accessor :end_time
|
|
2243
|
-
|
|
2244
|
-
# The name of the table being restored.
|
|
2245
|
-
# Corresponds to the JSON property `name`
|
|
2246
|
-
# @return [String]
|
|
2247
|
-
attr_accessor :name
|
|
2248
|
-
|
|
2249
|
-
# The time at which this operation started.
|
|
2250
|
-
# Corresponds to the JSON property `startTime`
|
|
2251
|
-
# @return [String]
|
|
2252
|
-
attr_accessor :start_time
|
|
2253
|
-
|
|
2254
|
-
def initialize(**args)
|
|
2255
|
-
update!(**args)
|
|
2256
|
-
end
|
|
2257
|
-
|
|
2258
|
-
# Update properties of this object
|
|
2259
|
-
def update!(**args)
|
|
2260
|
-
@end_time = args[:end_time] if args.key?(:end_time)
|
|
2261
|
-
@name = args[:name] if args.key?(:name)
|
|
2262
|
-
@start_time = args[:start_time] if args.key?(:start_time)
|
|
2263
|
-
end
|
|
2264
|
-
end
|
|
2265
|
-
|
|
2266
2184
|
# A GcRule which deletes cells matching any of the given rules.
|
|
2267
2185
|
class Union
|
|
2268
2186
|
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.14.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.4.
|
|
22
|
+
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20211218"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -178,18 +178,6 @@ module Google
|
|
|
178
178
|
include Google::Apis::Core::JsonObjectSupport
|
|
179
179
|
end
|
|
180
180
|
|
|
181
|
-
class FailureTrace
|
|
182
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
183
|
-
|
|
184
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
185
|
-
end
|
|
186
|
-
|
|
187
|
-
class Frame
|
|
188
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
189
|
-
|
|
190
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
191
|
-
end
|
|
192
|
-
|
|
193
181
|
class GcRule
|
|
194
182
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
195
183
|
|
|
@@ -406,12 +394,6 @@ module Google
|
|
|
406
394
|
include Google::Apis::Core::JsonObjectSupport
|
|
407
395
|
end
|
|
408
396
|
|
|
409
|
-
class UndeleteTableMetadata
|
|
410
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
411
|
-
|
|
412
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
413
|
-
end
|
|
414
|
-
|
|
415
397
|
class Union
|
|
416
398
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
417
399
|
|
|
@@ -686,23 +668,6 @@ module Google
|
|
|
686
668
|
end
|
|
687
669
|
end
|
|
688
670
|
|
|
689
|
-
class FailureTrace
|
|
690
|
-
# @private
|
|
691
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
692
|
-
collection :frames, as: 'frames', class: Google::Apis::BigtableadminV2::Frame, decorator: Google::Apis::BigtableadminV2::Frame::Representation
|
|
693
|
-
|
|
694
|
-
end
|
|
695
|
-
end
|
|
696
|
-
|
|
697
|
-
class Frame
|
|
698
|
-
# @private
|
|
699
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
700
|
-
property :target_name, as: 'targetName'
|
|
701
|
-
property :workflow_guid, as: 'workflowGuid'
|
|
702
|
-
property :zone_id, as: 'zoneId'
|
|
703
|
-
end
|
|
704
|
-
end
|
|
705
|
-
|
|
706
671
|
class GcRule
|
|
707
672
|
# @private
|
|
708
673
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1037,15 +1002,6 @@ module Google
|
|
|
1037
1002
|
end
|
|
1038
1003
|
end
|
|
1039
1004
|
|
|
1040
|
-
class UndeleteTableMetadata
|
|
1041
|
-
# @private
|
|
1042
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1043
|
-
property :end_time, as: 'endTime'
|
|
1044
|
-
property :name, as: 'name'
|
|
1045
|
-
property :start_time, as: 'startTime'
|
|
1046
|
-
end
|
|
1047
|
-
end
|
|
1048
|
-
|
|
1049
1005
|
class Union
|
|
1050
1006
|
# @private
|
|
1051
1007
|
class Representation < Google::Apis::Core::JsonRepresentation
|
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.14.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-01-
|
|
11
|
+
date: 2022-01-17 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.14.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.
|
|
78
|
+
rubygems_version: 3.3.5
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Simple REST client for Cloud Bigtable Admin API V2
|