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 document provides reference information for the `GetVolumeRequest` class within the Google Cloud Bare Metal Solution v2 API, specifically version 1.5.0."],["`GetVolumeRequest` is a class used to request storage volume information and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetVolumeRequest` class has two constructors, one default and one that copies another `GetVolumeRequest` object."],["It includes two key properties: `Name`, which is a required string representing the resource name, and `VolumeName`, a typed view over the `Name` property."],["The latest version of this documentation is 1.7.0, with other previous versions readily available, ranging from 1.0.0 to 1.6.0."]]],[]]