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 latest version of `DisksResizeRequest` is 3.6.0, with this specific documentation page focusing on version 3.2.0."],["`DisksResizeRequest` is a class within the `Google.Cloud.Compute.V1` namespace, designed for resizing persistent disks in Google Cloud Compute."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring comprehensive functionality."],["It has two constructors: a default constructor, `DisksResizeRequest()`, and a copy constructor, `DisksResizeRequest(DisksResizeRequest other)`."],["The class contains properties, such as `HasSizeGb` which verifies if the \"size_gb\" field is set and `SizeGb` which is used to set the new size of the disk."]]],[]]