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-09 UTC."],[[["This page details the `RegionDisksResizeRequest` class within the `Google.Cloud.Compute.V1` namespace, primarily focusing on its various version releases."],["Version 3.6.0 is the latest release, with links provided for versions ranging from 3.5.0 down to 1.0.0, including the current version 2.5.0."],["The `RegionDisksResizeRequest` class allows users to resize regional persistent disks, offering methods to set or check the `SizeGb` property which determines the disk size."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its comprehensive functionality."],["Constructors for the class include a default constructor, as well as one that takes another `RegionDisksResizeRequest` instance, for copying or cloning."]]],[]]