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-04-17 UTC."],[[["This document outlines the `FeatureSettings` class within the `Google.Cloud.AppEngine.V1` namespace, defining user-configurable behaviors for applications in version 1.3.0."],["`FeatureSettings` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`, allowing for message manipulation, equality checks, deep cloning, and buffering."],["The `FeatureSettings` class has two constructors: a default constructor and one that takes another `FeatureSettings` object as a parameter for copying configurations."],["Key properties within `FeatureSettings` include `SplitHealthChecks`, which determines whether split health checks or legacy health checks are used, and `UseContainerOptimizedOs`, which dictates if Container-Optimized OS is used for VMs."],["Several versions of the `Google.Cloud.AppEngine.V1` exist, with the latest being version 2.4.0, which is distinct from the version 1.3.0 of the `FeatureSettings` class."]]],[]]