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-21 UTC."],[[["This webpage provides reference documentation for the `DeleteBackupRequest` class within the Google Cloud Bigtable Administration v2 API."],["The `DeleteBackupRequest` class is used to initiate a request to delete a backup and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists multiple versions of the API, ranging from version 2.4.0 to the latest version, 3.24.0, along with their respective documentation links for the `DeleteBackupRequest`."],["The `DeleteBackupRequest` class has properties such as `BackupName` and `Name`, where `Name` is a required string that represents the resource name of the backup to be deleted."],["There are also two constructors available for the DeleteBackupRequest class, one default constructor and one that takes in a DeleteBackupRequest object."]]],[]]