Package | Description |
---|---|
com.google.api.services.appengine.v1.model |
Modifier and Type | Method and Description |
---|---|
FeatureSettings |
FeatureSettings.clone() |
FeatureSettings |
Application.getFeatureSettings()
The feature specific settings to be used in the application.
|
FeatureSettings |
FeatureSettings.set(java.lang.String fieldName,
java.lang.Object value) |
FeatureSettings |
FeatureSettings.setSplitHealthChecks(java.lang.Boolean splitHealthChecks)
Boolean value indicating if split health checks should be used instead of the legacy health
checks.
|
FeatureSettings |
FeatureSettings.setUseContainerOptimizedOs(java.lang.Boolean useContainerOptimizedOs)
If true, use Container-Optimized OS (https://cloud.google.com/container-optimized-os/) base
image for VMs, rather than a base Debian image.
|
Modifier and Type | Method and Description |
---|---|
Application |
Application.setFeatureSettings(FeatureSettings featureSettings)
The feature specific settings to be used in the application.
|