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-04-09 UTC."],[[["The `RevisionScaling` class is part of the Google Cloud Run Admin v2 API, specifically within the `Google.Cloud.Run.V2` namespace."],["This class provides settings for revision-level scaling in Cloud Run, allowing configuration of the minimum and maximum number of serving instances."],["`RevisionScaling` is a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, a default constructor and one that takes another `RevisionScaling` object as a parameter for cloning."],["The class contains two properties that are `MaxInstanceCount` and `MinInstanceCount` of the `int` type, which are settings for the maximum and minimum amount of instances this resource can have."]]],[]]