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-04-17 UTC."],[[["This webpage provides reference documentation for the `GetVolumeRequest` class within the Google.Cloud.NetApp.V1 API for .NET."],["The `GetVolumeRequest` class is used to construct a message for retrieving a Volume and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available is 1.8.0, and there are versions going back to version 1.0.0."],["The class includes properties such as `Name`, which is required and represents the name of the volume, and `VolumeName`, which gives a typed view of the volume name."],["The `GetVolumeRequest` class includes two constructors, a default one, and one to copy an existing `GetVolumeRequest` object."]]],[]]