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-02 UTC."],[[["The `DisksResizeRequest` class, part of the `Google.Cloud.Compute.V1` namespace, is used to request resizing of persistent disks within Google Cloud Compute."],["Version 3.6.0 is the latest version available, with previous versions ranging down to version 1.0.0."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to provide functionalities for message handling, equality checks, deep cloning, and buffer message handling."],["The class contains properties `HasSizeGb` which is a boolean indicating if the field is set, and `SizeGb` which is a long type representing the new size of the persistent disk in GB."],["It has two constructors, a default constructor, and one that takes another `DisksResizeRequest` object to allow for creating a copy of another instance."]]],[]]