Interface Application.FeatureSettingsOrBuilder (2.62.0)

publicstaticinterface Application.FeatureSettingsOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getSplitHealthChecks()

publicabstractbooleangetSplitHealthChecks()

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.

bool split_health_checks = 1;

Returns
Type Description
boolean

The splitHealthChecks.

getUseContainerOptimizedOs()

publicabstractbooleangetUseContainerOptimizedOs()

If true, use Container-Optimized OS base image for VMs, rather than a base Debian image.

bool use_container_optimized_os = 2;

Returns
Type Description
boolean

The useContainerOptimizedOs.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.