public sealed class DisksResizeRequest : IMessage<DisksResizeRequest>, IEquatable<DisksResizeRequest>, IDeepCloneable<DisksResizeRequest>, 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 `DisksResizeRequest` is 3.6.0, with versions ranging down to 1.0.0 available for use."],["`DisksResizeRequest` is a class within the `Google.Cloud.Compute.V1` namespace, designed for resizing persistent disks."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default and one that takes another `DisksResizeRequest` as a parameter, providing flexibility in object creation."],["Key properties of the `DisksResizeRequest` class include `HasSizeGb` to check if a size is set and `SizeGb` to define the new disk size in GB."]]],[]]