google-apis-bigtableadmin_v2 0.59.0 → 0.61.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: 062f9174ffddb73726efbb4b686ac20e900592ccf07467d205e96eceaaf00203
|
|
4
|
+
data.tar.gz: 5fe35963daae1d85863a2dd75bfe71399c7a0d1b81d29b7c8f39eb6e990af877
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b51f0910de47d058c67e504caafc2d6bcf73e01b6c3c9a267da7ebbbf6687bdb2749f8ce48574b6bf2446fea33c6f6478941b4e2cc66c313b028678137d10b6b
|
|
7
|
+
data.tar.gz: 285e24a98c8f6e6c39d2e204f711f28394b580fb2734d6a0f713033ee88a3f5064aa446ba4efc44a0ea37c52c55c0a08afe096787ba492a54b7b84e8d1c53b54
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-bigtableadmin_v2
|
|
2
2
|
|
|
3
|
+
### v0.61.0 (2024-09-01)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20240824
|
|
6
|
+
|
|
7
|
+
### v0.60.0 (2024-08-18)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20240806
|
|
10
|
+
|
|
3
11
|
### v0.59.0 (2024-08-04)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20240720
|
|
@@ -315,9 +315,9 @@ module Google
|
|
|
315
315
|
attr_accessor :end_time
|
|
316
316
|
|
|
317
317
|
# Required. The expiration time of the backup. When creating a backup or
|
|
318
|
-
# updating its `expire_time`, the
|
|
319
|
-
#
|
|
320
|
-
# Cloud Bigtable will delete the backup.
|
|
318
|
+
# updating its `expire_time`, the value must be greater than the backup creation
|
|
319
|
+
# time by: - At least 6 hours - At most 90 days Once the `expire_time` has
|
|
320
|
+
# passed, Cloud Bigtable will delete the backup.
|
|
321
321
|
# Corresponds to the JSON property `expireTime`
|
|
322
322
|
# @return [String]
|
|
323
323
|
attr_accessor :expire_time
|
|
@@ -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.61.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 = "20240824"
|
|
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.61.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-09-01 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.61.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: []
|