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-21 UTC."],[[["This document outlines the different versions of the `ReservationsResizeRequest` class within the `Google.Cloud.Compute.V1` namespace, ranging from version 1.0.0 to the latest version 3.6.0."],["The `ReservationsResizeRequest` class is a part of the `Google.Cloud.Compute.V1` assembly (`Google.Cloud.Compute.V1.dll`) and is used for resizing allocated resources, as indicated by its name."],["The class implements several interfaces including `IMessage`, `IEquatable\u003cReservationsResizeRequest\u003e`, `IDeepCloneable\u003cReservationsResizeRequest\u003e`, and `IBufferMessage`, demonstrating its capabilities in message handling and cloning."],["The `ReservationsResizeRequest` class contains two properties: `HasSpecificSkuCount`, a boolean indicating if the specific SKU count is set, and `SpecificSkuCount`, which is an Int64 that can be set to resize allocated resources between a minimum of 1 and a maximum of 1000."],["The class contains two constructors, a default one and a copy constructor `ReservationsResizeRequest(ReservationsResizeRequest other)` which allows you to pass in an instance of the class."]]],[]]