public sealed class GetBackupRequest : IMessage<GetBackupRequest>, IEquatable<GetBackupRequest>, IDeepCloneable<GetBackupRequest>, IBufferMessage, IMessage
Request message for [DataprocMetastore.GetBackup][google.cloud.metastore.v1.DataprocMetastore.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 webpage details the `GetBackupRequest` class, which is used to request the retrieval of a backup within the Google Cloud Metastore V1 service."],["The `GetBackupRequest` class is part of the `Google.Cloud.Metastore.V1` namespace and is included in the `Google.Cloud.Metastore.V1.dll` assembly."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, comparison, deep cloning, and buffer management."],["The class has properties such as `BackupName` and `Name`, allowing interaction with a backup's details and resource name, which is required for making the request."],["There are several versions of this class, from 1.0.0 up to the latest, 2.9.0."]]],[]]