public sealed class GetBackupRequest : IMessage<GetBackupRequest>, IEquatable<GetBackupRequest>, IDeepCloneable<GetBackupRequest>, IBufferMessage, IMessage
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"]],[["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 a backup in the Google Cloud Spanner Admin Database V1 API."],["The latest version available is 5.0.0-beta05, and the page specifically focuses on version 4.0.0, with many other prior version numbers listed."],["The `GetBackupRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `GetBackupRequest` include `BackupName`, which provides a typed view of the backup name, and `Name`, which is a string representing the required name of the backup."],["The `GetBackupRequest` class includes two constructors; one is a default, and the other takes another `GetBackupRequest` object as a parameter for creating a new instance."]]],[]]