Send feedback
Class Application.FeatureSettings.Builder (2.10.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.10.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 ()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Application . FeatureSettings . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
build()
public Application . FeatureSettings build ()
Returns
buildPartial()
public Application . FeatureSettings buildPartial ()
Returns
clear()
public Application . FeatureSettings . Builder clear ()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public Application . FeatureSettings . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public Application . FeatureSettings . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
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;
Returns
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;
Returns
clone()
public Application . FeatureSettings . Builder clone ()
Returns
Overrides
getDefaultInstanceForType()
public Application . FeatureSettings getDefaultInstanceForType ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
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 ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
mergeFrom(Application.FeatureSettings other)
public Application . FeatureSettings . Builder mergeFrom ( Application . FeatureSettings other )
Parameter
Returns
public Application . FeatureSettings . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public Application . FeatureSettings . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Application . FeatureSettings . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public Application . FeatureSettings . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Application . FeatureSettings . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
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.
Returns
setUnknownFields(UnknownFieldSet unknownFields)
public final Application . FeatureSettings . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
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.
Returns
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."],[],[]]