public sealed class DeleteBackupRequest : IMessage<DeleteBackupRequest>, IEquatable<DeleteBackupRequest>, IDeepCloneable<DeleteBackupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class DeleteBackupRequest.
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-25 UTC."],[[["This page provides reference documentation for the `DeleteBackupRequest` class within the Google Cloud Bigtable Administration v2 API, focusing on its various versions."],["The `DeleteBackupRequest` class is used to define a request for deleting a backup in Google Cloud Bigtable and implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The page details the class's constructors, including a default constructor and one that accepts another `DeleteBackupRequest` object for cloning."],["Key properties of the `DeleteBackupRequest` class are `BackupName`, which offers a typed view over the backup resource name, and `Name`, which specifies the required backup name in the correct resource path format."],["The documented versions range from 2.4.0 to the latest 3.24.0, allowing access to a comprehensive list of prior versions of the delete request."]]],[]]