Reference documentation and code samples for the Cloud Spanner Database Admin V1 API class Google::Cloud::Spanner::Admin::Database::V1::DeleteBackupScheduleRequest.
The request for DeleteBackupSchedule.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
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>
.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — 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>
.