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 version 3.24.0, with a range of versions from 3.24.0 down to 2.4.0 available for review."],["`DeleteBackupRequest` is used to handle requests for deleting backups within the Bigtable environment, implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteBackupRequest` class includes properties like `BackupName` and `Name`, where `Name` specifies the backup to be deleted in the format `projects/{project}/instances/{instance}/clusters/{cluster}/backups/{backup}`."],["The Class also includes 2 constructors, one without any parameters and another allowing you to provide another instance of the `DeleteBackupRequest` class."]]],[]]