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 `DisksResizeRequest` class is part of the `Google.Cloud.Compute.V1` namespace and is found within the `Google.Cloud.Compute.V1.dll` assembly, providing functionalities for managing disk resizing in Google Cloud."],["Version 3.6.0 is the latest version, with multiple previous versions listed, ranging from 1.0.0 up to 3.5.0."],["The `DisksResizeRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for serialization, comparison, cloning, and efficient data handling."],["It includes a constructor that initializes an empty `DisksResizeRequest` and another that takes an existing `DisksResizeRequest` object for copying."],["The class has properties `HasSizeGb` which is a boolean indicating whether `SizeGb` is set, and `SizeGb` which is of type Int64, allowing you to view and set the desired new size of the disk in Gigabytes."]]],[]]