public sealed class GetBackupRequest : IMessage<GetBackupRequest>, IEquatable<GetBackupRequest>, IDeepCloneable<GetBackupRequest>, IBufferMessage, IMessage
[[["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 within the `Google.Cloud.GkeBackup.V1` namespace, used to request a specific backup resource."],["The `GetBackupRequest` class has a latest version of 2.6.0, with previous versions down to 1.0.0-beta01, and it inherits from Object and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`GetBackupRequest` has two constructors and includes properties such as `BackupName` and `Name`, where the `Name` property is a required string that specifies the full resource name of the backup, and the `BackupName` property is a typed view of the `Name` resource."],["The class is part of the `Google.Cloud.GkeBackup.V1.dll` assembly."],["the `GetBackupRequest` is used to get a requested backup resource by name."]]],[]]