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 to manage requests for resizing regional persistent disks."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility with Google Cloud's infrastructure."],["There are two constructors for the `RegionDisksResizeRequest` class: a default constructor and a constructor that takes another `RegionDisksResizeRequest` object as a parameter."],["The class has properties `HasSizeGb`, to check if the \"size_gb\" field is set, and `SizeGb`, to set the new size in gigabytes for the regional persistent disk."],["The latest version available is 3.6.0, and the documentation covers versions from 1.0.0 up to the latest release."]]],[]]