Class: Google::Cloud::Spanner::Admin::Database::V1::DeleteBackupScheduleRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/spanner/admin/database/v1/backup_schedule.rb

Overview

The request for DeleteBackupSchedule.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the schedule to delete. Values are of the form projects/<project>/instances/<instance>/databases/<database>/backupSchedules/<backup_schedule_id>.

Returns:

  • (::String)

    Required. The name of the schedule to delete. Values are of the form projects/<project>/instances/<instance>/databases/<database>/backupSchedules/<backup_schedule_id>.



150
151
152
153
# File 'proto_docs/google/spanner/admin/database/v1/backup_schedule.rb', line 150

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