public static final class PhpConfig.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<PhpConfig.Builder> implements PhpConfigOrBuilder
Runtime configuration required specifically for the PHP runtime.Protobuf type
apphosting.tools.devappserver2.PhpConfig| Modifier and Type | Method and Description |
|---|---|
PhpConfig.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PhpConfig |
build() |
PhpConfig |
buildPartial() |
PhpConfig.Builder |
clear() |
PhpConfig.Builder |
clearEnableDebugger()
Enable interactive debugging using XDebug.
|
PhpConfig.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
PhpConfig.Builder |
clearGaeExtensionPath()
The path to the GAE PHP extension that should be loaded.
|
PhpConfig.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
PhpConfig.Builder |
clearPhpComposerPath()
Path to the composer phar
|
PhpConfig.Builder |
clearPhpExecutablePath()
The path to the PHP executable that should be used.
|
PhpConfig.Builder |
clearPhpLibraryPath()
Paths to add to LD_LIBRARY_PATH for PHP
|
PhpConfig.Builder |
clearPhpVersion()
The version of PHP executable.
|
PhpConfig.Builder |
clearXdebugExtensionPath()
The path to the xdebug extension that should be loaded.
|
PhpConfig.Builder |
clone() |
PhpConfig |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
boolean |
getEnableDebugger()
Enable interactive debugging using XDebug.
|
com.google.protobuf.ByteString |
getGaeExtensionPath()
The path to the GAE PHP extension that should be loaded.
|
com.google.protobuf.ByteString |
getPhpComposerPath()
Path to the composer phar
|
com.google.protobuf.ByteString |
getPhpExecutablePath()
The path to the PHP executable that should be used.
|
com.google.protobuf.ByteString |
getPhpLibraryPath()
Paths to add to LD_LIBRARY_PATH for PHP
|
com.google.protobuf.ByteString |
getPhpVersion()
The version of PHP executable.
|
com.google.protobuf.ByteString |
getXdebugExtensionPath()
The path to the xdebug extension that should be loaded.
|
boolean |
hasEnableDebugger()
Enable interactive debugging using XDebug.
|
boolean |
hasGaeExtensionPath()
The path to the GAE PHP extension that should be loaded.
|
boolean |
hasPhpComposerPath()
Path to the composer phar
|
boolean |
hasPhpExecutablePath()
The path to the PHP executable that should be used.
|
boolean |
hasPhpLibraryPath()
Paths to add to LD_LIBRARY_PATH for PHP
|
boolean |
hasPhpVersion()
The version of PHP executable.
|
boolean |
hasXdebugExtensionPath()
The path to the xdebug extension that should be loaded.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
PhpConfig.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PhpConfig.Builder |
mergeFrom(com.google.protobuf.Message other) |
PhpConfig.Builder |
mergeFrom(PhpConfig other) |
PhpConfig.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
PhpConfig.Builder |
setEnableDebugger(boolean value)
Enable interactive debugging using XDebug.
|
PhpConfig.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PhpConfig.Builder |
setGaeExtensionPath(com.google.protobuf.ByteString value)
The path to the GAE PHP extension that should be loaded.
|
PhpConfig.Builder |
setPhpComposerPath(com.google.protobuf.ByteString value)
Path to the composer phar
|
PhpConfig.Builder |
setPhpExecutablePath(com.google.protobuf.ByteString value)
The path to the PHP executable that should be used.
|
PhpConfig.Builder |
setPhpLibraryPath(com.google.protobuf.ByteString value)
Paths to add to LD_LIBRARY_PATH for PHP
|
PhpConfig.Builder |
setPhpVersion(com.google.protobuf.ByteString value)
The version of PHP executable.
|
PhpConfig.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
PhpConfig.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
PhpConfig.Builder |
setXdebugExtensionPath(com.google.protobuf.ByteString value)
The path to the xdebug extension that should be loaded.
|
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<PhpConfig.Builder>public PhpConfig.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<PhpConfig.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<PhpConfig.Builder>public PhpConfig getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic PhpConfig build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic PhpConfig buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic PhpConfig.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<PhpConfig.Builder>public PhpConfig.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<PhpConfig.Builder>public PhpConfig.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<PhpConfig.Builder>public PhpConfig.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<PhpConfig.Builder>public PhpConfig.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<PhpConfig.Builder>public PhpConfig.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<PhpConfig.Builder>public PhpConfig.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<PhpConfig.Builder>public PhpConfig.Builder mergeFrom(PhpConfig other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<PhpConfig.Builder>public PhpConfig.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<PhpConfig.Builder>IOExceptionpublic boolean hasPhpExecutablePath()
The path to the PHP executable that should be used.
optional bytes php_executable_path = 1;hasPhpExecutablePath in interface PhpConfigOrBuilderpublic com.google.protobuf.ByteString getPhpExecutablePath()
The path to the PHP executable that should be used.
optional bytes php_executable_path = 1;getPhpExecutablePath in interface PhpConfigOrBuilderpublic PhpConfig.Builder setPhpExecutablePath(com.google.protobuf.ByteString value)
The path to the PHP executable that should be used.
optional bytes php_executable_path = 1;value - The phpExecutablePath to set.public PhpConfig.Builder clearPhpExecutablePath()
The path to the PHP executable that should be used.
optional bytes php_executable_path = 1;public boolean hasEnableDebugger()
Enable interactive debugging using XDebug.
required bool enable_debugger = 3;hasEnableDebugger in interface PhpConfigOrBuilderpublic boolean getEnableDebugger()
Enable interactive debugging using XDebug.
required bool enable_debugger = 3;getEnableDebugger in interface PhpConfigOrBuilderpublic PhpConfig.Builder setEnableDebugger(boolean value)
Enable interactive debugging using XDebug.
required bool enable_debugger = 3;value - The enableDebugger to set.public PhpConfig.Builder clearEnableDebugger()
Enable interactive debugging using XDebug.
required bool enable_debugger = 3;public boolean hasGaeExtensionPath()
The path to the GAE PHP extension that should be loaded.
optional bytes gae_extension_path = 4;hasGaeExtensionPath in interface PhpConfigOrBuilderpublic com.google.protobuf.ByteString getGaeExtensionPath()
The path to the GAE PHP extension that should be loaded.
optional bytes gae_extension_path = 4;getGaeExtensionPath in interface PhpConfigOrBuilderpublic PhpConfig.Builder setGaeExtensionPath(com.google.protobuf.ByteString value)
The path to the GAE PHP extension that should be loaded.
optional bytes gae_extension_path = 4;value - The gaeExtensionPath to set.public PhpConfig.Builder clearGaeExtensionPath()
The path to the GAE PHP extension that should be loaded.
optional bytes gae_extension_path = 4;public boolean hasXdebugExtensionPath()
The path to the xdebug extension that should be loaded.
optional bytes xdebug_extension_path = 5;hasXdebugExtensionPath in interface PhpConfigOrBuilderpublic com.google.protobuf.ByteString getXdebugExtensionPath()
The path to the xdebug extension that should be loaded.
optional bytes xdebug_extension_path = 5;getXdebugExtensionPath in interface PhpConfigOrBuilderpublic PhpConfig.Builder setXdebugExtensionPath(com.google.protobuf.ByteString value)
The path to the xdebug extension that should be loaded.
optional bytes xdebug_extension_path = 5;value - The xdebugExtensionPath to set.public PhpConfig.Builder clearXdebugExtensionPath()
The path to the xdebug extension that should be loaded.
optional bytes xdebug_extension_path = 5;public boolean hasPhpVersion()
The version of PHP executable.
optional bytes php_version = 6;hasPhpVersion in interface PhpConfigOrBuilderpublic com.google.protobuf.ByteString getPhpVersion()
The version of PHP executable.
optional bytes php_version = 6;getPhpVersion in interface PhpConfigOrBuilderpublic PhpConfig.Builder setPhpVersion(com.google.protobuf.ByteString value)
The version of PHP executable.
optional bytes php_version = 6;value - The phpVersion to set.public PhpConfig.Builder clearPhpVersion()
The version of PHP executable.
optional bytes php_version = 6;public boolean hasPhpLibraryPath()
Paths to add to LD_LIBRARY_PATH for PHP
optional bytes php_library_path = 7;hasPhpLibraryPath in interface PhpConfigOrBuilderpublic com.google.protobuf.ByteString getPhpLibraryPath()
Paths to add to LD_LIBRARY_PATH for PHP
optional bytes php_library_path = 7;getPhpLibraryPath in interface PhpConfigOrBuilderpublic PhpConfig.Builder setPhpLibraryPath(com.google.protobuf.ByteString value)
Paths to add to LD_LIBRARY_PATH for PHP
optional bytes php_library_path = 7;value - The phpLibraryPath to set.public PhpConfig.Builder clearPhpLibraryPath()
Paths to add to LD_LIBRARY_PATH for PHP
optional bytes php_library_path = 7;public boolean hasPhpComposerPath()
Path to the composer phar
optional bytes php_composer_path = 8;hasPhpComposerPath in interface PhpConfigOrBuilderpublic com.google.protobuf.ByteString getPhpComposerPath()
Path to the composer phar
optional bytes php_composer_path = 8;getPhpComposerPath in interface PhpConfigOrBuilderpublic PhpConfig.Builder setPhpComposerPath(com.google.protobuf.ByteString value)
Path to the composer phar
optional bytes php_composer_path = 8;value - The phpComposerPath to set.public PhpConfig.Builder clearPhpComposerPath()
Path to the composer phar
optional bytes php_composer_path = 8;public final PhpConfig.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<PhpConfig.Builder>public final PhpConfig.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<PhpConfig.Builder>Copyright © 2022. All rights reserved.