Optional. total instance count for the service in manual scaling mode. This
number of instances is divided among all revisions with specified traffic
based on the percent of traffic they are receiving.
Optional. total min instances for the service. This number of instances is
divided among all revisions with specified traffic based on the percent
of traffic they are receiving.
[[["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 latest version of the `ServiceScaling` class within the Cloud Run Admin v2 API is 2.13.0, and documentation is available for versions ranging from 2.0.0 to 2.13.0, including a beta version 1.0.0-beta02."],["The `ServiceScaling` class, which applies scaling settings at the service level, implements multiple interfaces including `IMessage`, `IEquatable\u003cServiceScaling\u003e`, `IDeepCloneable\u003cServiceScaling\u003e`, and `IBufferMessage`."],["The class includes properties such as `ManualInstanceCount`, which sets the total instance count in manual scaling mode, and `MinInstanceCount`, which determines the total minimum number of instances for the service."],["The property `ScalingMode` is available to modify the scaling mode for the service."],["Two constructors are provided to create a `ServiceScaling` instance, which are a default constructor `ServiceScaling()` and a constructor that copies the properties of another instance `ServiceScaling(ServiceScaling other)`."]]],[]]