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-09 UTC."],[[["The webpage provides documentation for the `DisksResizeRequest` class within the `Google.Cloud.Compute.V1` namespace, detailing its properties, inheritance, and implemented interfaces."],["The `DisksResizeRequest` class has been documented across multiple versions, ranging from 1.0.0 to the latest release of 3.6.0, with links provided to access the documentation for each version."],["`DisksResizeRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class includes two constructors, a default constructor and a copy constructor, along with two properties, `HasSizeGb` (a boolean) and `SizeGb` (a long), that let you know if the size has been set, and what that size is respectively."],["The `SizeGb` property lets you set the new size for the disk, specified in GB."]]],[]]