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 provides documentation for the `RegionDisksResizeRequest` class within the Google Cloud Compute V1 .NET library, with the current version being 2.12.0."],["The documentation covers the latest version, 3.6.0, along with numerous previous versions of the `RegionDisksResizeRequest`, ranging from 1.0.0 to 3.5.0."],["The `RegionDisksResizeRequest` class is used for resizing regional persistent disks and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor and a copy constructor, which accepts another `RegionDisksResizeRequest` object as a parameter."],["The `RegionDisksResizeRequest` class has two properties, `HasSizeGb` to determine if the size_gb is set and `SizeGb`, of type long, to set or get the new size of the regional persistent disk in GB."]]],[]]