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, presenting a comprehensive list of versions ranging from 1.0.0 to 3.6.0, with 3.6.0 being the latest."],["The `RegionDisksResizeRequest` class, which inherits from `object`, implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all specific to `RegionDisksResizeRequest`."],["The class provides two constructors: a default constructor `RegionDisksResizeRequest()` and a copy constructor `RegionDisksResizeRequest(RegionDisksResizeRequest other)` that allows creating a new instance from an existing one."],["The `RegionDisksResizeRequest` class includes properties such as `HasSizeGb` (a boolean indicating if the size_gb field is set) and `SizeGb` (a long representing the new size of the persistent disk in GB)."],["There are inherited members like `GetHashCode()`, `GetType()`, and `ToString()` from the base object class."]]],[]]