public sealed class GetBackupRequest : IMessage<GetBackupRequest>, IEquatable<GetBackupRequest>, IDeepCloneable<GetBackupRequest>, IBufferMessage, IMessage
Request message for
[DataprocMetastore.GetBackup][google.cloud.metastore.v1beta.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."],[[["The `GetBackupRequest` class is a request message used for retrieving a backup via `DataprocMetastore.GetBackup`."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management."],["The `GetBackupRequest` class provides properties `BackupName` and `Name` to specify the target backup to be retrieved."],["The class has two constructors, one for creating a new instance and another for cloning from an existing `GetBackupRequest` object."],["This class belongs to the `Google.Cloud.Metastore.V1Beta` namespace within the `Google.Cloud.Metastore.V1Beta.dll` assembly, focusing on the v1beta version of the Metastore API."]]],[]]