public sealed class GetVolumeRequest : IMessage<GetVolumeRequest>, IEquatable<GetVolumeRequest>, IDeepCloneable<GetVolumeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class GetVolumeRequest.
Message for requesting storage volume information.
[[["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 documentation covers the `GetVolumeRequest` class, which is part of the Google Cloud Bare Metal Solution v2 API, specifically version 1.2.0."],["The `GetVolumeRequest` class is designed to request information about a storage volume and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It inherits from the base `object` class and provides functionality for creating a `GetVolumeRequest` object using either a default constructor or a constructor that takes another `GetVolumeRequest` instance."],["The class includes two properties, `Name` (a string) and `VolumeName` (of type `VolumeName`), to specify the resource name for which volume information is requested."],["The latest version of this class is 1.7.0, and multiple previous versions are available for reference, ranging from 1.6.0 to 1.0.0."]]],[]]