public static final class PythonConfig.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<PythonConfig.Builder> implements PythonConfigOrBuilder
apphosting.tools.devappserver2.PythonConfig| Modifier and Type | Method and Description |
|---|---|
PythonConfig.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PythonConfig |
build() |
PythonConfig |
buildPartial() |
PythonConfig.Builder |
clear() |
PythonConfig.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
PythonConfig.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
PythonConfig.Builder |
clearStartupArgs()
An argument that will be provided to the script specified in
startup_script.
|
PythonConfig.Builder |
clearStartupScript()
The path to a Python script that will be executed using execfile before
the runtime executes user code.
|
PythonConfig.Builder |
clone() |
PythonConfig |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
PythonConfig.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PythonConfig.Builder |
mergeFrom(com.google.protobuf.Message other) |
PythonConfig.Builder |
mergeFrom(PythonConfig other) |
PythonConfig.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
PythonConfig.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PythonConfig.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
PythonConfig.Builder |
setStartupArgs(String value)
An argument that will be provided to the script specified in
startup_script.
|
PythonConfig.Builder |
setStartupArgsBytes(com.google.protobuf.ByteString value)
An argument that will be provided to the script specified in
startup_script.
|
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 |
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 |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<PythonConfig.Builder>public PythonConfig.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<PythonConfig.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<PythonConfig.Builder>public PythonConfig getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic PythonConfig build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic PythonConfig buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic PythonConfig.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<PythonConfig.Builder>public PythonConfig.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<PythonConfig.Builder>public PythonConfig.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<PythonConfig.Builder>public PythonConfig.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<PythonConfig.Builder>public PythonConfig.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<PythonConfig.Builder>public PythonConfig.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<PythonConfig.Builder>public PythonConfig.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<PythonConfig.Builder>public PythonConfig.Builder mergeFrom(PythonConfig other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<PythonConfig.Builder>public PythonConfig.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<PythonConfig.Builder>IOExceptionpublic boolean 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;hasStartupScript in interface PythonConfigOrBuilderpublic 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;getStartupScript in interface PythonConfigOrBuilderpublic 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;getStartupScriptBytes in interface PythonConfigOrBuilderpublic PythonConfig.Builder setStartupScript(String value)
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;value - The startupScript to set.public PythonConfig.Builder clearStartupScript()
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;public 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. Meant for tools such as debuggers.
optional string startup_script = 1;value - The bytes for startupScript to set.public boolean hasStartupArgs()
An argument that will be provided to the script specified in startup_script.
optional string startup_args = 2;hasStartupArgs in interface PythonConfigOrBuilderpublic String getStartupArgs()
An argument that will be provided to the script specified in startup_script.
optional string startup_args = 2;getStartupArgs in interface PythonConfigOrBuilderpublic com.google.protobuf.ByteString getStartupArgsBytes()
An argument that will be provided to the script specified in startup_script.
optional string startup_args = 2;getStartupArgsBytes in interface PythonConfigOrBuilderpublic PythonConfig.Builder setStartupArgs(String value)
An argument that will be provided to the script specified in startup_script.
optional string startup_args = 2;value - The startupArgs to set.public PythonConfig.Builder clearStartupArgs()
An argument that will be provided to the script specified in startup_script.
optional string startup_args = 2;public PythonConfig.Builder setStartupArgsBytes(com.google.protobuf.ByteString value)
An argument that will be provided to the script specified in startup_script.
optional string startup_args = 2;value - The bytes for startupArgs to set.public final PythonConfig.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<PythonConfig.Builder>public final PythonConfig.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<PythonConfig.Builder>Copyright © 2022. All rights reserved.