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 of `RegionDisksResizeRequest` is 3.6.0, and it's part of the Google.Cloud.Compute.V1 namespace."],["This class allows for the resizing of regional persistent disks, as indicated by its `SizeGb` property."],["The class `RegionDisksResizeRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, deep cloning, and buffered message operations."],["The class `RegionDisksResizeRequest` has two constructors: a parameterless constructor and one that takes another `RegionDisksResizeRequest` object."],["The class contains properties `HasSizeGb`, a boolean to indicate if `SizeGb` is set, and `SizeGb`, an `Int64` used to set the new size in gigabytes of the disk."]]],[]]