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-31 UTC."],[[["This webpage details the `DisksResizeRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically version 3.1.0."],["The `DisksResizeRequest` class allows for resizing persistent disks and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `HasSizeGb` (a boolean indicating if `size_gb` is set) and `SizeGb` (a long integer representing the disk's size in GB), as well as constructors for creating instances."],["A range of prior versions of the class are documented, from 1.0.0 to 3.6.0 (latest)."],["The DisksResizeRequest class has inherited members like GetHashCode, GetType, and ToString from the object class."]]],[]]