public interface PythonConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getStartupArgs()
An argument that will be provided to the script specified in
startup_script.
|
com.google.protobuf.ByteString |
getStartupArgsBytes()
An argument that will be provided to the script specified in
startup_script.
|
String |
getStartupScript()
The path to a Python script that will be executed using execfile before
the runtime executes user code.
|
com.google.protobuf.ByteString |
getStartupScriptBytes()
The path to a Python script that will be executed using execfile before
the runtime executes user code.
|
boolean |
hasStartupArgs()
An argument that will be provided to the script specified in
startup_script.
|
boolean |
hasStartupScript()
The path to a Python script that will be executed using execfile before
the runtime executes user code.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStartupScript()
The path to a Python script that will be executed using execfile before the runtime executes user code. Meant for tools such as debuggers.
optional string startup_script = 1;String getStartupScript()
The path to a Python script that will be executed using execfile before the runtime executes user code. Meant for tools such as debuggers.
optional string startup_script = 1;com.google.protobuf.ByteString getStartupScriptBytes()
The path to a Python script that will be executed using execfile before the runtime executes user code. Meant for tools such as debuggers.
optional string startup_script = 1;boolean hasStartupArgs()
An argument that will be provided to the script specified in startup_script.
optional string startup_args = 2;String getStartupArgs()
An argument that will be provided to the script specified in startup_script.
optional string startup_args = 2;com.google.protobuf.ByteString getStartupArgsBytes()
An argument that will be provided to the script specified in startup_script.
optional string startup_args = 2;Copyright © 2022. All rights reserved.