public sealed class StandardSchedulerSettings : IMessage<StandardSchedulerSettings>, IEquatable<StandardSchedulerSettings>, IDeepCloneable<StandardSchedulerSettings>, IBufferMessage, IMessage
[[["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 `StandardSchedulerSettings` class, part of the `Google.Cloud.AppEngine.V1` namespace, configures scheduler settings for the standard App Engine environment."],["This class allows the management of minimum and maximum instance counts, which can be disabled by setting them to zero, as well as settings for target utilization of both CPU and throughput."],["It offers multiple implementations including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also includes constructors for both default and copy-based object creation."],["There are multiple versions of the same object available, ranging from 1.0.0 to the latest version 2.4.0."],["This class inherits from the .NET Object class and makes the methods GetHashCode, GetType, MemberwiseClone, and ToString available to users."]]],[]]