public sealed class RegionDisksResizeRequest : IMessage<RegionDisksResizeRequest>, IEquatable<RegionDisksResizeRequest>, IDeepCloneable<RegionDisksResizeRequest>, IBufferMessage, IMessage
[[["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 `RegionDisksResizeRequest` class within the `Google.Cloud.Compute.V1` namespace in the .NET environment."],["The most recent version documented is 3.6.0, and the page lists versions of `RegionDisksResizeRequest` dating back to version 1.0.0."],["The `RegionDisksResizeRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and integration capabilities."],["The class includes a property, `SizeGb`, that allows users to set the new size of a regional persistent disk in gigabytes (GB)."],["It is possible to use the constructor `RegionDisksResizeRequest(RegionDisksResizeRequest other)` to create a new object that is a copy of the provided `RegionDisksResizeRequest`."]]],[]]