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"]],[["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."],[[["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."]]],[]]