public sealed class GetBackupRequest : IMessage<GetBackupRequest>, IEquatable<GetBackupRequest>, IDeepCloneable<GetBackupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Spanner Database Administration v1 API class GetBackupRequest.
The request for [GetBackup][google.spanner.admin.database.v1.DatabaseAdmin.GetBackup].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The document provides reference documentation for the `GetBackupRequest` class within the Google Cloud Spanner Database Administration v1 API."],["Version 4.6.0 is the currently highlighted version, but multiple other versions of the API class are listed, including the latest beta version, 5.0.0-beta05, and versions dating back to 3.5.0."],["The `GetBackupRequest` class is used to define a request for the `GetBackup` method and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `BackupName` and `Name`, where `Name` is a required string representing the backup's resource name."],["The `GetBackupRequest` class has two constructors, one default constructor and one that takes in a `GetBackupRequest` as a parameter."]]],[]]