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 document provides reference documentation for the `DeleteBackupRequest` class within the Google Cloud Bigtable Administration v2 API, specifically for .NET."],["The `DeleteBackupRequest` class is used to make a request to delete a backup, as part of the `BigtableTableAdmin.DeleteBackup` function."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its role in message handling and data management."],["The document details the constructors, properties, inherited members, and links to relevant documentation for each version of the `DeleteBackupRequest` class, ranging from version 2.4.0 up to the latest 3.24.0."],["The `BackupName` and `Name` properties of the `DeleteBackupRequest` are documented, clarifying the purpose and required format for the name of the backup being deleted."]]],[]]