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 documented is 3.6.0, while the current page's context is version 2.10.0, and there is a complete list of prior versions that are available."],["The `ReservationsResizeRequest` class has two constructors, a default constructor, and a constructor that takes another `ReservationsResizeRequest` object, allowing for object duplication, and has the properties `HasSpecificSkuCount`, for checking if the `SpecificSkuCount` field is set, and `SpecificSkuCount`, which represents the number of resources to be resized."]]],[]]