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-25 UTC."],[[["This webpage details the `DeleteBackupRequest` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, which is used to request the deletion of a backup in Google Cloud Bigtable."],["The `DeleteBackupRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities like message handling, equality comparison, deep cloning, and buffer management."],["The class includes properties such as `BackupName` (a typed view of the resource name) and `Name` (the string representation of the backup's full resource name), which are essential for specifying the backup to be deleted."],["The webpage includes links to previous versions of the `DeleteBackupRequest` going back as far as 2.4.0, with the latest being 3.24.0."],["There is information about how the class can be constructed with either an empty parameter or a `DeleteBackupRequest` parameter, allowing for the easy construction of new `DeleteBackupRequest` objects."]]],[]]