Enum Class FailureDetails.CppCompile.Code
java.lang.Object
java.lang.Enum<FailureDetails.CppCompile.Code>
com.google.devtools.build.lib.server.FailureDetails.CppCompile.Code
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<FailureDetails.CppCompile.Code>,Constable
- Enclosing class:
- FailureDetails.CppCompile
public static enum FailureDetails.CppCompile.Code
extends Enum<FailureDetails.CppCompile.Code>
implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum
failure_details.CppCompile.Code-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionCOMMAND_GENERATION_FAILURE = 4 [(.failure_details.metadata) = { ...COPY_OUT_ERR_FAILURE = 2 [(.failure_details.metadata) = { ...COVERAGE_NOTES_CREATION_FAILURE = 10 [(.failure_details.metadata) = { ...CPP_COMPILE_UNKNOWN = 0 [(.failure_details.metadata) = { ...D_FILE_PARSE_FAILURE = 9 [(.failure_details.metadata) = { ...D_FILE_READ_FAILURE = 3 [(.failure_details.metadata) = { ...FAKE_COMMAND_GENERATION_FAILURE = 7 [(.failure_details.metadata) = { ...FIND_USED_HEADERS_IO_EXCEPTION = 1 [(.failure_details.metadata) = { ...INCLUDE_PATH_OUTSIDE_EXEC_ROOT = 6 [(.failure_details.metadata) = { ...MODULE_EXPANSION_MISSING_DATA = 11 [(.failure_details.metadata) = { ...MODULE_EXPANSION_TIMEOUT = 5 [(.failure_details.metadata) = { ...UNDECLARED_INCLUSIONS = 8 [(.failure_details.metadata) = { ... -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intCOMMAND_GENERATION_FAILURE = 4 [(.failure_details.metadata) = { ...static final intCOPY_OUT_ERR_FAILURE = 2 [(.failure_details.metadata) = { ...static final intCOVERAGE_NOTES_CREATION_FAILURE = 10 [(.failure_details.metadata) = { ...static final intCPP_COMPILE_UNKNOWN = 0 [(.failure_details.metadata) = { ...static final intD_FILE_PARSE_FAILURE = 9 [(.failure_details.metadata) = { ...static final intD_FILE_READ_FAILURE = 3 [(.failure_details.metadata) = { ...static final intFAKE_COMMAND_GENERATION_FAILURE = 7 [(.failure_details.metadata) = { ...static final intFIND_USED_HEADERS_IO_EXCEPTION = 1 [(.failure_details.metadata) = { ...static final intINCLUDE_PATH_OUTSIDE_EXEC_ROOT = 6 [(.failure_details.metadata) = { ...static final intMODULE_EXPANSION_MISSING_DATA = 11 [(.failure_details.metadata) = { ...static final intMODULE_EXPANSION_TIMEOUT = 5 [(.failure_details.metadata) = { ...static final intUNDECLARED_INCLUSIONS = 8 [(.failure_details.metadata) = { ... -
Method Summary
Modifier and TypeMethodDescriptionforNumber(int value) static final com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<FailureDetails.CppCompile.Code>valueOf(int value) Deprecated.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static FailureDetails.CppCompile.Code[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CPP_COMPILE_UNKNOWN
CPP_COMPILE_UNKNOWN = 0 [(.failure_details.metadata) = { ... } -
FIND_USED_HEADERS_IO_EXCEPTION
FIND_USED_HEADERS_IO_EXCEPTION = 1 [(.failure_details.metadata) = { ... } -
COPY_OUT_ERR_FAILURE
COPY_OUT_ERR_FAILURE = 2 [(.failure_details.metadata) = { ... } -
D_FILE_READ_FAILURE
D_FILE_READ_FAILURE = 3 [(.failure_details.metadata) = { ... } -
COMMAND_GENERATION_FAILURE
COMMAND_GENERATION_FAILURE = 4 [(.failure_details.metadata) = { ... } -
MODULE_EXPANSION_TIMEOUT
MODULE_EXPANSION_TIMEOUT = 5 [(.failure_details.metadata) = { ... } -
INCLUDE_PATH_OUTSIDE_EXEC_ROOT
INCLUDE_PATH_OUTSIDE_EXEC_ROOT = 6 [(.failure_details.metadata) = { ... } -
FAKE_COMMAND_GENERATION_FAILURE
FAKE_COMMAND_GENERATION_FAILURE = 7 [(.failure_details.metadata) = { ... } -
UNDECLARED_INCLUSIONS
UNDECLARED_INCLUSIONS = 8 [(.failure_details.metadata) = { ... } -
D_FILE_PARSE_FAILURE
D_FILE_PARSE_FAILURE = 9 [(.failure_details.metadata) = { ... } -
COVERAGE_NOTES_CREATION_FAILURE
COVERAGE_NOTES_CREATION_FAILURE = 10 [(.failure_details.metadata) = { ... } -
MODULE_EXPANSION_MISSING_DATA
MODULE_EXPANSION_MISSING_DATA = 11 [(.failure_details.metadata) = { ... } -
UNRECOGNIZED
-
-
Field Details
-
CPP_COMPILE_UNKNOWN_VALUE
public static final int CPP_COMPILE_UNKNOWN_VALUECPP_COMPILE_UNKNOWN = 0 [(.failure_details.metadata) = { ... }- See Also:
-
FIND_USED_HEADERS_IO_EXCEPTION_VALUE
public static final int FIND_USED_HEADERS_IO_EXCEPTION_VALUEFIND_USED_HEADERS_IO_EXCEPTION = 1 [(.failure_details.metadata) = { ... }- See Also:
-
COPY_OUT_ERR_FAILURE_VALUE
public static final int COPY_OUT_ERR_FAILURE_VALUECOPY_OUT_ERR_FAILURE = 2 [(.failure_details.metadata) = { ... }- See Also:
-
D_FILE_READ_FAILURE_VALUE
public static final int D_FILE_READ_FAILURE_VALUED_FILE_READ_FAILURE = 3 [(.failure_details.metadata) = { ... }- See Also:
-
COMMAND_GENERATION_FAILURE_VALUE
public static final int COMMAND_GENERATION_FAILURE_VALUECOMMAND_GENERATION_FAILURE = 4 [(.failure_details.metadata) = { ... }- See Also:
-
MODULE_EXPANSION_TIMEOUT_VALUE
public static final int MODULE_EXPANSION_TIMEOUT_VALUEMODULE_EXPANSION_TIMEOUT = 5 [(.failure_details.metadata) = { ... }- See Also:
-
INCLUDE_PATH_OUTSIDE_EXEC_ROOT_VALUE
public static final int INCLUDE_PATH_OUTSIDE_EXEC_ROOT_VALUEINCLUDE_PATH_OUTSIDE_EXEC_ROOT = 6 [(.failure_details.metadata) = { ... }- See Also:
-
FAKE_COMMAND_GENERATION_FAILURE_VALUE
public static final int FAKE_COMMAND_GENERATION_FAILURE_VALUEFAKE_COMMAND_GENERATION_FAILURE = 7 [(.failure_details.metadata) = { ... }- See Also:
-
UNDECLARED_INCLUSIONS_VALUE
public static final int UNDECLARED_INCLUSIONS_VALUEUNDECLARED_INCLUSIONS = 8 [(.failure_details.metadata) = { ... }- See Also:
-
D_FILE_PARSE_FAILURE_VALUE
public static final int D_FILE_PARSE_FAILURE_VALUED_FILE_PARSE_FAILURE = 9 [(.failure_details.metadata) = { ... }- See Also:
-
COVERAGE_NOTES_CREATION_FAILURE_VALUE
public static final int COVERAGE_NOTES_CREATION_FAILURE_VALUECOVERAGE_NOTES_CREATION_FAILURE = 10 [(.failure_details.metadata) = { ... }- See Also:
-
MODULE_EXPANSION_MISSING_DATA_VALUE
public static final int MODULE_EXPANSION_MISSING_DATA_VALUEMODULE_EXPANSION_MISSING_DATA = 11 [(.failure_details.metadata) = { ... }- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<FailureDetails.CppCompile.Code> internalGetValueMap() -
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static FailureDetails.CppCompile.Code valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-