Class Config
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.appengine.tools.development.proto.Config
-
- All Implemented Interfaces:
ConfigOrBuilder,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable
public final class Config extends com.google.protobuf.GeneratedMessageV3 implements ConfigOrBuilder
Runtime configuration. This includes a subset of message AppInfo defined in apphosting/base/appinfo.proto. It contains only information necessary for configuring the runtime. It is the responsibility of the devappserver2 runtime module to set the fields required by its runtime. Next Tag: 27
Protobuf typeapphosting.tools.devappserver2.Config- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConfig.BuilderRuntime configuration.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetApiHost()The host name to which to connect to send API requests.com.google.protobuf.ByteStringgetApiHostBytes()The host name to which to connect to send API requests.intgetApiPort()The port on which to connect to send API requests.com.google.protobuf.ByteStringgetAppId()The app id of the app to be run.com.google.protobuf.ByteStringgetApplicationRoot()The path to the root of the application.StringgetAuthDomain()required string auth_domain = 16;com.google.protobuf.ByteStringgetAuthDomainBytes()required string auth_domain = 16;CloudSQLgetCloudSqlConfig()optional .apphosting.tools.devappserver2.CloudSQL cloud_sql_config = 11;CloudSQLOrBuildergetCloudSqlConfigOrBuilder()optional .apphosting.tools.devappserver2.CloudSQL cloud_sql_config = 11;CustomConfiggetCustomConfig()optional .apphosting.tools.devappserver2.CustomConfig custom_config = 23;CustomConfigOrBuildergetCustomConfigOrBuilder()optional .apphosting.tools.devappserver2.CustomConfig custom_config = 23;StringgetDatacenter()required string datacenter = 12;com.google.protobuf.ByteStringgetDatacenterBytes()required string datacenter = 12;static ConfiggetDefaultInstance()ConfiggetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()EnvirongetEnviron(int index)Extra user-specified environment variables.intgetEnvironCount()Extra user-specified environment variables.List<Environ>getEnvironList()Extra user-specified environment variables.EnvironOrBuildergetEnvironOrBuilder(int index)Extra user-specified environment variables.List<? extends EnvironOrBuilder>getEnvironOrBuilderList()Extra user-specified environment variables.GoConfiggetGoConfig()optional .apphosting.tools.devappserver2.GoConfig go_config = 25;GoConfigOrBuildergetGoConfigOrBuilder()optional .apphosting.tools.devappserver2.GoConfig go_config = 25;StringgetGrpcApis(int index)repeated string grpc_apis = 24;com.google.protobuf.ByteStringgetGrpcApisBytes(int index)repeated string grpc_apis = 24;intgetGrpcApisCount()repeated string grpc_apis = 24;com.google.protobuf.ProtocolStringListgetGrpcApisList()repeated string grpc_apis = 24;StringgetInstanceId()required string instance_id = 13;com.google.protobuf.ByteStringgetInstanceIdBytes()required string instance_id = 13;JavaConfiggetJavaConfig()optional .apphosting.tools.devappserver2.JavaConfig java_config = 21;JavaConfigOrBuildergetJavaConfigOrBuilder()optional .apphosting.tools.devappserver2.JavaConfig java_config = 21;LibrarygetLibraries(int index)Libraries enabled for the application.intgetLibrariesCount()Libraries enabled for the application.List<Library>getLibrariesList()Libraries enabled for the application.LibraryOrBuildergetLibrariesOrBuilder(int index)Libraries enabled for the application.List<? extends LibraryOrBuilder>getLibrariesOrBuilderList()Libraries enabled for the application.intgetMaxInstances()optional int32 max_instances = 18;NodeConfiggetNodeConfig()optional .apphosting.tools.devappserver2.NodeConfig node_config = 26;NodeConfigOrBuildergetNodeConfigOrBuilder()optional .apphosting.tools.devappserver2.NodeConfig node_config = 26;com.google.protobuf.Parser<Config>getParserForType()PhpConfiggetPhpConfig()optional .apphosting.tools.devappserver2.PhpConfig php_config = 9;PhpConfigOrBuildergetPhpConfigOrBuilder()optional .apphosting.tools.devappserver2.PhpConfig php_config = 9;PythonConfiggetPythonConfig()optional .apphosting.tools.devappserver2.PythonConfig python_config = 14;PythonConfigOrBuildergetPythonConfigOrBuilder()optional .apphosting.tools.devappserver2.PythonConfig python_config = 14;intgetSerializedSize()intgetServerPort()The port of the cloud SDK development server.StringgetSkipFiles()A regex for files to skip.com.google.protobuf.ByteStringgetSkipFilesBytes()A regex for files to skip.StringgetStaticFiles()A regex for files used for static handlers.com.google.protobuf.ByteStringgetStaticFilesBytes()A regex for files used for static handlers.longgetStderrLogLevel()The logging level at which logs should be written to stderr: 0 - Debug 1 - Info 2 - Warning 3 - Error 4 - CriticalbooleangetThreadsafe()Whether the application has threadsafe enabled.com.google.protobuf.UnknownFieldSetgetUnknownFields()com.google.protobuf.ByteStringgetVersionId()The version id of the app to be run.booleangetVm()optional bool vm = 22 [default = false];VMConfiggetVmConfig()optional .apphosting.tools.devappserver2.VMConfig vm_config = 19;VMConfigOrBuildergetVmConfigOrBuilder()optional .apphosting.tools.devappserver2.VMConfig vm_config = 19;booleanhasApiHost()The host name to which to connect to send API requests.booleanhasApiPort()The port on which to connect to send API requests.booleanhasAppId()The app id of the app to be run.booleanhasApplicationRoot()The path to the root of the application.booleanhasAuthDomain()required string auth_domain = 16;booleanhasCloudSqlConfig()optional .apphosting.tools.devappserver2.CloudSQL cloud_sql_config = 11;booleanhasCustomConfig()optional .apphosting.tools.devappserver2.CustomConfig custom_config = 23;booleanhasDatacenter()required string datacenter = 12;booleanhasGoConfig()optional .apphosting.tools.devappserver2.GoConfig go_config = 25;inthashCode()booleanhasInstanceId()required string instance_id = 13;booleanhasJavaConfig()optional .apphosting.tools.devappserver2.JavaConfig java_config = 21;booleanhasMaxInstances()optional int32 max_instances = 18;booleanhasNodeConfig()optional .apphosting.tools.devappserver2.NodeConfig node_config = 26;booleanhasPhpConfig()optional .apphosting.tools.devappserver2.PhpConfig php_config = 9;booleanhasPythonConfig()optional .apphosting.tools.devappserver2.PythonConfig python_config = 14;booleanhasServerPort()The port of the cloud SDK development server.booleanhasSkipFiles()A regex for files to skip.booleanhasStaticFiles()A regex for files used for static handlers.booleanhasStderrLogLevel()The logging level at which logs should be written to stderr: 0 - Debug 1 - Info 2 - Warning 3 - Error 4 - CriticalbooleanhasThreadsafe()Whether the application has threadsafe enabled.booleanhasVersionId()The version id of the app to be run.booleanhasVm()optional bool vm = 22 [default = false];booleanhasVmConfig()optional .apphosting.tools.devappserver2.VMConfig vm_config = 19;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static Config.BuildernewBuilder()static Config.BuildernewBuilder(Config prototype)Config.BuildernewBuilderForType()protected Config.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static ConfigparseDelimitedFrom(InputStream input)static ConfigparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConfigparseFrom(byte[] data)static ConfigparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConfigparseFrom(com.google.protobuf.ByteString data)static ConfigparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConfigparseFrom(com.google.protobuf.CodedInputStream input)static ConfigparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConfigparseFrom(InputStream input)static ConfigparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConfigparseFrom(ByteBuffer data)static ConfigparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<Config>parser()Config.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashFields, mutableCopy, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
APP_ID_FIELD_NUMBER
public static final int APP_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
VERSION_ID_FIELD_NUMBER
public static final int VERSION_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
APPLICATION_ROOT_FIELD_NUMBER
public static final int APPLICATION_ROOT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
THREADSAFE_FIELD_NUMBER
public static final int THREADSAFE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
API_HOST_FIELD_NUMBER
public static final int API_HOST_FIELD_NUMBER
- See Also:
- Constant Field Values
-
API_PORT_FIELD_NUMBER
public static final int API_PORT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LIBRARIES_FIELD_NUMBER
public static final int LIBRARIES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SKIP_FILES_FIELD_NUMBER
public static final int SKIP_FILES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STATIC_FILES_FIELD_NUMBER
public static final int STATIC_FILES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PYTHON_CONFIG_FIELD_NUMBER
public static final int PYTHON_CONFIG_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PHP_CONFIG_FIELD_NUMBER
public static final int PHP_CONFIG_FIELD_NUMBER
- See Also:
- Constant Field Values
-
NODE_CONFIG_FIELD_NUMBER
public static final int NODE_CONFIG_FIELD_NUMBER
- See Also:
- Constant Field Values
-
JAVA_CONFIG_FIELD_NUMBER
public static final int JAVA_CONFIG_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CUSTOM_CONFIG_FIELD_NUMBER
public static final int CUSTOM_CONFIG_FIELD_NUMBER
- See Also:
- Constant Field Values
-
GO_CONFIG_FIELD_NUMBER
public static final int GO_CONFIG_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ENVIRON_FIELD_NUMBER
public static final int ENVIRON_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CLOUD_SQL_CONFIG_FIELD_NUMBER
public static final int CLOUD_SQL_CONFIG_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DATACENTER_FIELD_NUMBER
public static final int DATACENTER_FIELD_NUMBER
- See Also:
- Constant Field Values
-
INSTANCE_ID_FIELD_NUMBER
public static final int INSTANCE_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STDERR_LOG_LEVEL_FIELD_NUMBER
public static final int STDERR_LOG_LEVEL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
AUTH_DOMAIN_FIELD_NUMBER
public static final int AUTH_DOMAIN_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MAX_INSTANCES_FIELD_NUMBER
public static final int MAX_INSTANCES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
VM_CONFIG_FIELD_NUMBER
public static final int VM_CONFIG_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SERVER_PORT_FIELD_NUMBER
public static final int SERVER_PORT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
VM_FIELD_NUMBER
public static final int VM_FIELD_NUMBER
- See Also:
- Constant Field Values
-
GRPC_APIS_FIELD_NUMBER
public static final int GRPC_APIS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PARSER
@Deprecated public static final com.google.protobuf.Parser<Config> PARSER
Deprecated.
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
hasAppId
public boolean hasAppId()
The app id of the app to be run.
required bytes app_id = 1;- Specified by:
hasAppIdin interfaceConfigOrBuilder- Returns:
- Whether the appId field is set.
-
getAppId
public com.google.protobuf.ByteString getAppId()
The app id of the app to be run.
required bytes app_id = 1;- Specified by:
getAppIdin interfaceConfigOrBuilder- Returns:
- The appId.
-
hasVersionId
public boolean hasVersionId()
The version id of the app to be run.
required bytes version_id = 2;- Specified by:
hasVersionIdin interfaceConfigOrBuilder- Returns:
- Whether the versionId field is set.
-
getVersionId
public com.google.protobuf.ByteString getVersionId()
The version id of the app to be run.
required bytes version_id = 2;- Specified by:
getVersionIdin interfaceConfigOrBuilder- Returns:
- The versionId.
-
hasApplicationRoot
public boolean hasApplicationRoot()
The path to the root of the application.
required bytes application_root = 3;- Specified by:
hasApplicationRootin interfaceConfigOrBuilder- Returns:
- Whether the applicationRoot field is set.
-
getApplicationRoot
public com.google.protobuf.ByteString getApplicationRoot()
The path to the root of the application.
required bytes application_root = 3;- Specified by:
getApplicationRootin interfaceConfigOrBuilder- Returns:
- The applicationRoot.
-
hasThreadsafe
public boolean hasThreadsafe()
Whether the application has threadsafe enabled.
optional bool threadsafe = 4 [default = false];- Specified by:
hasThreadsafein interfaceConfigOrBuilder- Returns:
- Whether the threadsafe field is set.
-
getThreadsafe
public boolean getThreadsafe()
Whether the application has threadsafe enabled.
optional bool threadsafe = 4 [default = false];- Specified by:
getThreadsafein interfaceConfigOrBuilder- Returns:
- The threadsafe.
-
hasApiHost
public boolean hasApiHost()
The host name to which to connect to send API requests.
optional string api_host = 17 [default = "localhost"];- Specified by:
hasApiHostin interfaceConfigOrBuilder- Returns:
- Whether the apiHost field is set.
-
getApiHost
public String getApiHost()
The host name to which to connect to send API requests.
optional string api_host = 17 [default = "localhost"];- Specified by:
getApiHostin interfaceConfigOrBuilder- Returns:
- The apiHost.
-
getApiHostBytes
public com.google.protobuf.ByteString getApiHostBytes()
The host name to which to connect to send API requests.
optional string api_host = 17 [default = "localhost"];- Specified by:
getApiHostBytesin interfaceConfigOrBuilder- Returns:
- The bytes for apiHost.
-
hasApiPort
public boolean hasApiPort()
The port on which to connect to send API requests.
required int32 api_port = 5;- Specified by:
hasApiPortin interfaceConfigOrBuilder- Returns:
- Whether the apiPort field is set.
-
getApiPort
public int getApiPort()
The port on which to connect to send API requests.
required int32 api_port = 5;- Specified by:
getApiPortin interfaceConfigOrBuilder- Returns:
- The apiPort.
-
getLibrariesList
public List<Library> getLibrariesList()
Libraries enabled for the application.
repeated .apphosting.tools.devappserver2.Library libraries = 6;- Specified by:
getLibrariesListin interfaceConfigOrBuilder
-
getLibrariesOrBuilderList
public List<? extends LibraryOrBuilder> getLibrariesOrBuilderList()
Libraries enabled for the application.
repeated .apphosting.tools.devappserver2.Library libraries = 6;- Specified by:
getLibrariesOrBuilderListin interfaceConfigOrBuilder
-
getLibrariesCount
public int getLibrariesCount()
Libraries enabled for the application.
repeated .apphosting.tools.devappserver2.Library libraries = 6;- Specified by:
getLibrariesCountin interfaceConfigOrBuilder
-
getLibraries
public Library getLibraries(int index)
Libraries enabled for the application.
repeated .apphosting.tools.devappserver2.Library libraries = 6;- Specified by:
getLibrariesin interfaceConfigOrBuilder
-
getLibrariesOrBuilder
public LibraryOrBuilder getLibrariesOrBuilder(int index)
Libraries enabled for the application.
repeated .apphosting.tools.devappserver2.Library libraries = 6;- Specified by:
getLibrariesOrBuilderin interfaceConfigOrBuilder
-
hasSkipFiles
public boolean hasSkipFiles()
A regex for files to skip.
optional string skip_files = 7 [default = "^$"];- Specified by:
hasSkipFilesin interfaceConfigOrBuilder- Returns:
- Whether the skipFiles field is set.
-
getSkipFiles
public String getSkipFiles()
A regex for files to skip.
optional string skip_files = 7 [default = "^$"];- Specified by:
getSkipFilesin interfaceConfigOrBuilder- Returns:
- The skipFiles.
-
getSkipFilesBytes
public com.google.protobuf.ByteString getSkipFilesBytes()
A regex for files to skip.
optional string skip_files = 7 [default = "^$"];- Specified by:
getSkipFilesBytesin interfaceConfigOrBuilder- Returns:
- The bytes for skipFiles.
-
hasStaticFiles
public boolean hasStaticFiles()
A regex for files used for static handlers.
optional string static_files = 8 [default = "^$"];- Specified by:
hasStaticFilesin interfaceConfigOrBuilder- Returns:
- Whether the staticFiles field is set.
-
getStaticFiles
public String getStaticFiles()
A regex for files used for static handlers.
optional string static_files = 8 [default = "^$"];- Specified by:
getStaticFilesin interfaceConfigOrBuilder- Returns:
- The staticFiles.
-
getStaticFilesBytes
public com.google.protobuf.ByteString getStaticFilesBytes()
A regex for files used for static handlers.
optional string static_files = 8 [default = "^$"];- Specified by:
getStaticFilesBytesin interfaceConfigOrBuilder- Returns:
- The bytes for staticFiles.
-
hasPythonConfig
public boolean hasPythonConfig()
optional .apphosting.tools.devappserver2.PythonConfig python_config = 14;- Specified by:
hasPythonConfigin interfaceConfigOrBuilder- Returns:
- Whether the pythonConfig field is set.
-
getPythonConfig
public PythonConfig getPythonConfig()
optional .apphosting.tools.devappserver2.PythonConfig python_config = 14;- Specified by:
getPythonConfigin interfaceConfigOrBuilder- Returns:
- The pythonConfig.
-
getPythonConfigOrBuilder
public PythonConfigOrBuilder getPythonConfigOrBuilder()
optional .apphosting.tools.devappserver2.PythonConfig python_config = 14;- Specified by:
getPythonConfigOrBuilderin interfaceConfigOrBuilder
-
hasPhpConfig
public boolean hasPhpConfig()
optional .apphosting.tools.devappserver2.PhpConfig php_config = 9;- Specified by:
hasPhpConfigin interfaceConfigOrBuilder- Returns:
- Whether the phpConfig field is set.
-
getPhpConfig
public PhpConfig getPhpConfig()
optional .apphosting.tools.devappserver2.PhpConfig php_config = 9;- Specified by:
getPhpConfigin interfaceConfigOrBuilder- Returns:
- The phpConfig.
-
getPhpConfigOrBuilder
public PhpConfigOrBuilder getPhpConfigOrBuilder()
optional .apphosting.tools.devappserver2.PhpConfig php_config = 9;- Specified by:
getPhpConfigOrBuilderin interfaceConfigOrBuilder
-
hasNodeConfig
public boolean hasNodeConfig()
optional .apphosting.tools.devappserver2.NodeConfig node_config = 26;- Specified by:
hasNodeConfigin interfaceConfigOrBuilder- Returns:
- Whether the nodeConfig field is set.
-
getNodeConfig
public NodeConfig getNodeConfig()
optional .apphosting.tools.devappserver2.NodeConfig node_config = 26;- Specified by:
getNodeConfigin interfaceConfigOrBuilder- Returns:
- The nodeConfig.
-
getNodeConfigOrBuilder
public NodeConfigOrBuilder getNodeConfigOrBuilder()
optional .apphosting.tools.devappserver2.NodeConfig node_config = 26;- Specified by:
getNodeConfigOrBuilderin interfaceConfigOrBuilder
-
hasJavaConfig
public boolean hasJavaConfig()
optional .apphosting.tools.devappserver2.JavaConfig java_config = 21;- Specified by:
hasJavaConfigin interfaceConfigOrBuilder- Returns:
- Whether the javaConfig field is set.
-
getJavaConfig
public JavaConfig getJavaConfig()
optional .apphosting.tools.devappserver2.JavaConfig java_config = 21;- Specified by:
getJavaConfigin interfaceConfigOrBuilder- Returns:
- The javaConfig.
-
getJavaConfigOrBuilder
public JavaConfigOrBuilder getJavaConfigOrBuilder()
optional .apphosting.tools.devappserver2.JavaConfig java_config = 21;- Specified by:
getJavaConfigOrBuilderin interfaceConfigOrBuilder
-
hasCustomConfig
public boolean hasCustomConfig()
optional .apphosting.tools.devappserver2.CustomConfig custom_config = 23;- Specified by:
hasCustomConfigin interfaceConfigOrBuilder- Returns:
- Whether the customConfig field is set.
-
getCustomConfig
public CustomConfig getCustomConfig()
optional .apphosting.tools.devappserver2.CustomConfig custom_config = 23;- Specified by:
getCustomConfigin interfaceConfigOrBuilder- Returns:
- The customConfig.
-
getCustomConfigOrBuilder
public CustomConfigOrBuilder getCustomConfigOrBuilder()
optional .apphosting.tools.devappserver2.CustomConfig custom_config = 23;- Specified by:
getCustomConfigOrBuilderin interfaceConfigOrBuilder
-
hasGoConfig
public boolean hasGoConfig()
optional .apphosting.tools.devappserver2.GoConfig go_config = 25;- Specified by:
hasGoConfigin interfaceConfigOrBuilder- Returns:
- Whether the goConfig field is set.
-
getGoConfig
public GoConfig getGoConfig()
optional .apphosting.tools.devappserver2.GoConfig go_config = 25;- Specified by:
getGoConfigin interfaceConfigOrBuilder- Returns:
- The goConfig.
-
getGoConfigOrBuilder
public GoConfigOrBuilder getGoConfigOrBuilder()
optional .apphosting.tools.devappserver2.GoConfig go_config = 25;- Specified by:
getGoConfigOrBuilderin interfaceConfigOrBuilder
-
getEnvironList
public List<Environ> getEnvironList()
Extra user-specified environment variables.
repeated .apphosting.tools.devappserver2.Environ environ = 10;- Specified by:
getEnvironListin interfaceConfigOrBuilder
-
getEnvironOrBuilderList
public List<? extends EnvironOrBuilder> getEnvironOrBuilderList()
Extra user-specified environment variables.
repeated .apphosting.tools.devappserver2.Environ environ = 10;- Specified by:
getEnvironOrBuilderListin interfaceConfigOrBuilder
-
getEnvironCount
public int getEnvironCount()
Extra user-specified environment variables.
repeated .apphosting.tools.devappserver2.Environ environ = 10;- Specified by:
getEnvironCountin interfaceConfigOrBuilder
-
getEnviron
public Environ getEnviron(int index)
Extra user-specified environment variables.
repeated .apphosting.tools.devappserver2.Environ environ = 10;- Specified by:
getEnvironin interfaceConfigOrBuilder
-
getEnvironOrBuilder
public EnvironOrBuilder getEnvironOrBuilder(int index)
Extra user-specified environment variables.
repeated .apphosting.tools.devappserver2.Environ environ = 10;- Specified by:
getEnvironOrBuilderin interfaceConfigOrBuilder
-
hasCloudSqlConfig
public boolean hasCloudSqlConfig()
optional .apphosting.tools.devappserver2.CloudSQL cloud_sql_config = 11;- Specified by:
hasCloudSqlConfigin interfaceConfigOrBuilder- Returns:
- Whether the cloudSqlConfig field is set.
-
getCloudSqlConfig
public CloudSQL getCloudSqlConfig()
optional .apphosting.tools.devappserver2.CloudSQL cloud_sql_config = 11;- Specified by:
getCloudSqlConfigin interfaceConfigOrBuilder- Returns:
- The cloudSqlConfig.
-
getCloudSqlConfigOrBuilder
public CloudSQLOrBuilder getCloudSqlConfigOrBuilder()
optional .apphosting.tools.devappserver2.CloudSQL cloud_sql_config = 11;- Specified by:
getCloudSqlConfigOrBuilderin interfaceConfigOrBuilder
-
hasDatacenter
public boolean hasDatacenter()
required string datacenter = 12;- Specified by:
hasDatacenterin interfaceConfigOrBuilder- Returns:
- Whether the datacenter field is set.
-
getDatacenter
public String getDatacenter()
required string datacenter = 12;- Specified by:
getDatacenterin interfaceConfigOrBuilder- Returns:
- The datacenter.
-
getDatacenterBytes
public com.google.protobuf.ByteString getDatacenterBytes()
required string datacenter = 12;- Specified by:
getDatacenterBytesin interfaceConfigOrBuilder- Returns:
- The bytes for datacenter.
-
hasInstanceId
public boolean hasInstanceId()
required string instance_id = 13;- Specified by:
hasInstanceIdin interfaceConfigOrBuilder- Returns:
- Whether the instanceId field is set.
-
getInstanceId
public String getInstanceId()
required string instance_id = 13;- Specified by:
getInstanceIdin interfaceConfigOrBuilder- Returns:
- The instanceId.
-
getInstanceIdBytes
public com.google.protobuf.ByteString getInstanceIdBytes()
required string instance_id = 13;- Specified by:
getInstanceIdBytesin interfaceConfigOrBuilder- Returns:
- The bytes for instanceId.
-
hasStderrLogLevel
public boolean hasStderrLogLevel()
The logging level at which logs should be written to stderr: 0 - Debug 1 - Info 2 - Warning 3 - Error 4 - Critical
optional int64 stderr_log_level = 15 [default = 1];- Specified by:
hasStderrLogLevelin interfaceConfigOrBuilder- Returns:
- Whether the stderrLogLevel field is set.
-
getStderrLogLevel
public long getStderrLogLevel()
The logging level at which logs should be written to stderr: 0 - Debug 1 - Info 2 - Warning 3 - Error 4 - Critical
optional int64 stderr_log_level = 15 [default = 1];- Specified by:
getStderrLogLevelin interfaceConfigOrBuilder- Returns:
- The stderrLogLevel.
-
hasAuthDomain
public boolean hasAuthDomain()
required string auth_domain = 16;- Specified by:
hasAuthDomainin interfaceConfigOrBuilder- Returns:
- Whether the authDomain field is set.
-
getAuthDomain
public String getAuthDomain()
required string auth_domain = 16;- Specified by:
getAuthDomainin interfaceConfigOrBuilder- Returns:
- The authDomain.
-
getAuthDomainBytes
public com.google.protobuf.ByteString getAuthDomainBytes()
required string auth_domain = 16;- Specified by:
getAuthDomainBytesin interfaceConfigOrBuilder- Returns:
- The bytes for authDomain.
-
hasMaxInstances
public boolean hasMaxInstances()
optional int32 max_instances = 18;- Specified by:
hasMaxInstancesin interfaceConfigOrBuilder- Returns:
- Whether the maxInstances field is set.
-
getMaxInstances
public int getMaxInstances()
optional int32 max_instances = 18;- Specified by:
getMaxInstancesin interfaceConfigOrBuilder- Returns:
- The maxInstances.
-
hasVmConfig
public boolean hasVmConfig()
optional .apphosting.tools.devappserver2.VMConfig vm_config = 19;- Specified by:
hasVmConfigin interfaceConfigOrBuilder- Returns:
- Whether the vmConfig field is set.
-
getVmConfig
public VMConfig getVmConfig()
optional .apphosting.tools.devappserver2.VMConfig vm_config = 19;- Specified by:
getVmConfigin interfaceConfigOrBuilder- Returns:
- The vmConfig.
-
getVmConfigOrBuilder
public VMConfigOrBuilder getVmConfigOrBuilder()
optional .apphosting.tools.devappserver2.VMConfig vm_config = 19;- Specified by:
getVmConfigOrBuilderin interfaceConfigOrBuilder
-
hasServerPort
public boolean hasServerPort()
The port of the cloud SDK development server.
optional int32 server_port = 20;- Specified by:
hasServerPortin interfaceConfigOrBuilder- Returns:
- Whether the serverPort field is set.
-
getServerPort
public int getServerPort()
The port of the cloud SDK development server.
optional int32 server_port = 20;- Specified by:
getServerPortin interfaceConfigOrBuilder- Returns:
- The serverPort.
-
hasVm
public boolean hasVm()
optional bool vm = 22 [default = false];- Specified by:
hasVmin interfaceConfigOrBuilder- Returns:
- Whether the vm field is set.
-
getVm
public boolean getVm()
optional bool vm = 22 [default = false];- Specified by:
getVmin interfaceConfigOrBuilder- Returns:
- The vm.
-
getGrpcApisList
public com.google.protobuf.ProtocolStringList getGrpcApisList()
repeated string grpc_apis = 24;- Specified by:
getGrpcApisListin interfaceConfigOrBuilder- Returns:
- A list containing the grpcApis.
-
getGrpcApisCount
public int getGrpcApisCount()
repeated string grpc_apis = 24;- Specified by:
getGrpcApisCountin interfaceConfigOrBuilder- Returns:
- The count of grpcApis.
-
getGrpcApis
public String getGrpcApis(int index)
repeated string grpc_apis = 24;- Specified by:
getGrpcApisin interfaceConfigOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The grpcApis at the given index.
-
getGrpcApisBytes
public com.google.protobuf.ByteString getGrpcApisBytes(int index)
repeated string grpc_apis = 24;- Specified by:
getGrpcApisBytesin interfaceConfigOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the grpcApis at the given index.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static Config parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Config parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Config parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Config parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Config parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Config parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Config parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Config parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Config parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Config parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static Config parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Config parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public Config.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static Config.Builder newBuilder()
-
newBuilder
public static Config.Builder newBuilder(Config prototype)
-
toBuilder
public Config.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Config.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static Config getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Config> parser()
-
getParserForType
public com.google.protobuf.Parser<Config> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Config getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-