public sealed class GetBackupRequest : IMessage<GetBackupRequest>, IEquatable<GetBackupRequest>, IDeepCloneable<GetBackupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataproc Metastore v1 API class GetBackupRequest.
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."],[[["This webpage provides reference documentation for the `GetBackupRequest` class within the Google Cloud Metastore v1 API, specifically within the .NET library."],["The `GetBackupRequest` class is a request message used to retrieve a backup in the Dataproc Metastore, and it inherits from `object` while implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available for the `GetBackupRequest` documentation is 2.9.0, and multiple prior versions are also available, spanning from 1.0.0 up to the latest."],["The class includes two constructors, a default constructor and one to create a new request using an existing `GetBackupRequest` object as a template, and two properties, `BackupName` and `Name`."],["The `Name` property is required to retrieve a specific backup and the `BackupName` is a typed-view over the `Name` property."]]],[]]