public sealed class GetBackupRequest : IMessage<GetBackupRequest>, IEquatable<GetBackupRequest>, IDeepCloneable<GetBackupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataproc Metastore v1alpha API class GetBackupRequest.
Request message for
[DataprocMetastore.GetBackup][google.cloud.metastore.v1alpha.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 document provides reference information for the `GetBackupRequest` class within the Google.Cloud.Metastore.V1Alpha API, detailing its structure and functionality."],["`GetBackupRequest` is a sealed class designed to be the request message for the `DataprocMetastore.GetBackup` method, used for retrieving a specific backup."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class includes two constructors, a default constructor and a constructor that takes another `GetBackupRequest` object as a parameter, as well as properties for `BackupName` and `Name`."],["There are three different versions of `GetBackupRequest` that are documented: 2.0.0-alpha11 (latest), 2.0.0-alpha10, and 1.0.0-alpha04."]]],[]]