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."],[[["The `GetBackupRequest` class is part of the Dataproc Metastore v1alpha API in the `Google.Cloud.Metastore.V1Alpha` namespace, used to request a backup retrieval."],["This class, `GetBackupRequest`, implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities like message handling, equality checks, deep cloning, and buffer management."],["The `GetBackupRequest` class has a `Name` property, a string, which is a required field representing the relative resource name of the backup, and also a `BackupName` property which is a typed view of the name property."],["The most recent version of this class is 2.0.0-alpha11, but there are also older versions available such as 2.0.0-alpha10, and 1.0.0-alpha04."],["The `GetBackupRequest` class contains two constructors, one parameterless and the other taking another `GetBackupRequest` as a parameter."]]],[]]