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 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."]]],[]]