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-04-17 UTC."],[[["This documentation page covers the `UpdateVolumeRequest` class within the Google Cloud Bare Metal Solution v2 API."],["`UpdateVolumeRequest` is used to send messages for updating a volume, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default `UpdateVolumeRequest()` and one that takes another `UpdateVolumeRequest` object as a parameter for cloning."],["The `UpdateVolumeRequest` class includes two properties: `UpdateMask` to specify the fields to update (currently only 'labels' are supported) and `Volume` to identify and contain the volume to update."],["This documentation page shows that this version of the library is 1.3.0 and provides links to older versions of the library, as well as a link to the newest version 1.7.0."]]],[]]