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 API for .NET, with the latest version being 3.6.0 and the current version specified at the top as 2.9.0."],["The `RegionDisksResizeRequest` class is a sealed class that implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and includes properties like `HasSizeGb` (a boolean indicating if \"size_gb\" is set) and `SizeGb` (a long representing the new disk size in GB)."],["The page also provides links to the documentation for all versions of the class from 1.0.0 to the latest version, 3.6.0, along with versions 2.0.0 to 3.5.0."],["The class has two constructors: a parameterless constructor `RegionDisksResizeRequest()` and a copy constructor `RegionDisksResizeRequest(RegionDisksResizeRequest other)`."]]],[]]