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 latest version available for `RegionDisksResizeRequest` is 3.6.0, as part of the Google.Cloud.Compute.V1 library."],["Version history for `RegionDisksResizeRequest` spans from version 1.0.0 up to the current latest version of 3.6.0, with various incremental releases in between."],["The `RegionDisksResizeRequest` class, part of the `Google.Cloud.Compute.V1` namespace, is used to manage resizing operations for regional persistent disks, and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`RegionDisksResizeRequest` class offers two constructors: a default constructor and one that takes another `RegionDisksResizeRequest` object as a parameter for creating a new instance, as well as two properties, `HasSizeGb` and `SizeGb`, which are used to check if a size has been set and to manage the size of the resize request."],["The class also inherits members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` from the base `Object` class."]]],[]]