public sealed class DeleteBackupRequest : IMessage<DeleteBackupRequest>, IEquatable<DeleteBackupRequest>, IDeepCloneable<DeleteBackupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore Admin v1 API class DeleteBackupRequest.
The request for
[FirestoreAdmin.DeleteBackup][google.firestore.admin.v1.FirestoreAdmin.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-04-17 UTC."],[[["This document provides reference information for the `DeleteBackupRequest` class within the Google Cloud Firestore Admin v1 API, specifically for .NET."],["`DeleteBackupRequest` is a class used to initiate a request to delete a backup within Firestore, as part of the `FirestoreAdmin.DeleteBackup` operation."],["The document details the available versions of the `DeleteBackupRequest` class, ranging from version 2.2.0 up to the latest 3.12.0."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities like message handling, comparison, deep cloning, and buffer manipulation."],["The properties within the class includes `BackupName`, which offers a strongly-typed way to interact with the backup name, and `Name`, which requires the resource path of the backup to delete in string form."]]],[]]