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-04-09 UTC."],[[["The `RegionDisksResizeRequest` class is available in multiple versions, ranging from 1.0.0 to the latest 3.6.0, offering different functionalities and potentially bug fixes across those versions."],["This class is part of the `Google.Cloud.Compute.V1` namespace and is defined in the `Google.Cloud.Compute.V1.dll` assembly."],["`RegionDisksResizeRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating it's designed for Google Cloud Compute operations and data handling within the .NET environment."],["The class provides two constructors, one parameterless and another that copies properties from an existing `RegionDisksResizeRequest` instance."],["The primary functionality of this class is to handle disk resizing, providing properties such as `SizeGb`, to define the new disk size in gigabytes, and `HasSizeGb` to check if `SizeGb` is set."]]],[]]