public sealed class GetBackupRequest : IMessage<GetBackupRequest>, IEquatable<GetBackupRequest>, IDeepCloneable<GetBackupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class GetBackupRequest.
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 reference documentation for the `GetBackupRequest` class within the Google Cloud Bigtable Administration v2 API for .NET."],["The latest version of the documentation is 3.24.0, but the page details versions ranging from 2.4.0 to 3.24.0 for `GetBackupRequest` class."],["The `GetBackupRequest` class is used to request a backup, with methods such as GetHashCode, GetType, and ToString being inherited from the object class, and it also implements multiple interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The `GetBackupRequest` class includes properties like `BackupName` and `Name`, where `Name` is a required string specifying the full resource name path of the backup."],["The `GetBackupRequest` class has two constructors, one default constructor, and another one that takes a `GetBackupRequest` object."]]],[]]