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."],[[["This webpage provides documentation for the `DisksResizeRequest` class within the `Google.Cloud.Compute.V1` namespace, detailing its various versions."],["The latest version of `DisksResizeRequest` available is 3.6.0, with several previous versions dating back to 1.0.0, also being documented and accessible."],["`DisksResizeRequest` class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DisksResizeRequest` class has two constructors: a parameterless constructor and one that takes another `DisksResizeRequest` object as a parameter, which allows it to be cloned."],["The `DisksResizeRequest` class contains the properties `HasSizeGb`, which is a boolean indicating whether the \"size_gb\" field is set, and `SizeGb`, which is of type Int64 and contains the new size of the persistent disk in GB."]]],[]]