Class Application.FeatureSettings (2.53.0)

publicstaticfinalclass Application.FeatureSettingsextendsGeneratedMessageV3implementsApplication.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

publicstaticfinalintSPLIT_HEALTH_CHECKS_FIELD_NUMBER
Field Value
Type Description
int

USE_CONTAINER_OPTIMIZED_OS_FIELD_NUMBER

publicstaticfinalintUSE_CONTAINER_OPTIMIZED_OS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

publicstaticApplication.FeatureSettingsgetDefaultInstance()
Returns
Type Description
Application.FeatureSettings

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

newBuilder()

publicstaticApplication.FeatureSettings.BuildernewBuilder()
Returns
Type Description
Application.FeatureSettings.Builder

newBuilder(Application.FeatureSettings prototype)

publicstaticApplication.FeatureSettings.BuildernewBuilder(Application.FeatureSettingsprototype)
Parameter
Name Description
prototype Application.FeatureSettings
Returns
Type Description
Application.FeatureSettings.Builder

parseDelimitedFrom(InputStream input)

publicstaticApplication.FeatureSettingsparseDelimitedFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
Application.FeatureSettings
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticApplication.FeatureSettingsparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Application.FeatureSettings
Exceptions
Type Description
IOException

parseFrom(byte[] data)

publicstaticApplication.FeatureSettingsparseFrom(byte[]data)
Parameter
Name Description
data byte[]
Returns
Type Description
Application.FeatureSettings
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

publicstaticApplication.FeatureSettingsparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Application.FeatureSettings
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

publicstaticApplication.FeatureSettingsparseFrom(ByteStringdata)
Parameter
Name Description
data ByteString
Returns
Type Description
Application.FeatureSettings
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticApplication.FeatureSettingsparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Application.FeatureSettings
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

publicstaticApplication.FeatureSettingsparseFrom(CodedInputStreaminput)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Application.FeatureSettings
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticApplication.FeatureSettingsparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Application.FeatureSettings
Exceptions
Type Description
IOException

parseFrom(InputStream input)

publicstaticApplication.FeatureSettingsparseFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
Application.FeatureSettings
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticApplication.FeatureSettingsparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Application.FeatureSettings
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

publicstaticApplication.FeatureSettingsparseFrom(ByteBufferdata)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Application.FeatureSettings
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticApplication.FeatureSettingsparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Application.FeatureSettings
Exceptions
Type Description
InvalidProtocolBufferException

parser()

publicstaticParser<Application.FeatureSettings>parser()
Returns
Type Description
Parser<FeatureSettings>

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

publicApplication.FeatureSettingsgetDefaultInstanceForType()
Returns
Type Description
Application.FeatureSettings

getParserForType()

publicParser<Application.FeatureSettings>getParserForType()
Returns
Type Description
Parser<FeatureSettings>
Overrides

getSerializedSize()

publicintgetSerializedSize()
Returns
Type Description
int
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.

hashCode()

publicinthashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

publicApplication.FeatureSettings.BuildernewBuilderForType()
Returns
Type Description
Application.FeatureSettings.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedApplication.FeatureSettings.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Application.FeatureSettings.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

publicApplication.FeatureSettings.BuildertoBuilder()
Returns
Type Description
Application.FeatureSettings.Builder

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException

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.