Class: Google::Cloud::GkeBackup::V1::DeleteRestoreRequest

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 DeleteRestore.

Instance Attribute Summary collapse

Instance Attribute Details

#etag::String

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

Returns:

  • (::String)

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



593
594
595
596
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 593

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

#force::Boolean

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

Returns:

  • (::Boolean)

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



593
594
595
596
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 593

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

#name::String

Returns Required. Full name of the Restore Format: projects//locations//restorePlans//restores/.

Returns:

  • (::String)

    Required. Full name of the Restore Format: projects//locations//restorePlans//restores/



593
594
595
596
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 593

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