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-04-17 UTC."],[[["The content pertains to the `GetBackupRequest` class within the `Google.Cloud.Metastore.V1` namespace, specifically for version 2.0.0 and it has a list of multiple versions available from 1.0.0 to 2.9.0."],["`GetBackupRequest` is used to request data from DataprocMetastore, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits members from the `Object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `GetBackupRequest` class has two constructors, one default and one that accepts another `GetBackupRequest` object, and it has two properties, `BackupName`, which is a typed view of the resource name, and `Name` which has a required value that indicates the relative resource name of the backup to retrieve."]]],[]]