public sealed class GetBackupRequest : IMessage<GetBackupRequest>, IEquatable<GetBackupRequest>, IDeepCloneable<GetBackupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore Admin v1 API class GetBackupRequest.
The request for
[FirestoreAdmin.GetBackup][google.firestore.admin.v1.FirestoreAdmin.GetBackup].
[[["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 document provides reference documentation for the `GetBackupRequest` class within the Google Cloud Firestore Admin v1 API, specifically for version 3.9.0."],["`GetBackupRequest` is used to request the retrieval of a Firestore backup, as indicated by its role in the `FirestoreAdmin.GetBackup` function."],["The class `GetBackupRequest` inherits from the `object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, each for added functionality."],["Key properties of the `GetBackupRequest` class include `BackupName`, which provides a typed view over the resource name, and `Name`, a string that represents the required name of the backup to be fetched."],["The document also provides a list of previous versions of the `GetBackupRequest` class, with version 3.12.0 being the latest."]]],[]]