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-04-17 UTC."],[[["This document provides reference information for the `DeleteBackupRequest` class within the Google Cloud Bigtable Administration v2 API, specifically for .NET developers."],["The `DeleteBackupRequest` class is used to construct requests for deleting a backup in Google Cloud Bigtable, via the `DeleteBackup` method."],["It includes a list of versions for the `DeleteBackupRequest`, starting with version 3.24.0 (latest) and going back to 2.4.0, each with a unique link."],["The class has two constructors: one default and one that takes another `DeleteBackupRequest` as a parameter to copy its properties, and the class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteBackupRequest` class contains two properties, `BackupName` and `Name`, which are essential for identifying the backup to be deleted, with the latter being the required field to identify the backup by its resource name."]]],[]]