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."],[[["The `DisksResizeRequest` class, found in the `Google.Cloud.Compute.V1` namespace, allows for resizing persistent disks within Google Cloud Compute."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling messages and data structures."],["It provides two constructors: a default constructor and a copy constructor to create `DisksResizeRequest` instances."],["The `DisksResizeRequest` class has a `SizeGb` property for setting the new disk size in gigabytes and `HasSizeGb` to check if the property is set."],["The most current version for this page is 3.6.0, with versions ranging back to 1.0.0, all of which are linked within the content."]]],[]]