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 documentation for the `DeleteBackupRequest` class within the Google Cloud Bigtable Administration v2 API, specifically for .NET developers."],["The `DeleteBackupRequest` class is used to define a request for deleting a backup in Google Cloud Bigtable, and it implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the API documentation is 3.24.0, with a comprehensive history of versions ranging from 3.24.0 down to 2.4.0 all having similar documentation for `DeleteBackupRequest`."],["The class has properties such as `BackupName` and `Name`, where `Name` is a required field representing the full resource name of the backup to be deleted."],["The documentation includes information on the class's inheritance, implemented interfaces, constructors, and the required parameters for the methods."]]],[]]