Skip to content

Commit 1e90fe0

Browse files
feat: Automated regeneration of bigtableadmin v2 client (#20146)
Auto-created at 2024-09-01 09:32:44 +0000 using the toys pull request generator.
1 parent ca75b72 commit 1e90fe0

File tree

4 files changed

+6
-21
lines changed

4 files changed

+6
-21
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.61.0 (2024-09-01)
4+
5+
* Regenerated from discovery document revision 20240824
6+
37
### v0.60.0 (2024-08-18)
48

59
* Regenerated from discovery document revision 20240806

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

-17
Original file line numberDiff line numberDiff line change
@@ -301,11 +301,6 @@ def update!(**args)
301301
class Backup
302302
include Google::Apis::Core::Hashable
303303

304-
# Indicates the backup type of the backup.
305-
# Corresponds to the JSON property `backupType`
306-
# @return [String]
307-
attr_accessor :backup_type
308-
309304
# Encryption information for a given resource. If this resource is protected
310305
# with customer managed encryption, the in-use Cloud Key Management Service (
311306
# Cloud KMS) key version is specified along with its status.
@@ -327,16 +322,6 @@ class Backup
327322
# @return [String]
328323
attr_accessor :expire_time
329324

330-
# The time at which the hot backup will be converted to a standard backup. Once
331-
# the `hot_to_standard_time` has passed, Cloud Bigtable will convert the hot
332-
# backup to a standard backup. This value must be greater than the backup
333-
# creation time by: - At least 24 hours This field only applies for hot backups.
334-
# When creating or updating a standard backup, attempting to set this field will
335-
# fail the request.
336-
# Corresponds to the JSON property `hotToStandardTime`
337-
# @return [String]
338-
attr_accessor :hot_to_standard_time
339-
340325
# A globally unique identifier for the backup which cannot be changed. Values
341326
# are of the form `projects/`project`/instances/`instance`/clusters/`cluster`/
342327
# backups/_a-zA-Z0-9*` The final segment of the name must be between 1 and 50
@@ -384,11 +369,9 @@ def initialize(**args)
384369

385370
# Update properties of this object
386371
def update!(**args)
387-
@backup_type = args[:backup_type] if args.key?(:backup_type)
388372
@encryption_info = args[:encryption_info] if args.key?(:encryption_info)
389373
@end_time = args[:end_time] if args.key?(:end_time)
390374
@expire_time = args[:expire_time] if args.key?(:expire_time)
391-
@hot_to_standard_time = args[:hot_to_standard_time] if args.key?(:hot_to_standard_time)
392375
@name = args[:name] if args.key?(:name)
393376
@size_bytes = args[:size_bytes] if args.key?(:size_bytes)
394377
@source_backup = args[:source_backup] if args.key?(:source_backup)

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.60.0"
19+
GEM_VERSION = "0.61.0"
2020

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

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

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

-2
Original file line numberDiff line numberDiff line change
@@ -779,12 +779,10 @@ class Representation < Google::Apis::Core::JsonRepresentation
779779
class Backup
780780
# @private
781781
class Representation < Google::Apis::Core::JsonRepresentation
782-
property :backup_type, as: 'backupType'
783782
property :encryption_info, as: 'encryptionInfo', class: Google::Apis::BigtableadminV2::EncryptionInfo, decorator: Google::Apis::BigtableadminV2::EncryptionInfo::Representation
784783

785784
property :end_time, as: 'endTime'
786785
property :expire_time, as: 'expireTime'
787-
property :hot_to_standard_time, as: 'hotToStandardTime'
788786
property :name, as: 'name'
789787
property :size_bytes, :numeric_string => true, as: 'sizeBytes'
790788
property :source_backup, as: 'sourceBackup'

0 commit comments

Comments
 (0)