Skip to content

Commit f13bc52

Browse files
feat: Automated regeneration of bigtableadmin v2 client (#19617)
Auto-created at 2024-06-16 09:45:53 +0000 using the toys pull request generator.
1 parent 28f941e commit f13bc52

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

generated/google-apis-bigtableadmin_v2/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-bigtableadmin_v2
22

3+
### v0.57.0 (2024-06-16)
4+
5+
* Regenerated from discovery document revision 20240604
6+
37
### v0.56.0 (2024-06-09)
48

59
* Regenerated from discovery document revision 20240522

generated/google-apis-bigtableadmin_v2/lib/google/apis/bigtableadmin_v2/classes.rb

+4-4
Original file line numberDiff line numberDiff line change
@@ -314,10 +314,10 @@ class Backup
314314
# @return [String]
315315
attr_accessor :end_time
316316

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.
321321
# Corresponds to the JSON property `expireTime`
322322
# @return [String]
323323
attr_accessor :expire_time

generated/google-apis-bigtableadmin_v2/lib/google/apis/bigtableadmin_v2/gem_version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module BigtableadminV2
1818
# Version of the google-apis-bigtableadmin_v2 gem
19-
GEM_VERSION = "0.56.0"
19+
GEM_VERSION = "0.57.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.15.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20240522"
25+
REVISION = "20240604"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)