File tree 3 files changed +10
-6
lines changed
generated/google-apis-bigtableadmin_v2
lib/google/apis/bigtableadmin_v2
3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Release history for google-apis-bigtableadmin_v2
2
2
3
+ ### v0.57.0 (2024-06-16)
4
+
5
+ * Regenerated from discovery document revision 20240604
6
+
3
7
### v0.56.0 (2024-06-09)
4
8
5
9
* Regenerated from discovery document revision 20240522
Original file line number Diff line number Diff line change @@ -314,10 +314,10 @@ class Backup
314
314
# @return [String]
315
315
attr_accessor :end_time
316
316
317
- # Required. The expiration time of the backup, with microseconds granularity
318
- # that must be at least 6 hours and at most 90 days from the time the request is
319
- # received. Once the `expire_time` has passed, Cloud Bigtable will delete the
320
- # backup and free the resources used by the backup.
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.
321
321
# Corresponds to the JSON property `expireTime`
322
322
# @return [String]
323
323
attr_accessor :expire_time
Original file line number Diff line number Diff line change @@ -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.56 .0"
19
+ GEM_VERSION = "0.57 .0"
20
20
21
21
# Version of the code generator used to generate this client
22
22
GENERATOR_VERSION = "0.15.0"
23
23
24
24
# Revision of the discovery document this client was generated from
25
- REVISION = "20240522 "
25
+ REVISION = "20240604 "
26
26
end
27
27
end
28
28
end
You can’t perform that action at this time.
0 commit comments