public sealed class DeleteBackupRequest : IMessage<DeleteBackupRequest>, IEquatable<DeleteBackupRequest>, IDeepCloneable<DeleteBackupRequest>, IBufferMessage, IMessage
The request for [DeleteBackup][google.bigtable.admin.v2.BigtableTableAdmin.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."],[[["The page documents the `DeleteBackupRequest` class, which is used to request the deletion of a backup within Google Cloud Bigtable Admin."],["The latest version documented is 3.24.0, while a range of versions from 2.4.0 to 3.24.0 are available and listed, showcasing the version history for this class in the Google.Cloud.Bigtable.Admin.V2 library."],["The `DeleteBackupRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for serialization, comparison, cloning, and buffer management."],["The `DeleteBackupRequest` class includes properties such as `BackupName` (a typed view) and `Name` (a string), which are used to specify the backup to be deleted by providing its resource name."],["There is two constuctors to create an instance of the class, the first is default and the second accepts an instance of the same class as an argument."]]],[]]