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."],[[["This webpage details the `GetBackupRequest` class, which is used to request information about a backup in the Google Cloud Bigtable Admin service."],["The `GetBackupRequest` class is part of the `Google.Cloud.Bigtable.Admin.V2` namespace and is defined in the `Google.Cloud.Bigtable.Admin.V2.dll` assembly."],["The class implements several interfaces, including `IMessage`, `IEquatable\u003cGetBackupRequest\u003e`, `IDeepCloneable\u003cGetBackupRequest\u003e`, and `IBufferMessage`, providing functionality for message handling, equality comparison, deep cloning, and buffered message operations."],["It includes constructors for creating a new `GetBackupRequest` object and for creating a copy from an existing `GetBackupRequest` instance."],["The class has two main properties: `BackupName`, which provides a typed view of the backup resource name, and `Name`, a string property that holds the full resource name of the backup to retrieve."]]],[]]