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 page details the `DeleteBackupRequest` class, which is used to request the deletion of a backup within Google Cloud Bigtable."],["The `DeleteBackupRequest` class is part of the `Google.Cloud.Bigtable.Admin.V2` namespace and is included in the `Google.Cloud.Bigtable.Admin.V2.dll` assembly."],["It supports .NET versions from 2.4.0 up to 3.24.0, with 3.24.0 being the most recent release."],["The class implements several interfaces, including `IMessage\u003cDeleteBackupRequest\u003e`, `IEquatable\u003cDeleteBackupRequest\u003e`, `IDeepCloneable\u003cDeleteBackupRequest\u003e`, `IBufferMessage`, and `IMessage`."],["The `DeleteBackupRequest` class has two constructors and two main properties: `BackupName`, which is a typed view over the `Name` property, and `Name`, which specifies the full resource name of the backup to be deleted."]]],[]]