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."],["The `DeleteBackupRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration with protocol buffer functionalities."],["The class has two constructors, one being the default, and the other used to copy the `DeleteBackupRequest` from another `DeleteBackupRequest` instance."],["The class has two main properties `BackupName`, a typed view of the resource name, and `Name`, which is a string representing the full path of the backup to delete."],["This page includes documentation for `DeleteBackupRequest` across various versions of `Google.Cloud.Bigtable.Admin.V2`, ranging from 2.4.0 up to the latest 3.24.0."]]],[]]