publicstaticfinalclass Application.FeatureSettings.BuilderextendsGeneratedMessageV3.Builder<Application.FeatureSettings.Builder>implementsApplication.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.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
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()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicApplication.FeatureSettings.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
build()
publicApplication.FeatureSettingsbuild()
buildPartial()
publicApplication.FeatureSettingsbuildPartial()
clear()
publicApplication.FeatureSettings.Builderclear()
Overrides
clearField(Descriptors.FieldDescriptor field)
publicApplication.FeatureSettings.BuilderclearField(Descriptors.FieldDescriptorfield)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
publicApplication.FeatureSettings.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Overrides
clearSplitHealthChecks()
publicApplication.FeatureSettings.BuilderclearSplitHealthChecks()
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()
publicApplication.FeatureSettings.BuilderclearUseContainerOptimizedOs()
If true, use Container-Optimized OS
base image for VMs, rather than a base Debian image.
bool use_container_optimized_os = 2;
clone()
publicApplication.FeatureSettings.Builderclone()
Overrides
getDefaultInstanceForType()
publicApplication.FeatureSettingsgetDefaultInstanceForType()
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()
Overrides
getSplitHealthChecks()
publicbooleangetSplitHealthChecks()
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()
publicbooleangetUseContainerOptimizedOs()
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()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
mergeFrom(Application.FeatureSettings other)
publicApplication.FeatureSettings.BuildermergeFrom(Application.FeatureSettingsother)
publicApplication.FeatureSettings.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Overrides
mergeFrom(Message other)
publicApplication.FeatureSettings.BuildermergeFrom(Messageother)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalApplication.FeatureSettings.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
publicApplication.FeatureSettings.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicApplication.FeatureSettings.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Overrides
setSplitHealthChecks(boolean value)
publicApplication.FeatureSettings.BuildersetSplitHealthChecks(booleanvalue)
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)
publicfinalApplication.FeatureSettings.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Overrides
setUseContainerOptimizedOs(boolean value)
publicApplication.FeatureSettings.BuildersetUseContainerOptimizedOs(booleanvalue)
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.
|