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 latest version of the `DeleteBackupRequest` documentation is 3.24.0, with a range of previous versions available from 3.23.0 down to 2.4.0."],["The `DeleteBackupRequest` class is used to form requests for the `DeleteBackup` operation in the BigtableTableAdmin and it implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `DeleteBackupRequest` class has two constructors, a default one and another that accepts a `DeleteBackupRequest` as a parameter, in addition to having a `Name` and `BackupName` property."],["The `Name` property represents the string path to a specific backup, while `BackupName` offers a typed view of the resource name."]]],[]]