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 Google Cloud GKE Backup v1 API, specifically version 2.2.0."],["`GetRestoreRequest` is a class used for requesting a restore operation in the GKE Backup service, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and includes two constructors, `GetRestoreRequest()` and `GetRestoreRequest(GetRestoreRequest other)`, allowing for both default and copy initialization."],["The `GetRestoreRequest` class contains two properties, `Name` which is a string representing the name of the restore resource and `RestoreName` which is a typed view of the `Name` resource."],["There are various versions of the `GetRestoreRequest` class for the Google.Cloud.GkeBackup.V1 package documented, with 2.6.0 as the most recent, but the detailed documentation on this page is about version 2.2.0."]]],[]]