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 `DisksResizeRequest` class, found in the `Google.Cloud.Compute.V1` namespace, is used to request the resizing of a persistent disk in Google Cloud."],["This class is a part of the Google.Cloud.Compute.V1.dll assembly, and version 3.6.0 is the latest, with multiple previous versions listed down to 1.0.0."],["The `DisksResizeRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: one default and another that takes an existing `DisksResizeRequest` object for initialization, allowing cloning of an existing object."],["The class offers `SizeGb` property to set the new size of the persistent disk in gigabytes, and the `HasSizeGb` property returns whether the size_gb field has been set."]]],[]]