public sealed class ReservationsResizeRequest : IMessage<ReservationsResizeRequest>, IEquatable<ReservationsResizeRequest>, IDeepCloneable<ReservationsResizeRequest>, 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 `ReservationsResizeRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically version 3.4.0, which is part of the Google Cloud .NET client library."],["The `ReservationsResizeRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities for message handling, equality comparison, deep cloning, and buffered messaging."],["The class has two constructors, a default constructor `ReservationsResizeRequest()`, and one that takes another `ReservationsResizeRequest` instance as an argument, for copying."],["It also contains properties `HasSpecificSkuCount`, and `SpecificSkuCount`, used to determine if the `specific_sku_count` field is set, and to set the number of allocated resources which can range between 1 and 1000, respectively."],["The latest version available is 3.6.0, and there are several previous versions ranging from 1.0.0 to 3.5.0, accessible through links for those specific versions."]]],[]]