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 webpage details the `DisksResizeRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.14.0 of the library, and all other versions available for use in the documentation."],["The `DisksResizeRequest` class is used to request the resizing of persistent disks and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and includes methods like `GetHashCode()`, `GetType()`, and `ToString()`, along with the constructors `DisksResizeRequest()` and `DisksResizeRequest(DisksResizeRequest other)`."],["It has two properties: `HasSizeGb`, which indicates if the size_gb is set, and `SizeGb`, which allows you to set the new size for the persistent disk in GB."]]],[]]