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 document provides reference documentation for the `GetRestoreRequest` class within the Backup for GKE v1 API, specifically version 2.0.0, and outlines how to use the class."],["The `GetRestoreRequest` class is used to create request messages for retrieving restore details, and it inherits from the Object class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor (`GetRestoreRequest()`) and a copy constructor (`GetRestoreRequest(GetRestoreRequest other)`), which allows for the creation of new instances based on existing ones."],["The `GetRestoreRequest` class has two properties, `Name` which is a string, and `RestoreName`, which is a `RestoreName` type, and are used to define the restore resource name."],["The documentation covers the namespace, assembly, inherited members, and the different versions available for this request message, with version 2.6.0 being the latest."]]],[]]