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 document provides reference information for the `GetVolumeRequest` class within the Google.Cloud.NetApp.V1 API, detailing its versions, inheritance, and implementation."],["The `GetVolumeRequest` class is used to send a message for retrieving a Volume and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating instances and allows for a deep copy via the `GetVolumeRequest(GetVolumeRequest other)` constructor, where other is an object of the same class."],["The `GetVolumeRequest` class contains properties like `Name` (a string) and `VolumeName` (a VolumeName type) that are used to identify the volume to be retrieved."],["The documentation covers versions of the API from 1.0.0 up to 1.8.0 (latest), providing links to each version's specific documentation."]]],[]]