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 `RegionDisksResizeRequest` class is used to handle requests for resizing regional persistent disks within the Google Cloud Compute Engine."],["Version 3.6.0 is the latest version available for `RegionDisksResizeRequest`, with numerous previous versions also documented, from 1.0.0 up to 3.5.0."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its compatibility and functionality within the .NET ecosystem."],["`RegionDisksResizeRequest` has two constructors, one default constructor and another that takes in another `RegionDisksResizeRequest` as a parameter, as well as the `SizeGb` property and `HasSizeGb` boolean property to track the new size of the disk."]]],[]]