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, part of the `Google.Cloud.Compute.V1` namespace, is used for resizing regional persistent disks within the Google Cloud Compute API."],["This class supports various versions, from 1.0.0 to the latest 3.6.0, with version 2.2.0 being the current focus within this specific content."],["The `RegionDisksResizeRequest` class includes a constructor and properties like `HasSizeGb` (a boolean indicating if the size_gb field is set) and `SizeGb` (an Int64 value representing the new size of the disk in GB)."],["The class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, providing functionalities for message handling, equality checks, deep cloning, and buffer management."]]],[]]