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 webpage provides reference documentation for the `UpdateVolumeRequest` class within the Google Cloud Bare Metal Solution v2 API, specifically version 1.4.0."],["`UpdateVolumeRequest` is a message type used to update a volume in the Bare Metal Solution, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default one and another one that takes an `UpdateVolumeRequest` object as a parameter for creating a new instance from another."],["The `UpdateVolumeRequest` class has properties for `UpdateMask`, which specifies the fields to be updated (currently only 'labels' are supported), and `Volume`, which designates the volume to be updated by its unique name."],["The page also lists previous versions of the API going back to version 1.0.0 and the latest being version 1.7.0."]]],[]]