public sealed class UpdateVolumeRequest : IMessage<UpdateVolumeRequest>, IEquatable<UpdateVolumeRequest>, IDeepCloneable<UpdateVolumeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class UpdateVolumeRequest.
[[["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 page covers the `UpdateVolumeRequest` class within the Google Cloud Bare Metal Solution v2 API, specifically version 1.5.0."],["`UpdateVolumeRequest` is a message class used for updating a volume and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties for `UpdateMask`, which specifies the fields to be updated (currently only 'labels' are supported), and `Volume`, which represents the volume to be updated and requires the `name` field for identification."],["The `UpdateVolumeRequest` class has two constructors: a default constructor and one that accepts another `UpdateVolumeRequest` object for cloning."],["The latest version available for the UpdateVolumeRequest class is version 1.7.0, with multiple other version available on the documentation."]]],[]]