public sealed class DeleteBackupRequest : IMessage<DeleteBackupRequest>, IEquatable<DeleteBackupRequest>, IDeepCloneable<DeleteBackupRequest>, IBufferMessage, IMessage
The request for [DeleteBackup][google.spanner.admin.database.v1.DatabaseAdmin.DeleteBackup].
[[["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."],[[["This webpage details the `DeleteBackupRequest` class, which is used to request the deletion of a backup within the Google Cloud Spanner database system."],["The class is part of the `Google.Cloud.Spanner.Admin.Database.V1` namespace and is found in the `Google.Cloud.Spanner.Admin.Database.V1.dll` assembly, with version 3.15.1 being the latest full release, with 5.0.0-beta05 being the latest beta release."],["It inherits from the `Object` class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteBackupRequest` class includes properties like `BackupName` and `Name`, which are used to specify the backup to be deleted, identifying it by a name in the format of `projects/\u003cproject\u003e/instances/\u003cinstance\u003e/backups/\u003cbackup\u003e`."],["There are many versions of this code available, dating back to version 3.5.0, all the way up to the beta version of 5.0.0-beta05."]]],[]]