public sealed class FeatureSettings : IMessage<Application.Types.FeatureSettings>, IEquatable<Application.Types.FeatureSettings>, IDeepCloneable<Application.Types.FeatureSettings>, IBufferMessage, IMessage
The feature specific settings to be used in the application. These define
behaviors that are user configurable.
Boolean value indicating if split health checks should be used instead
of the legacy health checks. At an app.yaml level, this means defaulting
to 'readiness_check' and 'liveness_check' values instead of
'health_check' ones. Once the legacy 'health_check' behavior is
deprecated, and this value is always true, this setting can
be removed.
[[["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 details the `FeatureSettings` class within the `Google.Cloud.AppEngine.V1` namespace, which is used to define user-configurable behaviors for Google App Engine applications."],["The latest version of `FeatureSettings` is 2.4.0, and multiple previous versions are also documented, from version 1.0.0 to 2.3.0."],["The `FeatureSettings` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["`FeatureSettings` has two constructors: a default constructor and one that accepts another `FeatureSettings` instance."],["The class includes two properties, `SplitHealthChecks` and `UseContainerOptimizedOs`, both of type `Boolean`, which allow configuration of split health checks and the use of Container-Optimized OS for VMs, respectively."]]],[]]