public sealed class GetBackupRequest : IMessage<GetBackupRequest>, IEquatable<GetBackupRequest>, IDeepCloneable<GetBackupRequest>, IBufferMessage, IMessage
The request for [GetBackup][google.bigtable.admin.v2.BigtableTableAdmin.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 page documents various versions of the `GetBackupRequest` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, ranging from version 2.4.0 to the latest version, 3.24.0."],["`GetBackupRequest` is a class used to request the details of a backup within Google Cloud Bigtable."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, equality comparisons, deep cloning, and buffered message operations."],["The `GetBackupRequest` class has two constructors, one default and another accepting another `GetBackupRequest` instance for object copying, and it contains two properties: `BackupName` and `Name`, for identifying the requested backup."],["The latest version listed is 3.24.0, while version 2.7.0 is the specific version for which the class GetBackupRequest has detailed documentation."]]],[]]