google-apis-bigtableadmin_v2 0.64.0 → 0.65.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3f2cfae596510d13ac1d174245ebad35990fe5b17167688db2cfa673b11e32c3
|
4
|
+
data.tar.gz: 1dfd6e5606901793ad9b8ffa0ebbabe40fded1c3d7c60eba73f30d38164ed225
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 21668ec3f1b9cbc89750abcbb7bd90e83f02ba0d4566bcbb91777ede0b33d165f4e3ff4fc12cc4760b13c49b368d2cf49f36efeeeeae0b2ea95185d3b9ee3888
|
7
|
+
data.tar.gz: c59475bdaf1fd8313937ae17be341df03533780fbcee3b6384337f62622b112f9b9579c0ffc0c40b71d81f1e0d7b8c9857a9d5991fa8fcb3446513b02c06db4a
|
data/CHANGELOG.md
CHANGED
@@ -224,8 +224,8 @@ module Google
|
|
224
224
|
# @return [String]
|
225
225
|
attr_accessor :frequency
|
226
226
|
|
227
|
-
# Required. How long the automated backups should be retained.
|
228
|
-
#
|
227
|
+
# Required. How long the automated backups should be retained. Values must be at
|
228
|
+
# least 3 days and at most 90 days.
|
229
229
|
# Corresponds to the JSON property `retentionPeriod`
|
230
230
|
# @return [String]
|
231
231
|
attr_accessor :retention_period
|
@@ -3090,7 +3090,7 @@ module Google
|
|
3090
3090
|
# If exists, the name of the long-running operation that will be used to track
|
3091
3091
|
# the post-restore optimization process to optimize the performance of the
|
3092
3092
|
# restored table. The metadata type of the long-running operation is
|
3093
|
-
#
|
3093
|
+
# OptimizeRestoredTableMetadata. The response type is Empty. This long-running
|
3094
3094
|
# operation may be automatically created by the system if applicable after the
|
3095
3095
|
# RestoreTable long-running operation completes successfully. This operation may
|
3096
3096
|
# not be created if the table is already optimized or the restore was not
|
@@ -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.65.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241203"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
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.65.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: 2024-
|
11
|
+
date: 2024-12-15 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.65.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.5.
|
78
|
+
rubygems_version: 3.5.23
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Cloud Bigtable Admin API V2
|