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, found in the `Google.Cloud.Compute.V1` namespace, is used for managing resizing operations within the Google Cloud Compute environment."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling structured data and object comparisons."],["The latest documented version of `ReservationsResizeRequest` is 3.6.0, but the current page specifically details version 2.16.0."],["`ReservationsResizeRequest` includes properties like `HasSpecificSkuCount` (a boolean indicating whether the field is set) and `SpecificSkuCount` (a long integer representing the number of allocated resources, which can be between 1 and 1000)."],["There are multiple historical versions available for reference, ranging from 1.0.0 to the latest 3.6.0, demonstrating the evolution of this class over time."]]],[]]