Class: Google::Cloud::GkeBackup::V1::DeleteBackupPlanRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#etag::String

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

Returns:

  • (::String)

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



169
170
171
172
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 169

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

#name::String

Returns Required. Fully qualified BackupPlan name. Format: projects//locations//backupPlans/*.

Returns:

  • (::String)

    Required. Fully qualified BackupPlan name. Format: projects//locations//backupPlans/*



169
170
171
172
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 169

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