google-apis-bigtableadmin_v2 0.64.0 → 0.65.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: 1eb4773fe8c3471003afc43179f3153fd17556573908c28b2fb59b782ca791fc
4
- data.tar.gz: 01137ca9e7548637463ad0d5ac77ea9f80d48573102c0628babf3574e962c99d
3
+ metadata.gz: 3f2cfae596510d13ac1d174245ebad35990fe5b17167688db2cfa673b11e32c3
4
+ data.tar.gz: 1dfd6e5606901793ad9b8ffa0ebbabe40fded1c3d7c60eba73f30d38164ed225
5
5
  SHA512:
6
- metadata.gz: c1064f1325e504246bdefd065f716dd029bcf7518c862d429e96079c1dc5f388909459d413714e8c4e579f1d97ac5211dcf8b9e312fd4aa953cb5e7d12deef33
7
- data.tar.gz: 715fd48250a1e7155f5e0ab46a6b58c35d34f186c5e60eedfbd37ad19acc0a891aa2909dc6afa4230830b772d347b002ce983f9fe120a2114923ba6e70502f48
6
+ metadata.gz: 21668ec3f1b9cbc89750abcbb7bd90e83f02ba0d4566bcbb91777ede0b33d165f4e3ff4fc12cc4760b13c49b368d2cf49f36efeeeeae0b2ea95185d3b9ee3888
7
+ data.tar.gz: c59475bdaf1fd8313937ae17be341df03533780fbcee3b6384337f62622b112f9b9579c0ffc0c40b71d81f1e0d7b8c9857a9d5991fa8fcb3446513b02c06db4a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-bigtableadmin_v2
2
2
 
3
+ ### v0.65.0 (2024-12-15)
4
+
5
+ * Regenerated from discovery document revision 20241203
6
+
3
7
  ### v0.64.0 (2024-10-20)
4
8
 
5
9
  * Regenerated from discovery document revision 20241008
@@ -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. The only
228
- # supported value at this time is 3 days.
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
- # OptimizeRestoreTableMetadata. The response type is Empty. This long-running
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.64.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 = "20241008"
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.64.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-10-27 00:00:00.000000000 Z
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.64.0
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.21
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