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: 9dae557d01a00c4b6572f9dc26dc879506eb29081f2063d8611c08680b3d8f82
4
- data.tar.gz: fb0feaf650a94b0cc695302276d67c915e277be32b8cf224c1ba6314dbac2960
3
+ metadata.gz: 062f9174ffddb73726efbb4b686ac20e900592ccf07467d205e96eceaaf00203
4
+ data.tar.gz: 5fe35963daae1d85863a2dd75bfe71399c7a0d1b81d29b7c8f39eb6e990af877
5
5
  SHA512:
6
- metadata.gz: 810a6d2860281ddb54096dfa4c91d3d8ec4509c05634688fc200df130912f26e928cc849ad8226a77f62d22a444c65f78e68f544d6b5f1456bcf35cc327e9be3
7
- data.tar.gz: d5fc805e5b288866899d7890ca9f0f8506c7151d96c84f2b4869a815d7b08b33c1016ecef50d40143d7231012390639c198ae668a29dd785f3f78ff9263edc7d
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 new value must: - Be at most 90 days in the
319
- # future - Be at least 6 hours in the future Once the `expire_time` has passed,
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.59.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 = "20240720"
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.59.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-08-04 00:00:00.000000000 Z
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.59.0
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: []