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 within the `Google.Cloud.Bigtable.Admin.V2` namespace, which is used to initiate 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 checks, deep cloning, and buffer management."],["The class includes two constructors, a default one and another that takes a `DeleteBackupRequest` object for copying, and it defines properties such as `BackupName` and `Name` to specify the backup to be deleted."],["Multiple version references of `DeleteBackupRequest` are available, ranging from version 2.4.0 to the latest version 3.24.0, showcasing the evolution of the class over time."],["The main function of this class is to manage the deletion of backups, requiring the user to specify the full resource name of the backup to delete in the format `projects/{project}/instances/{instance}/clusters/{cluster}/backups/{backup}`."]]],[]]