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 webpage provides documentation for the `DisksResizeRequest` class within the `Google.Cloud.Compute.V1` namespace, detailing its properties and methods across multiple versions."],["The latest version available is 3.6.0, with a comprehensive list of previous versions from 3.5.0 down to 1.0.0, each linking to its specific documentation page."],["`DisksResizeRequest` is a class designed to manage the resizing of persistent disks, inheriting from `Object` and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default one and one that accepts another `DisksResizeRequest` object as a parameter, offering options for object creation."],["It includes properties such as `HasSizeGb` (a boolean to check if the size_gb field is set) and `SizeGb` (an Int64 representing the new size of the disk in GB)."]]],[]]