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-04-02 UTC."],[[["This webpage details the `RegionDisksResizeRequest` class within the `Google.Cloud.Compute.V1` namespace, showing the history of versions, with version 3.6.0 being the latest release."],["The `RegionDisksResizeRequest` class allows for the resizing of regional persistent disks, with its core functionality being implemented through the `SizeGb` property, allowing users to define the new size in gigabytes."],["The `RegionDisksResizeRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its capabilities for message handling, comparison, deep cloning, and buffer management."],["Constructors are available to create `RegionDisksResizeRequest` objects, both with a default constructor, and a second constructor that takes another `RegionDisksResizeRequest` as an argument."],["The class contains the `HasSizeGb` property, which is a boolean type, that determines whether or not the \"size_gb\" field is set."]]],[]]