public sealed class GetBackupRequest : IMessage<GetBackupRequest>, IEquatable<GetBackupRequest>, IDeepCloneable<GetBackupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataproc Metastore v1beta API class GetBackupRequest.
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."],[[["This documentation details the `GetBackupRequest` class within the Google Cloud Metastore v1beta API, specifically for version 2.0.0-beta10."],["The `GetBackupRequest` class is used to structure requests for retrieving backup information using the `DataprocMetastore.GetBackup` method."],["The class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffered message operations."],["The `GetBackupRequest` class has properties such as `BackupName` (a typed view) and `Name` (a string), where `Name` is required and specifies the resource name of the backup to be retrieved."],["There are two constructors available, allowing for the creation of an empty `GetBackupRequest` instance, or copying an existing one."]]],[]]