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-04-17 UTC."],[[["This document provides reference information for the `GetBackupRequest` class within the Google.Cloud.Firestore.Admin.V1 API, detailing its properties, inheritance, and implementations."],["The `GetBackupRequest` class is used to request a specific backup from Firestore Admin, with the `Name` property being required to identify the target backup."],["The latest version of this documentation is for version 3.12.0, with historical versions from 3.11.0 down to 2.2.0 also available."],["The `GetBackupRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role within the Google Protobuf framework."],["The class contains two properties, `BackupName` of type `BackupName` and `Name` of type string, to specify the backup information to fetch, as well as two constructors."]]],[]]