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 page provides documentation for the `RevisionScaling` class within the Google Cloud Run Admin v2 API, specifically for version 2.7.0."],["`RevisionScaling` is used to configure scaling settings for Cloud Run revisions, allowing control over the minimum and maximum number of serving instances."],["The class includes two properties, `MaxInstanceCount` and `MinInstanceCount`, which are of type `int` and determine the upper and lower limits for serving instances, respectively."],["The page also contains a list of various versions for the class `RevisionScaling` along with their respective link path, with the most recent being version 2.13.0."],["`RevisionScaling` has inherited members that also provide functionalities such as obtaining the hash code, type or string of the object, along with its own constructors."]]],[]]