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-31 UTC."],[[["This webpage provides documentation for the `RegionDisksResizeRequest` class within the Google.Cloud.Compute.V1 namespace, detailing various versions of the API, ranging from version 1.0.0 to 3.6.0."],["The `RegionDisksResizeRequest` class is used for resizing regional persistent disks and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, `RegionDisksResizeRequest()`, which instantiates the class, and `RegionDisksResizeRequest(RegionDisksResizeRequest other)`, which creates a copy from another `RegionDisksResizeRequest` instance."],["`RegionDisksResizeRequest` contains the properties `HasSizeGb`, a boolean indicating if the size is set, and `SizeGb`, a long representing the new size of the regional persistent disk in GB."],["The latest version of the `RegionDisksResizeRequest` class is version 3.6.0, which is the most updated reference available in the provided content."]]],[]]