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."],[[["This webpage details the `DeleteBackupRequest` class, which is used to request the deletion of a backup within Google Cloud Bigtable Admin."],["The latest version for the `DeleteBackupRequest` is 3.24.0, with a history of versions ranging down to 2.4.0 available for viewing and use."],["The `DeleteBackupRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as its own typed version of each."],["The `DeleteBackupRequest` class includes properties such as `BackupName`, which is a typed view over the `Name`, and `Name`, which is a string representing the full resource name of the backup to be deleted."],["The class has two constructors: a default constructor, `DeleteBackupRequest()`, and an overloaded one that accepts another `DeleteBackupRequest` object, allowing for deep cloning of data."]]],[]]