Enum 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,java.io.Serializable,java.lang.Comparable<FailureDetails.FailAction.Code>
- Enclosing class:
- FailureDetails.FailAction
public static enum FailureDetails.FailAction.Code extends java.lang.Enum<FailureDetails.FailAction.Code> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enumfailure_details.FailAction.Code
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CANT_BUILD_INCOMPATIBLE_TARGETCANT_BUILD_INCOMPATIBLE_TARGET = 10 [(.failure_details.metadata) = { ...DYNAMIC_LINKING_NOT_SUPPORTEDDYNAMIC_LINKING_NOT_SUPPORTED = 4 [(.failure_details.metadata) = { ...FAIL_ACTION_UNKNOWNFAIL_ACTION_UNKNOWN = 0 [(.failure_details.metadata) = { ...FRAGMENT_CLASS_MISSINGFRAGMENT_CLASS_MISSING = 7 [(.failure_details.metadata) = { ...INCORRECT_PYTHON_VERSIONINCORRECT_PYTHON_VERSION = 2 [(.failure_details.metadata) = { ...INCORRECT_TOOLCHAININCORRECT_TOOLCHAIN = 6 [(.failure_details.metadata) = { ...INTENTIONAL_FAILUREINTENTIONAL_FAILURE = 1 [(.failure_details.metadata) = { ...PROGUARD_SPECS_MISSINGPROGUARD_SPECS_MISSING = 3 [(.failure_details.metadata) = { ...SOURCE_FILES_MISSINGSOURCE_FILES_MISSING = 5 [(.failure_details.metadata) = { ...UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intCANT_BUILD_INCOMPATIBLE_TARGET_VALUECANT_BUILD_INCOMPATIBLE_TARGET = 10 [(.failure_details.metadata) = { ...static intDYNAMIC_LINKING_NOT_SUPPORTED_VALUEDYNAMIC_LINKING_NOT_SUPPORTED = 4 [(.failure_details.metadata) = { ...static intFAIL_ACTION_UNKNOWN_VALUEFAIL_ACTION_UNKNOWN = 0 [(.failure_details.metadata) = { ...static intFRAGMENT_CLASS_MISSING_VALUEFRAGMENT_CLASS_MISSING = 7 [(.failure_details.metadata) = { ...static intINCORRECT_PYTHON_VERSION_VALUEINCORRECT_PYTHON_VERSION = 2 [(.failure_details.metadata) = { ...static intINCORRECT_TOOLCHAIN_VALUEINCORRECT_TOOLCHAIN = 6 [(.failure_details.metadata) = { ...static intINTENTIONAL_FAILURE_VALUEINTENTIONAL_FAILURE = 1 [(.failure_details.metadata) = { ...static intPROGUARD_SPECS_MISSING_VALUEPROGUARD_SPECS_MISSING = 3 [(.failure_details.metadata) = { ...static intSOURCE_FILES_MISSING_VALUESOURCE_FILES_MISSING = 5 [(.failure_details.metadata) = { ...
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static FailureDetails.FailAction.CodeforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<FailureDetails.FailAction.Code>internalGetValueMap()static FailureDetails.FailAction.CodevalueOf(int value)Deprecated.static FailureDetails.FailAction.CodevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static FailureDetails.FailAction.CodevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FailureDetails.FailAction.Code[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
FAIL_ACTION_UNKNOWN
public static final FailureDetails.FailAction.Code FAIL_ACTION_UNKNOWN
FAIL_ACTION_UNKNOWN = 0 [(.failure_details.metadata) = { ... }
-
INTENTIONAL_FAILURE
public static final FailureDetails.FailAction.Code INTENTIONAL_FAILURE
INTENTIONAL_FAILURE = 1 [(.failure_details.metadata) = { ... }
-
INCORRECT_PYTHON_VERSION
public static final FailureDetails.FailAction.Code INCORRECT_PYTHON_VERSION
INCORRECT_PYTHON_VERSION = 2 [(.failure_details.metadata) = { ... }
-
PROGUARD_SPECS_MISSING
public static final FailureDetails.FailAction.Code PROGUARD_SPECS_MISSING
PROGUARD_SPECS_MISSING = 3 [(.failure_details.metadata) = { ... }
-
DYNAMIC_LINKING_NOT_SUPPORTED
public static final FailureDetails.FailAction.Code DYNAMIC_LINKING_NOT_SUPPORTED
DYNAMIC_LINKING_NOT_SUPPORTED = 4 [(.failure_details.metadata) = { ... }
-
SOURCE_FILES_MISSING
public static final FailureDetails.FailAction.Code SOURCE_FILES_MISSING
SOURCE_FILES_MISSING = 5 [(.failure_details.metadata) = { ... }
-
INCORRECT_TOOLCHAIN
public static final FailureDetails.FailAction.Code INCORRECT_TOOLCHAIN
INCORRECT_TOOLCHAIN = 6 [(.failure_details.metadata) = { ... }
-
FRAGMENT_CLASS_MISSING
public static final FailureDetails.FailAction.Code FRAGMENT_CLASS_MISSING
FRAGMENT_CLASS_MISSING = 7 [(.failure_details.metadata) = { ... }
-
CANT_BUILD_INCOMPATIBLE_TARGET
public static final FailureDetails.FailAction.Code CANT_BUILD_INCOMPATIBLE_TARGET
CANT_BUILD_INCOMPATIBLE_TARGET = 10 [(.failure_details.metadata) = { ... }
-
UNRECOGNIZED
public static final FailureDetails.FailAction.Code UNRECOGNIZED
-
-
Field Detail
-
FAIL_ACTION_UNKNOWN_VALUE
public static final int FAIL_ACTION_UNKNOWN_VALUE
FAIL_ACTION_UNKNOWN = 0 [(.failure_details.metadata) = { ... }- See Also:
- Constant Field Values
-
INTENTIONAL_FAILURE_VALUE
public static final int INTENTIONAL_FAILURE_VALUE
INTENTIONAL_FAILURE = 1 [(.failure_details.metadata) = { ... }- See Also:
- Constant Field Values
-
INCORRECT_PYTHON_VERSION_VALUE
public static final int INCORRECT_PYTHON_VERSION_VALUE
INCORRECT_PYTHON_VERSION = 2 [(.failure_details.metadata) = { ... }- See Also:
- Constant Field Values
-
PROGUARD_SPECS_MISSING_VALUE
public static final int PROGUARD_SPECS_MISSING_VALUE
PROGUARD_SPECS_MISSING = 3 [(.failure_details.metadata) = { ... }- See Also:
- Constant Field Values
-
DYNAMIC_LINKING_NOT_SUPPORTED_VALUE
public static final int DYNAMIC_LINKING_NOT_SUPPORTED_VALUE
DYNAMIC_LINKING_NOT_SUPPORTED = 4 [(.failure_details.metadata) = { ... }- See Also:
- Constant Field Values
-
SOURCE_FILES_MISSING_VALUE
public static final int SOURCE_FILES_MISSING_VALUE
SOURCE_FILES_MISSING = 5 [(.failure_details.metadata) = { ... }- See Also:
- Constant Field Values
-
INCORRECT_TOOLCHAIN_VALUE
public static final int INCORRECT_TOOLCHAIN_VALUE
INCORRECT_TOOLCHAIN = 6 [(.failure_details.metadata) = { ... }- See Also:
- Constant Field Values
-
FRAGMENT_CLASS_MISSING_VALUE
public static final int FRAGMENT_CLASS_MISSING_VALUE
FRAGMENT_CLASS_MISSING = 7 [(.failure_details.metadata) = { ... }- See Also:
- Constant Field Values
-
CANT_BUILD_INCOMPATIBLE_TARGET_VALUE
public static final int CANT_BUILD_INCOMPATIBLE_TARGET_VALUE
CANT_BUILD_INCOMPATIBLE_TARGET = 10 [(.failure_details.metadata) = { ... }- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static FailureDetails.FailAction.Code[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (FailureDetails.FailAction.Code c : FailureDetails.FailAction.Code.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static FailureDetails.FailAction.Code valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- 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 public static FailureDetails.FailAction.Code valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
forNumber
public static FailureDetails.FailAction.Code forNumber(int value)
- 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 type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
-