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 its versions, ranging from 1.0.0 to 3.6.0, with 3.6.0 being the latest."],["The `RegionDisksResizeRequest` class, which inherits from `object`, is used for resizing regional persistent disks and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It provides two constructors, a default one and another that takes a `RegionDisksResizeRequest` object as a parameter, enabling the creation of new instances."],["The class features properties such as `HasSizeGb` (a boolean to check if \"size_gb\" is set) and `SizeGb` (a long to represent the new size of the disk in GB), allowing users to manage and check the disk's size."]]],[]]