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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]