public final class PhpConfig extends com.google.protobuf.GeneratedMessageV3 implements PhpConfigOrBuilder
Runtime configuration required specifically for the PHP runtime.Protobuf type
apphosting.tools.devappserver2.PhpConfig| Modifier and Type | Class and Description |
|---|---|
static class |
PhpConfig.Builder
Runtime configuration required specifically for the PHP runtime.
|
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| Modifier and Type | Field and Description |
|---|---|
static int |
ENABLE_DEBUGGER_FIELD_NUMBER |
static int |
GAE_EXTENSION_PATH_FIELD_NUMBER |
static com.google.protobuf.Parser<PhpConfig> |
PARSER
Deprecated.
|
static int |
PHP_COMPOSER_PATH_FIELD_NUMBER |
static int |
PHP_EXECUTABLE_PATH_FIELD_NUMBER |
static int |
PHP_LIBRARY_PATH_FIELD_NUMBER |
static int |
PHP_VERSION_FIELD_NUMBER |
static int |
XDEBUG_EXTENSION_PATH_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static PhpConfig |
getDefaultInstance() |
PhpConfig |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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.Parser<PhpConfig> |
getParserForType() |
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.
|
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
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.
|
int |
hashCode() |
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() |
static PhpConfig.Builder |
newBuilder() |
static PhpConfig.Builder |
newBuilder(PhpConfig prototype) |
PhpConfig.Builder |
newBuilderForType() |
protected PhpConfig.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static PhpConfig |
parseDelimitedFrom(InputStream input) |
static PhpConfig |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PhpConfig |
parseFrom(byte[] data) |
static PhpConfig |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PhpConfig |
parseFrom(ByteBuffer data) |
static PhpConfig |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PhpConfig |
parseFrom(com.google.protobuf.ByteString data) |
static PhpConfig |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PhpConfig |
parseFrom(com.google.protobuf.CodedInputStream input) |
static PhpConfig |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PhpConfig |
parseFrom(InputStream input) |
static PhpConfig |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<PhpConfig> |
parser() |
PhpConfig.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
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, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashFields, mutableCopy, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int PHP_EXECUTABLE_PATH_FIELD_NUMBER
public static final int ENABLE_DEBUGGER_FIELD_NUMBER
public static final int GAE_EXTENSION_PATH_FIELD_NUMBER
public static final int XDEBUG_EXTENSION_PATH_FIELD_NUMBER
public static final int PHP_VERSION_FIELD_NUMBER
public static final int PHP_LIBRARY_PATH_FIELD_NUMBER
public static final int PHP_COMPOSER_PATH_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<PhpConfig> PARSER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public 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 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 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 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 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 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 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 final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static PhpConfig parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PhpConfig parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PhpConfig parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PhpConfig parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PhpConfig parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PhpConfig parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PhpConfig parseFrom(InputStream input) throws IOException
IOExceptionpublic static PhpConfig parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PhpConfig parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static PhpConfig parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PhpConfig parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static PhpConfig parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic PhpConfig.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static PhpConfig.Builder newBuilder()
public static PhpConfig.Builder newBuilder(PhpConfig prototype)
public PhpConfig.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected PhpConfig.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static PhpConfig getDefaultInstance()
public static com.google.protobuf.Parser<PhpConfig> parser()
public com.google.protobuf.Parser<PhpConfig> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public PhpConfig getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022. All rights reserved.