public sealed class GetBackupRequest : IMessage<GetBackupRequest>, IEquatable<GetBackupRequest>, IDeepCloneable<GetBackupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup for GKE v1 API class GetBackupRequest.
[[["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 documentation is for version 2.5.0 of the `GetBackupRequest` class within the Google Cloud GKE Backup v1 API."],["`GetBackupRequest` is a class used to send a request to retrieve information about a specific backup, as seen in its \"Request message for GetBackup\" description."],["The `GetBackupRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two constructors: a default `GetBackupRequest()` and one that takes another `GetBackupRequest` object, `GetBackupRequest(GetBackupRequest other)`."],["The `GetBackupRequest` class includes two properties, `BackupName` which provides a typed view of a resource name property, and `Name` which is a string that provides the full name of a backup resource."]]],[]]