| Package | Description |
|---|---|
| com.google.appengine.tools.development.proto |
| Modifier and Type | Method and Description |
|---|---|
PythonConfig.Builder |
PythonConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PythonConfig.Builder |
PythonConfig.Builder.clear() |
PythonConfig.Builder |
PythonConfig.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
PythonConfig.Builder |
PythonConfig.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
PythonConfig.Builder |
PythonConfig.Builder.clearStartupArgs()
An argument that will be provided to the script specified in
startup_script.
|
PythonConfig.Builder |
PythonConfig.Builder.clearStartupScript()
The path to a Python script that will be executed using execfile before
the runtime executes user code.
|
PythonConfig.Builder |
PythonConfig.Builder.clone() |
PythonConfig.Builder |
Config.Builder.getPythonConfigBuilder()
optional .apphosting.tools.devappserver2.PythonConfig python_config = 14; |
PythonConfig.Builder |
PythonConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PythonConfig.Builder |
PythonConfig.Builder.mergeFrom(com.google.protobuf.Message other) |
PythonConfig.Builder |
PythonConfig.Builder.mergeFrom(PythonConfig other) |
PythonConfig.Builder |
PythonConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static PythonConfig.Builder |
PythonConfig.newBuilder() |
static PythonConfig.Builder |
PythonConfig.newBuilder(PythonConfig prototype) |
PythonConfig.Builder |
PythonConfig.newBuilderForType() |
protected PythonConfig.Builder |
PythonConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
PythonConfig.Builder |
PythonConfig.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PythonConfig.Builder |
PythonConfig.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
PythonConfig.Builder |
PythonConfig.Builder.setStartupArgs(String value)
An argument that will be provided to the script specified in
startup_script.
|
PythonConfig.Builder |
PythonConfig.Builder.setStartupArgsBytes(com.google.protobuf.ByteString value)
An argument that will be provided to the script specified in
startup_script.
|
PythonConfig.Builder |
PythonConfig.Builder.setStartupScript(String value)
The path to a Python script that will be executed using execfile before
the runtime executes user code.
|
PythonConfig.Builder |
PythonConfig.Builder.setStartupScriptBytes(com.google.protobuf.ByteString value)
The path to a Python script that will be executed using execfile before
the runtime executes user code.
|
PythonConfig.Builder |
PythonConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
PythonConfig.Builder |
PythonConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Config.Builder |
Config.Builder.setPythonConfig(PythonConfig.Builder builderForValue)
optional .apphosting.tools.devappserver2.PythonConfig python_config = 14; |
Copyright © 2022. All rights reserved.