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 the `RegionDisksResizeRequest` documentation is 3.6.0, while the current page is displaying information for version 2.4.0."],["The `RegionDisksResizeRequest` class, found within the `Google.Cloud.Compute.V1` namespace, is designed to manage the resizing of regional persistent disks."],["This class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It provides two constructors, one default and one that accepts another `RegionDisksResizeRequest` object for copying, as well as properties to check if a size has been set (`HasSizeGb`) and a property to get or set said size in gigabytes (`SizeGb`)."],["The documentation provides links to older versions of `RegionDisksResizeRequest` all the way back to version 1.0.0, and as new versions were developed they were added to the documentation."]]],[]]