public sealed class RevisionScalingStatus : IMessage<RevisionScalingStatus>, IEquatable<RevisionScalingStatus>, IDeepCloneable<RevisionScalingStatus>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Run Admin v2 API class RevisionScalingStatus.
[[["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 page provides reference documentation for the `RevisionScalingStatus` class within the Google Cloud Run Admin v2 API, specifically for version 2.9.0."],["The `RevisionScalingStatus` class details the effective settings for scaling the current revision in Cloud Run and implements various interfaces for message handling and object equality."],["The documentation outlines the class's inheritance from the base object and lists the various interfaces it implements, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and one that takes another `RevisionScalingStatus` object as a parameter."],["It features a property called `DesiredMinInstanceCount`, an integer which represents the minimum number of instances provisioned for the current revision."]]],[]]