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 resizing operations within Google Cloud Compute resources."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities like message handling, equality checks, deep cloning, and buffered message operations."],["The latest version of the library is 3.6.0, and a history of versions dating back to 1.0.0 are available, with version 2.7.0 being the currently viewed documentation."],["The `ReservationsResizeRequest` class has properties like `HasSpecificSkuCount` (a boolean indicating if a specific SKU count is set) and `SpecificSkuCount` (a long integer representing the number of allocated resources, with a range of 1-1000)."],["The class includes two constructors, one parameterless and one that takes another `ReservationsResizeRequest` object as a parameter, allowing for either default or copy construction."]]],[]]