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 documentation for the `UpdateVolumeRequest` class within the Google Cloud Bare Metal Solution v2 API, specifically version 1.6.0."],["`UpdateVolumeRequest` is a message class used to update a volume and is part of the `Google.Cloud.BareMetalSolution.V2` namespace, found in the `Google.Cloud.BareMetalSolution.V2.dll` assembly."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from `object`."],["The `UpdateVolumeRequest` class includes properties such as `UpdateMask`, which is a `FieldMask` type to define the fields that need to be updated, and `Volume`, which represents the `Volume` to be updated."],["The documentation also provides links to the documentation of other versions of the API, from 1.0.0 to the latest version 1.7.0."]]],[]]