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 page provides reference documentation for the `DeleteBackupRequest` class within the Google Cloud Bigtable Administration v2 API, specifically for .NET development."],["The `DeleteBackupRequest` class is used to construct requests for deleting backups in Google Cloud Bigtable, as indicated by the class description and its function within the API."],["The latest version documented is 3.24.0, but the page also catalogs versions going back to 2.4.0, showcasing a history of updates and changes."],["The page details the class's inheritance from the object class and its implementation of interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage, which are useful when using this class in a project."],["The documentation outlines the constructors for `DeleteBackupRequest` and details properties like `BackupName` and `Name`, both of which are critical for specifying which backup should be deleted."]]],[]]