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, part of the `Google.Cloud.Compute.V1` namespace, is used for managing disk resizing operations in Google Cloud Compute."],["The latest version of the `DisksResizeRequest` class is 3.6.0, and there are 29 different version releases listed, ranging back to version 1.0.0, all documented."],["The `DisksResizeRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities like message handling, equality checks, deep cloning, and buffer message support."],["The class includes two constructors, one parameterless and one that accepts another `DisksResizeRequest` object as a parameter, allowing for easy creation and copying of objects."],["The DisksResizeRequest class contains two properties, `HasSizeGb`, which identifies if the property `SizeGb` has a value set, and `SizeGb`, which represents the new size of the persistent disk in gigabytes."]]],[]]