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-04-09 UTC."],[[["This webpage provides documentation for the `DisksResizeRequest` class within the `Google.Cloud.Compute.V1` namespace, detailing its properties, inheritance, and implemented interfaces."],["The latest version available for this class is 3.6.0, while the current page displays the documentation for version 3.5.0, which is one of many available versions ranging down to version 1.0.0."],["The `DisksResizeRequest` class, which inherits from `object`, is used for resizing persistent disks and has two constructors, a default one and one that accepts another `DisksResizeRequest` object, and it implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["Key properties of the `DisksResizeRequest` class include `HasSizeGb`, which checks if the size is set, and `SizeGb`, a long type property, which represents the new size of the disk in gigabytes."]]],[]]