public static final class Application.FeatureSettings extends GeneratedMessageV3 implements Application.FeatureSettingsOrBuilder
The feature specific settings to be used in the application. These define
behaviors that are user configurable.
Protobuf type google.appengine.v1.Application.FeatureSettings
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
SPLIT_HEALTH_CHECKS_FIELD_NUMBER
public static final int SPLIT_HEALTH_CHECKS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
USE_CONTAINER_OPTIMIZED_OS_FIELD_NUMBER
public static final int USE_CONTAINER_OPTIMIZED_OS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static Application.FeatureSettings getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Application.FeatureSettings.Builder newBuilder()
newBuilder(Application.FeatureSettings prototype)
public static Application.FeatureSettings.Builder newBuilder(Application.FeatureSettings prototype)
public static Application.FeatureSettings parseDelimitedFrom(InputStream input)
public static Application.FeatureSettings parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static Application.FeatureSettings parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Application.FeatureSettings parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static Application.FeatureSettings parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Application.FeatureSettings parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Application.FeatureSettings parseFrom(CodedInputStream input)
public static Application.FeatureSettings parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Application.FeatureSettings parseFrom(InputStream input)
public static Application.FeatureSettings parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static Application.FeatureSettings parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Application.FeatureSettings parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<Application.FeatureSettings> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public Application.FeatureSettings getDefaultInstanceForType()
getParserForType()
public Parser<Application.FeatureSettings> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getSplitHealthChecks()
public boolean getSplitHealthChecks()
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()
public boolean getUseContainerOptimizedOs()
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.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Application.FeatureSettings.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Application.FeatureSettings.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public Application.FeatureSettings.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides