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."],[[["The `ReservationsResizeRequest` class, part of the `Google.Cloud.Compute.V1` namespace, is used for managing resource resizing within the Google Cloud Compute environment."],["This class has a range of versions available, from the latest 3.6.0 down to 1.0.0, each accessible via a dedicated link."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities like message handling and object comparison."],["It contains two constructors, one default and one that takes another `ReservationsResizeRequest` object as a parameter, along with properties like `HasSpecificSkuCount` (a boolean) and `SpecificSkuCount` (a long) to manage resource allocation."],["The `SpecificSkuCount` property allows setting the number of allocated resources for resizing, within a range of 1 to 1000."]]],[]]