Enum Class FailureDetails.FailAction.Code
java.lang.Object
java.lang.Enum<FailureDetails.FailAction.Code>
com.google.devtools.build.lib.server.FailureDetails.FailAction.Code
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<FailureDetails.FailAction.Code>,Constable
- Enclosing class:
- FailureDetails.FailAction
public static enum FailureDetails.FailAction.Code
extends Enum<FailureDetails.FailAction.Code>
implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum
failure_details.FailAction.Code-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionCANT_BUILD_INCOMPATIBLE_TARGET = 10 [(.failure_details.metadata) = { ...DYNAMIC_LINKING_NOT_SUPPORTED = 4 [(.failure_details.metadata) = { ...FAIL_ACTION_UNKNOWN = 0 [(.failure_details.metadata) = { ...FRAGMENT_CLASS_MISSING = 7 [(.failure_details.metadata) = { ...INCORRECT_PYTHON_VERSION = 2 [(.failure_details.metadata) = { ...INCORRECT_TOOLCHAIN = 6 [(.failure_details.metadata) = { ...INTENTIONAL_FAILURE = 1 [(.failure_details.metadata) = { ...PROGUARD_SPECS_MISSING = 3 [(.failure_details.metadata) = { ...SOURCE_FILES_MISSING = 5 [(.failure_details.metadata) = { ... -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intCANT_BUILD_INCOMPATIBLE_TARGET = 10 [(.failure_details.metadata) = { ...static final intDYNAMIC_LINKING_NOT_SUPPORTED = 4 [(.failure_details.metadata) = { ...static final intFAIL_ACTION_UNKNOWN = 0 [(.failure_details.metadata) = { ...static final intFRAGMENT_CLASS_MISSING = 7 [(.failure_details.metadata) = { ...static final intINCORRECT_PYTHON_VERSION = 2 [(.failure_details.metadata) = { ...static final intINCORRECT_TOOLCHAIN = 6 [(.failure_details.metadata) = { ...static final intINTENTIONAL_FAILURE = 1 [(.failure_details.metadata) = { ...static final intPROGUARD_SPECS_MISSING = 3 [(.failure_details.metadata) = { ...static final intSOURCE_FILES_MISSING = 5 [(.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.FailAction.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.FailAction.Code[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
FAIL_ACTION_UNKNOWN
FAIL_ACTION_UNKNOWN = 0 [(.failure_details.metadata) = { ... } -
INTENTIONAL_FAILURE
INTENTIONAL_FAILURE = 1 [(.failure_details.metadata) = { ... } -
INCORRECT_PYTHON_VERSION
INCORRECT_PYTHON_VERSION = 2 [(.failure_details.metadata) = { ... } -
PROGUARD_SPECS_MISSING
PROGUARD_SPECS_MISSING = 3 [(.failure_details.metadata) = { ... } -
DYNAMIC_LINKING_NOT_SUPPORTED
DYNAMIC_LINKING_NOT_SUPPORTED = 4 [(.failure_details.metadata) = { ... } -
SOURCE_FILES_MISSING
SOURCE_FILES_MISSING = 5 [(.failure_details.metadata) = { ... } -
INCORRECT_TOOLCHAIN
INCORRECT_TOOLCHAIN = 6 [(.failure_details.metadata) = { ... } -
FRAGMENT_CLASS_MISSING
FRAGMENT_CLASS_MISSING = 7 [(.failure_details.metadata) = { ... } -
CANT_BUILD_INCOMPATIBLE_TARGET
CANT_BUILD_INCOMPATIBLE_TARGET = 10 [(.failure_details.metadata) = { ... } -
UNRECOGNIZED
-
-
Field Details
-
FAIL_ACTION_UNKNOWN_VALUE
public static final int FAIL_ACTION_UNKNOWN_VALUEFAIL_ACTION_UNKNOWN = 0 [(.failure_details.metadata) = { ... }- See Also:
-
INTENTIONAL_FAILURE_VALUE
public static final int INTENTIONAL_FAILURE_VALUEINTENTIONAL_FAILURE = 1 [(.failure_details.metadata) = { ... }- See Also:
-
INCORRECT_PYTHON_VERSION_VALUE
public static final int INCORRECT_PYTHON_VERSION_VALUEINCORRECT_PYTHON_VERSION = 2 [(.failure_details.metadata) = { ... }- See Also:
-
PROGUARD_SPECS_MISSING_VALUE
public static final int PROGUARD_SPECS_MISSING_VALUEPROGUARD_SPECS_MISSING = 3 [(.failure_details.metadata) = { ... }- See Also:
-
DYNAMIC_LINKING_NOT_SUPPORTED_VALUE
public static final int DYNAMIC_LINKING_NOT_SUPPORTED_VALUEDYNAMIC_LINKING_NOT_SUPPORTED = 4 [(.failure_details.metadata) = { ... }- See Also:
-
SOURCE_FILES_MISSING_VALUE
public static final int SOURCE_FILES_MISSING_VALUESOURCE_FILES_MISSING = 5 [(.failure_details.metadata) = { ... }- See Also:
-
INCORRECT_TOOLCHAIN_VALUE
public static final int INCORRECT_TOOLCHAIN_VALUEINCORRECT_TOOLCHAIN = 6 [(.failure_details.metadata) = { ... }- See Also:
-
FRAGMENT_CLASS_MISSING_VALUE
public static final int FRAGMENT_CLASS_MISSING_VALUEFRAGMENT_CLASS_MISSING = 7 [(.failure_details.metadata) = { ... }- See Also:
-
CANT_BUILD_INCOMPATIBLE_TARGET_VALUE
public static final int CANT_BUILD_INCOMPATIBLE_TARGET_VALUECANT_BUILD_INCOMPATIBLE_TARGET = 10 [(.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.FailAction.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.FailAction.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
-