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-04-17 UTC."],[[["This document provides reference documentation for the `GetBackupRequest` class within the Google Cloud GKE Backup v1 API, specifically version 2.2.0."],["`GetBackupRequest` is a class used as a request message for retrieving backup information, implementing multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes a `Name` property, which is a required string specifying the full resource name of the backup in the format `projects/*/locations/*/backupPlans/*/backups/*`."],["The class also has a `BackupName` property, which is a typed-view over the `Name` resource name property."],["The `GetBackupRequest` class can be constructed using a default constructor or by providing another `GetBackupRequest` instance."]]],[]]