public sealed class DeleteBackupRequest : IMessage<DeleteBackupRequest>, IEquatable<DeleteBackupRequest>, IDeepCloneable<DeleteBackupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Spanner Database Administration v1 API class DeleteBackupRequest.
The request for [DeleteBackup][google.spanner.admin.database.v1.DatabaseAdmin.DeleteBackup].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference information for the `DeleteBackupRequest` class within the Google Cloud Spanner Database Administration v1 API, specifically version 4.2.0."],["`DeleteBackupRequest` is a class used to request the deletion of a backup in the Google Cloud Spanner service, inheriting from `Object` and implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteBackupRequest` class has two constructors: a default constructor and one that takes another `DeleteBackupRequest` instance as a parameter."],["The class contains two main properties: `BackupName`, a typed view over the backup resource name, and `Name`, which specifies the required name of the backup to be deleted."],["The document lists multiple versions of the API, ranging from 3.5.0 up to the latest beta version, with version 4.2.0 being the one in context for the documented class."]]],[]]