Class: Google::Cloud::GkeBackup::V1::DeleteRestorePlanRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#etag::String

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

Returns:

  • (::String)

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



470
471
472
473
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 470

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

#force::Boolean

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

Returns:

  • (::Boolean)

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



470
471
472
473
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 470

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

#name::String

Returns Required. Fully qualified RestorePlan name. Format: projects//locations//restorePlans/*.

Returns:

  • (::String)

    Required. Fully qualified RestorePlan name. Format: projects//locations//restorePlans/*



470
471
472
473
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 470

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