public sealed class RevisionScaling : IMessage<RevisionScaling>, IEquatable<RevisionScaling>, IDeepCloneable<RevisionScaling>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Run Admin v2 API class RevisionScaling.
[[["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 webpage provides documentation for the `RevisionScaling` class within the Google Cloud Run Admin v2 API, specifically for version 2.11.0, with links to other versions of the documentation."],["`RevisionScaling` is used to configure settings for revision-level scaling, such as the minimum and maximum number of instances, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default one and one that accepts another `RevisionScaling` object as a parameter for copying."],["The `RevisionScaling` class includes two properties: `MaxInstanceCount`, which defines the maximum number of instances, and `MinInstanceCount`, which defines the minimum number of instances."]]],[]]