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 accessible."],["The `DisksResizeRequest` class, found in the `Google.Cloud.Compute.V1.dll` assembly, is used for resizing persistent disks and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DisksResizeRequest` class includes two constructors: a default constructor and one that takes another `DisksResizeRequest` object as a parameter, as well as two properties, `HasSizeGb` and `SizeGb`."],["The `SizeGb` property of the `DisksResizeRequest` class is a long type that is used to set the new size of the persistent disk in gigabytes."]]],[]]