Class: Google::Cloud::GkeBackup::V1::DeleteBackupRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/gkebackup/v1/gkebackup.rb

Overview

Request message for DeleteBackup.

Instance Attribute Summary collapse

Instance Attribute Details

#etag::String

Returns If provided, this value must match the current value of the target Backup's etag field or the request is rejected.

Returns:

  • (::String)

    If provided, this value must match the current value of the target Backup's etag field or the request is rejected.



288
289
290
291
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 288

class DeleteBackupRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#force::Boolean

Returns If set to true, any VolumeBackups below this Backup will also be deleted. Otherwise, the request will only succeed if the Backup has no VolumeBackups.

Returns:

  • (::Boolean)

    If set to true, any VolumeBackups below this Backup will also be deleted. Otherwise, the request will only succeed if the Backup has no VolumeBackups.



288
289
290
291
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 288

class DeleteBackupRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns Required. Name of the Backup resource. Format: projects//locations//backupPlans//backups/.

Returns:

  • (::String)

    Required. Name of the Backup resource. Format: projects//locations//backupPlans//backups/



288
289
290
291
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 288

class DeleteBackupRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end