public sealed class ResizeVolumeRequest : IMessage<ResizeVolumeRequest>, IEquatable<ResizeVolumeRequest>, IDeepCloneable<ResizeVolumeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class ResizeVolumeRequest.
[[["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 document provides reference information for the `ResizeVolumeRequest` class within the Google Cloud Bare Metal Solution v2 API, specifically version 1.3.0."],["The `ResizeVolumeRequest` class allows for the emergency resizing of a volume, as indicated by the `ResizeVolumeRequest` which requests a change in the size."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to function within the Google Cloud Protobuf ecosystem."],["Key properties of the class include `SizeGib`, which specifies the new size of the volume in GiB, and `Volume`, which identifies the volume to be resized, with `VolumeAsVolumeName` allowing for a typed view of that resource."],["The latest version is 1.7.0 and other versions 1.0.0 through 1.6.0 are also documented on this page."]]],[]]