public sealed class DeleteBackupScheduleRequest : IMessage<DeleteBackupScheduleRequest>, IEquatable<DeleteBackupScheduleRequest>, IDeepCloneable<DeleteBackupScheduleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Spanner Database Administration v1 API class DeleteBackupScheduleRequest.
The request for
[DeleteBackupSchedule][google.spanner.admin.database.v1.DatabaseAdmin.DeleteBackupSchedule].
Required. The name of the schedule to delete.
Values are of the form
projects/<project>/instances/<instance>/databases/<database>/backupSchedules/<backup_schedule_id>.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides reference documentation for the `DeleteBackupScheduleRequest` class within the Google Cloud Spanner Database Administration v1 API."],["The `DeleteBackupScheduleRequest` class is used to request the deletion of a backup schedule, implementing interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest version of the API documented on this page is `5.0.0-beta05`, with prior versions available dating back to `3.5.0`."],["The `DeleteBackupScheduleRequest` class has two constructors, one default and one that takes another `DeleteBackupScheduleRequest` object as a parameter, and two properties, `BackupScheduleName` and `Name`, that are used to describe the schedule."],["This class has inherited members such as `GetHashCode`, `GetType`, and `ToString` from the `object` class."]]],[]]