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 page provides documentation for the `GetVolumeRequest` class within the Google Cloud NetApp v1 API, specifically version 1.7.0."],["`GetVolumeRequest` is a message used for retrieving a volume and is implemented through several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Name` (a string representing the volume name) and `VolumeName` (a `VolumeName`-typed view of the `Name` property) to specify the target volume."],["Constructors are available to create new instances of `GetVolumeRequest`, either as a default object or by cloning another existing `GetVolumeRequest` object."],["The page also provides access to previous versions of this API class, ranging from version 1.0.0 up to the latest version 1.8.0, which users can access for reference."]]],[]]