public sealed class GetRestorePlanRequest : IMessage<GetRestorePlanRequest>, IEquatable<GetRestorePlanRequest>, IDeepCloneable<GetRestorePlanRequest>, 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 `GetRestorePlanRequest` class, which is used to request a specific restore plan in the Google Cloud GKE Backup service."],["The class is part of the `Google.Cloud.GkeBackup.V1` namespace and is available in the `Google.Cloud.GkeBackup.V1.dll` assembly."],["It provides two constructors, a default and one that copies from another `GetRestorePlanRequest` instance, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetRestorePlanRequest` class features two properties: `Name` (a string representing the fully qualified restore plan name) and `RestorePlanName` (a typed view of the name property)."],["The latest version of the `GetRestorePlanRequest` class is 2.6.0, and it is possible to access older versions of this class back to 1.0.0-beta01."]]],[]]