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 details the `RegionDisksResizeRequest` class within the `Google.Cloud.Compute.V1` namespace, primarily focusing on its various version releases."],["The latest version of `RegionDisksResizeRequest` is 3.6.0, with versions ranging down to 1.0.0, each corresponding to specific releases of the Google Cloud Compute V1 API."],["The `RegionDisksResizeRequest` class allows users to resize regional persistent disks, offering properties like `HasSizeGb` (a boolean indicating if size is set) and `SizeGb` (an Int64 representing the new disk size in GB)."],["The class implements several interfaces including IMessage\u003cRegionDisksResizeRequest\u003e, IEquatable\u003cRegionDisksResizeRequest\u003e, IDeepCloneable\u003cRegionDisksResizeRequest\u003e, IBufferMessage and IMessage, to add to its functionality."],["There are 2 constructors available, RegionDisksResizeRequest() which is a default constructor, and RegionDisksResizeRequest(RegionDisksResizeRequest other) which accepts another RegionDisksResizeRequest as a parameter."]]],[]]