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."],[[["The latest version available for `RegionDisksResizeRequest` is 3.6.0, with previous versions ranging down to 1.0.0."],["`RegionDisksResizeRequest` is a class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has two constructors: a default constructor `RegionDisksResizeRequest()` and another `RegionDisksResizeRequest(RegionDisksResizeRequest other)` that takes an instance of the same class."],["The `RegionDisksResizeRequest` class includes properties to manage the size of a disk, specifically `HasSizeGb` which checks if a disk size is set and `SizeGb` which allows to get or set a disks size in GB."],["The class is a part of the `Google.Cloud.Compute.V1` namespace, and it is contained within the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]