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-03-21 UTC."],[[["This page provides documentation for the `GetVolumeRequest` class within the Google Cloud NetApp v1 API."],["`GetVolumeRequest` is used to retrieve details about a specific volume and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetVolumeRequest` class has two constructors, one default constructor, and one that takes another `GetVolumeRequest` object as a parameter for copying."],["The `GetVolumeRequest` class contains two properties: `Name` (a string representing the volume's name) and `VolumeName`, which is a typed view over the `Name` property."],["Multiple previous versions of this page are available, all the way back to version 1.0.0, with 1.8.0 being the latest."]]],[]]