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-03-21 UTC."],[[["This webpage details the `DeleteBackupRequest` class, which is used to request the deletion of a backup within the Google Cloud Spanner Admin Database V1 service."],["The class `DeleteBackupRequest` is found under the namespace `Google.Cloud.Spanner.Admin.Database.V1` and is part of the assembly `Google.Cloud.Spanner.Admin.Database.V1.dll`."],["The `DeleteBackupRequest` class has two constructors, `DeleteBackupRequest()` and `DeleteBackupRequest(DeleteBackupRequest other)`, and includes two properties: `BackupName` and `Name`, where the `Name` property is required to specify the backup to delete."],["This documentation provides details on versions ranging from 3.5.0 up to the latest beta version, 5.0.0-beta05, for the `DeleteBackupRequest` class."],["The class `DeleteBackupRequest` implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces from Google.Protobuf."]]],[]]