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 in the `Google.Cloud.Compute.V1` namespace allows for resizing persistent disks within the Google Cloud Compute service."],["Version 3.6.0 is the latest version available for the `DisksResizeRequest`, with a historical log of versions that go as far back as version 1.0.0."],["The class `DisksResizeRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality within the .NET ecosystem."],["The `DisksResizeRequest` object has two primary properties: `HasSizeGb`, a boolean indicating if the `size_gb` field is set, and `SizeGb`, a long integer that represents the desired new size of the disk in gigabytes."],["There are two constructors available for creating a `DisksResizeRequest` object: a default constructor and one that accepts another `DisksResizeRequest` object for initialization."]]],[]]