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-04-17 UTC."],[[["The latest version of the `DeleteBackupScheduleRequest` class is 5.0.0-beta05, as part of the Google Cloud Spanner Database Administration v1 API."],["This class, `DeleteBackupScheduleRequest`, is used to request the deletion of a backup schedule within the Google Cloud Spanner environment, and it implements various interfaces for message handling and cloning."],["The `DeleteBackupScheduleRequest` class requires a `Name` property to be set, which specifies the unique identifier of the backup schedule to be deleted in the format of `projects/\u003cproject\u003e/instances/\u003cinstance\u003e/databases/\u003cdatabase\u003e/backupSchedules/\u003cbackup_schedule_id\u003e`."],["The class offers a typed-view of the resource name property through `BackupScheduleName`."],["This documentation shows the history of versions, ranging from 3.5.0 to the latest version, 5.0.0-beta05, of the `DeleteBackupScheduleRequest`."]]],[]]