public sealed class GetRestorePlanRequest : IMessage<GetRestorePlanRequest>, IEquatable<GetRestorePlanRequest>, IDeepCloneable<GetRestorePlanRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup for GKE v1 API class GetRestorePlanRequest.
[[["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 document provides reference documentation for the `GetRestorePlanRequest` class within the Backup for GKE v1 API."],["The `GetRestorePlanRequest` class is used to request a specific RestorePlan, inheriting from `object` and implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available for this request is 2.6.0, but multiple prior versions, including 2.2.0, are available for reference."],["The class has two constructors: a default constructor and one that takes another `GetRestorePlanRequest` object as a parameter, and includes properties such as `Name` and `RestorePlanName`."],["The `Name` property is required and specifies the fully qualified name of the RestorePlan, while `RestorePlanName` provides a typed view over the `Name`."]]],[]]