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 page details the `DisksResizeRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically for .NET development."],["The `DisksResizeRequest` class is part of the `Google.Cloud.Compute.V1.dll` assembly and is used to manage the resizing of persistent disks."],["The latest version documented is 3.6.0, while the main focus of this page is on version 2.2.0, with links to versions from 1.0.0 up to the latest."],["The `DisksResizeRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class contains properties such as `HasSizeGb`, that checks if the \"size_gb\" field is set, and `SizeGb` which is a long integer representing the new disk size in gigabytes."]]],[]]