public final class FeatureSettings
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the App Engine Admin API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
FeatureSettings() |
Modifier and Type | Method and Description |
---|---|
FeatureSettings |
clone() |
java.lang.Boolean |
getSplitHealthChecks()
Boolean value indicating if split health checks should be used instead of the legacy health
checks.
|
java.lang.Boolean |
getUseContainerOptimizedOs()
If true, use Container-Optimized OS (https://cloud.google.com/container-optimized-os/) base
image for VMs, rather than a base Debian image.
|
FeatureSettings |
set(java.lang.String fieldName,
java.lang.Object value) |
FeatureSettings |
setSplitHealthChecks(java.lang.Boolean splitHealthChecks)
Boolean value indicating if split health checks should be used instead of the legacy health
checks.
|
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.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.Boolean getSplitHealthChecks()
null
for nonepublic FeatureSettings setSplitHealthChecks(java.lang.Boolean splitHealthChecks)
splitHealthChecks
- splitHealthChecks or null
for nonepublic java.lang.Boolean getUseContainerOptimizedOs()
null
for nonepublic FeatureSettings setUseContainerOptimizedOs(java.lang.Boolean useContainerOptimizedOs)
useContainerOptimizedOs
- useContainerOptimizedOs or null
for nonepublic FeatureSettings set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public FeatureSettings clone()
clone
in class com.google.api.client.json.GenericJson