Class Application.FeatureSettings.Builder (2.59.0)

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()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

publicApplication.FeatureSettings.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
Application.FeatureSettings.Builder
Overrides

build()

publicApplication.FeatureSettingsbuild()
Returns
Type Description
Application.FeatureSettings

buildPartial()

publicApplication.FeatureSettingsbuildPartial()
Returns
Type Description
Application.FeatureSettings

clear()

publicApplication.FeatureSettings.Builderclear()
Returns
Type Description
Application.FeatureSettings.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

publicApplication.FeatureSettings.BuilderclearField(Descriptors.FieldDescriptorfield)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
Application.FeatureSettings.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

publicApplication.FeatureSettings.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
Application.FeatureSettings.Builder
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;

Returns
Type Description
Application.FeatureSettings.Builder

This builder for chaining.

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;

Returns
Type Description
Application.FeatureSettings.Builder

This builder for chaining.

clone()

publicApplication.FeatureSettings.Builderclone()
Returns
Type Description
Application.FeatureSettings.Builder
Overrides

getDefaultInstanceForType()

publicApplication.FeatureSettingsgetDefaultInstanceForType()
Returns
Type Description
Application.FeatureSettings

getDescriptorForType()

publicDescriptors.DescriptorgetDescriptorForType()
Returns
Type Description
Descriptor
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()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Application.FeatureSettings other)

publicApplication.FeatureSettings.BuildermergeFrom(Application.FeatureSettingsother)
Parameter
Name Description
other Application.FeatureSettings
Returns
Type Description
Application.FeatureSettings.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicApplication.FeatureSettings.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Application.FeatureSettings.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

publicApplication.FeatureSettings.BuildermergeFrom(Messageother)
Parameter
Name Description
other Message
Returns
Type Description
Application.FeatureSettings.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

publicfinalApplication.FeatureSettings.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Application.FeatureSettings.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

publicApplication.FeatureSettings.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
Application.FeatureSettings.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

publicApplication.FeatureSettings.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
Application.FeatureSettings.Builder
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.

Returns
Type Description
Application.FeatureSettings.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

publicfinalApplication.FeatureSettings.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Application.FeatureSettings.Builder
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.

Returns
Type Description
Application.FeatureSettings.Builder

This builder for chaining.

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年10月30日 UTC.