public sealed class GetRestoreRequest : IMessage<GetRestoreRequest>, IEquatable<GetRestoreRequest>, IDeepCloneable<GetRestoreRequest>, 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 page provides documentation for the `GetRestoreRequest` class, which is part of the `Google.Cloud.GkeBackup.V1` namespace in the .NET library."],["`GetRestoreRequest` is used as a request message for retrieving restore resources in the Google Cloud GKE Backup service."],["The latest version of this class is 2.6.0, and multiple older versions are also documented, including a beta version 1.0.0-beta01."],["The `GetRestoreRequest` class includes properties such as `Name` (a string representing the restore resource's name) and `RestoreName` (a `RestoreName` type view over the resource name)."],["This class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]