@@ -301,11 +301,6 @@ def update!(**args)
301
301
class Backup
302
302
include Google ::Apis ::Core ::Hashable
303
303
304
- # Indicates the backup type of the backup.
305
- # Corresponds to the JSON property `backupType`
306
- # @return [String]
307
- attr_accessor :backup_type
308
-
309
304
# Encryption information for a given resource. If this resource is protected
310
305
# with customer managed encryption, the in-use Cloud Key Management Service (
311
306
# Cloud KMS) key version is specified along with its status.
@@ -327,16 +322,6 @@ class Backup
327
322
# @return [String]
328
323
attr_accessor :expire_time
329
324
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
-
340
325
# A globally unique identifier for the backup which cannot be changed. Values
341
326
# are of the form `projects/`project`/instances/`instance`/clusters/`cluster`/
342
327
# backups/_a-zA-Z0-9*` The final segment of the name must be between 1 and 50
@@ -384,11 +369,9 @@ def initialize(**args)
384
369
385
370
# Update properties of this object
386
371
def update! ( **args )
387
- @backup_type = args [ :backup_type ] if args . key? ( :backup_type )
388
372
@encryption_info = args [ :encryption_info ] if args . key? ( :encryption_info )
389
373
@end_time = args [ :end_time ] if args . key? ( :end_time )
390
374
@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 )
392
375
@name = args [ :name ] if args . key? ( :name )
393
376
@size_bytes = args [ :size_bytes ] if args . key? ( :size_bytes )
394
377
@source_backup = args [ :source_backup ] if args . key? ( :source_backup )
0 commit comments