public sealed class GetVolumeRestoreRequest : IMessage<GetVolumeRestoreRequest>, IEquatable<GetVolumeRestoreRequest>, IDeepCloneable<GetVolumeRestoreRequest>, 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 webpage details the `GetVolumeRestoreRequest` class, which is used to request information about a specific VolumeRestore resource in the Google Cloud GKE Backup service."],["The latest version of this class is `2.6.0`, but the page also provides access to previous versions ranging from `2.5.0` to `1.0.0-beta01`."],["`GetVolumeRestoreRequest` inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, a default constructor and one that takes another `GetVolumeRestoreRequest` object, as well as properties such as `Name` and `VolumeRestoreName`."],["The `Name` property is a required string that specifies the full resource name of the VolumeRestore being requested, following a specific format."]]],[]]