public sealed class GetBackupPlanRequest : IMessage<GetBackupPlanRequest>, IEquatable<GetBackupPlanRequest>, IDeepCloneable<GetBackupPlanRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup for GKE v1 API class GetBackupPlanRequest.
[[["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 provides documentation for the `GetBackupPlanRequest` class within the Google Cloud GKE Backup v1 API, specifically version 2.3.0."],["`GetBackupPlanRequest` is used to send a request message to retrieve a specific backup plan and it inherits from `object` and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties `BackupPlanName` and `Name`, with `Name` being a required fully qualified BackupPlan name."],["The webpage details the constructors available for the `GetBackupPlanRequest` class, including a default constructor and a constructor that accepts another `GetBackupPlanRequest` instance."],["The `GetBackupPlanRequest` is part of the `Google.Cloud.GkeBackup.V1` namespace and is found in the `Google.Cloud.GkeBackup.V1.dll` assembly."]]],[]]