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."],[[["The webpage provides documentation for the `DeleteBackupRequest` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, specifically for the .NET platform."],["The latest version available for reference is 3.24.0, and it covers a range of versions from 2.4.0 to 3.24.0 of the Google Cloud Bigtable Admin library."],["`DeleteBackupRequest` is used to initiate the deletion of a backup and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is part of the `Google.Cloud.Bigtable.Admin.V2` library."],["The `DeleteBackupRequest` class includes properties for `BackupName` (a typed view) and `Name` (a string), where `Name` is a required field representing the backup to delete in the specified format."],["The `DeleteBackupRequest` class offers two constructors, a default one and another accepting a `DeleteBackupRequest` as a parameter for copying purposes."]]],[]]