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.1.0."],["`GetVolumeRequest` is a class used to request storage volume information and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetVolumeRequest` class inherits from the `Object` class and has properties such as `Name` (a string) and `VolumeName` (a `VolumeName` type) for specifying the resource."],["The class has two constructors: a default constructor `GetVolumeRequest()` and another that accepts another `GetVolumeRequest` object."],["The latest version available is 1.7.0 and this page displays the documentation for version 1.1.0."]]],[]]