public sealed class GetRestoreRequest : IMessage<GetRestoreRequest>, IEquatable<GetRestoreRequest>, IDeepCloneable<GetRestoreRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup for GKE v1 API class GetRestoreRequest.
[[["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 documentation is for the `GetRestoreRequest` class within the Google Cloud GKE Backup v1 API, specifically version 2.4.0."],["`GetRestoreRequest` is used as a request message for the `GetRestore` operation and inherits from the base `object` class while implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, one parameterless and one that accepts another `GetRestoreRequest` object, allowing for the creation of a new object or a copy of an existing one."],["The class has two primary properties: `Name`, which is a required string representing the name of the restore resource, and `RestoreName`, which is a typed view over the `Name` property."],["The latest version of this is 2.6.0, and there are multiple other previous versions going back to 1.0.0-beta01 available as well."]]],[]]