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."],["`UpdateVolumeRequest` is a message used to update a volume, inheriting from the `object` class and implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateVolumeRequest` class has two constructors: a default one and another that accepts an existing `UpdateVolumeRequest` object, and includes properties `UpdateMask` and `Volume`."],["The `UpdateMask` property indicates which fields to update, with the only currently supported field being 'labels', while the `Volume` property is the volume to be updated using its name to identify it."],["There are several versions of this API available, with version 1.7.0 being the latest and 1.0.0 the oldest."]]],[]]