public sealed class GetVolumeRequest : IMessage<GetVolumeRequest>, IEquatable<GetVolumeRequest>, IDeepCloneable<GetVolumeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class GetVolumeRequest.
[[["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 page provides reference documentation for the `GetVolumeRequest` class within the Google Cloud NetApp V1 API, specifically version 1.6.0, with links to other versions of the API."],["`GetVolumeRequest` is a message class used to request a volume, inheriting from `object` and implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetVolumeRequest` class includes properties such as `Name` (a string) and `VolumeName` (a `VolumeName` type), allowing you to specify the name of the volume you're requesting."],["The class contains two constructors: the first one without any argument, and the second one to copy a `GetVolumeRequest` object, which takes `GetVolumeRequest` as an argument."]]],[]]