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-31 UTC."],[[["This page provides documentation for the `DisksResizeRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically in the context of the Google Cloud Compute API for .NET."],["The `DisksResizeRequest` class is used to manage the resizing of persistent disks and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the documentation is for version 3.6.0, but the page lists version history going back to 1.0.0, with many of the versions having links to the documentation for `DisksResizeRequest`."],["The class includes properties for managing disk size, with `HasSizeGb` indicating whether the size field is set, and `SizeGb` allowing the setting of the new size in gigabytes."],["The class has two constructors, a default one and another taking a `DisksResizeRequest` parameter for cloning the object."]]],[]]