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 webpage provides reference documentation for the `DeleteBackupRequest` class within the Google Cloud Bigtable Administration v2 API for .NET."],["The `DeleteBackupRequest` class is used to request the deletion of a backup in Google Cloud Bigtable, as part of the `BigtableTableAdmin.DeleteBackup` function."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteBackupRequest` class has two properties, `BackupName` which is a `BackupName`-typed view of the resource name and `Name` which is a string representing the full backup resource name to be deleted."],["The webpage also includes a list of different versions of this library, with the most recent being version 3.24.0, and going all the way back to 2.4.0, each version has its own documentation on the same class."]]],[]]