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."],[[["This webpage provides documentation for the `DisksResizeRequest` class within the `Google.Cloud.Compute.V1` namespace, detailing its properties, inheritance, and implemented interfaces."],["The latest version documented is 3.6.0, with a comprehensive list of versions from 1.0.0 up to the current version, all available for reference."],["The `DisksResizeRequest` class is used for specifying the new size of a persistent disk in gigabytes (GB) via the `SizeGb` property."],["`DisksResizeRequest` implements several interfaces including `IMessage\u003cDisksResizeRequest\u003e`, `IEquatable\u003cDisksResizeRequest\u003e`, `IDeepCloneable\u003cDisksResizeRequest\u003e`, `IBufferMessage`, and `IMessage`, and inherits members from the object class."],["The class offers two constructors, a default constructor and one that takes another instance of the class for copying, with the documentation providing details on each."]]],[]]