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, version 3.10.0."],["`GetBackupRequest` is used to request the details of a specific backup via `FirestoreAdmin.GetBackup`."],["The `GetBackupRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class has two constructors: a default one and one that takes another `GetBackupRequest` object for copying, with properties for `BackupName` and `Name`."],["This document covers the different versions of the `GetBackupRequest` class from version 2.2.0 to the latest version 3.12.0, and provides links to the reference documentation of each."]]],[]]