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 provides documentation for the `GetBackupRequest` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, specifically for version 3.2.0 and offers links to older and newer versions."],["The `GetBackupRequest` class is used to request a backup from Google Cloud Bigtable, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It inherits from `Object` and has properties like `BackupName` and `Name`, the latter being a string representing the full resource name of the backup."],["The documentation includes information about the constructors of the class, the `GetBackupRequest()` constructor, and `GetBackupRequest(GetBackupRequest other)` constructor which takes in another `GetBackupRequest` as a parameter."],["This is a historical list of the documentation for the `GetBackupRequest`, going from version 3.24.0 all the way down to version 2.4.0."]]],[]]