Send feedback
Class Application.FeatureSettings.Builder (2.14.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.14.0 keyboard_arrow_down
public static final class Application . FeatureSettings . Builder extends GeneratedMessageV3 . Builder<Application . FeatureSettings . Builder > 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.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Application . FeatureSettings . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public Application . FeatureSettings build ()
buildPartial()
public Application . FeatureSettings buildPartial ()
clear()
public Application . FeatureSettings . Builder clear ()
Overrides
clearField(Descriptors.FieldDescriptor field)
public Application . FeatureSettings . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public Application . FeatureSettings . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clearSplitHealthChecks()
public Application . FeatureSettings . Builder clearSplitHealthChecks ()
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;
clearUseContainerOptimizedOs()
public Application . FeatureSettings . Builder clearUseContainerOptimizedOs ()
If true, use Container-Optimized OS
base image for VMs, rather than a base Debian image.
bool use_container_optimized_os = 2;
clone()
public Application . FeatureSettings . Builder clone ()
Overrides
getDefaultInstanceForType()
public Application . FeatureSettings getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
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.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(Application.FeatureSettings other)
public Application . FeatureSettings . Builder mergeFrom ( Application . FeatureSettings other )
public Application . FeatureSettings . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public Application . FeatureSettings . Builder mergeFrom ( Message other )
Parameter Name Description other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Application . FeatureSettings . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public Application . FeatureSettings . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Application . FeatureSettings . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setSplitHealthChecks(boolean value)
public Application . FeatureSettings . Builder setSplitHealthChecks ( boolean value )
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;
Parameter Name Description value
boolean
The splitHealthChecks to set.
setUnknownFields(UnknownFieldSet unknownFields)
public final Application . FeatureSettings . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setUseContainerOptimizedOs(boolean value)
public Application . FeatureSettings . Builder setUseContainerOptimizedOs ( boolean value )
If true, use Container-Optimized OS
base image for VMs, rather than a base Debian image.
bool use_container_optimized_os = 2;
Parameter Name Description value
boolean
The useContainerOptimizedOs to set.
Send feedback
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-01-28 UTC.
Need to tell us more?
[[["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-01-28 UTC."],[],[]]