public sealed class GetVolumeRestoreRequest : IMessage<GetVolumeRestoreRequest>, IEquatable<GetVolumeRestoreRequest>, IDeepCloneable<GetVolumeRestoreRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup for GKE v1 API class GetVolumeRestoreRequest.
[[["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 information for the `GetVolumeRestoreRequest` class within the Backup for GKE v1 API, specifically version 2.0.0."],["`GetVolumeRestoreRequest` is used as a request message for the `GetVolumeRestore` function and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and includes inherited members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["It contains properties `Name` (a string representing the full name of the `VolumeRestore` resource) and `VolumeRestoreName` (a `VolumeRestoreName`-typed view over the `Name` property)."],["Constructors for the class are `GetVolumeRestoreRequest()` and `GetVolumeRestoreRequest(GetVolumeRestoreRequest other)`, allowing for the creation of empty or copied objects."]]],[]]