Enum Class FailureDetails.ConfigurableQuery.Code
java.lang.Object
java.lang.Enum<FailureDetails.ConfigurableQuery.Code>
com.google.devtools.build.lib.server.FailureDetails.ConfigurableQuery.Code
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<FailureDetails.ConfigurableQuery.Code>,Constable
- Enclosing class:
- FailureDetails.ConfigurableQuery
public static enum FailureDetails.ConfigurableQuery.Code
extends Enum<FailureDetails.ConfigurableQuery.Code>
implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum
failure_details.ConfigurableQuery.Code-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionATTRIBUTE_MISSING = 7 [(.failure_details.metadata) = { ...BUILDFILES_FUNCTION_NOT_SUPPORTED = 4 [(.failure_details.metadata) = { ...COMMAND_LINE_EXPRESSION_MISSING = 1 [(.failure_details.metadata) = { ...CONFIGURABLE_QUERY_UNKNOWN = 0 [(.failure_details.metadata) = { ...EXPRESSION_PARSE_FAILURE = 2 [(.failure_details.metadata) = { ...FILTERS_NOT_SUPPORTED = 3 [(.failure_details.metadata) = { ...Indicates failure to correctly define a format functionINCORRECT_CONFIG_ARGUMENT_ERROR = 8 [(.failure_details.metadata) = { ...SIBLINGS_FUNCTION_NOT_SUPPORTED = 5 [(.failure_details.metadata) = { ...STARLARK_EVAL_ERROR = 11 [(.failure_details.metadata) = { ...STARLARK_SYNTAX_ERROR = 10 [(.failure_details.metadata) = { ...TARGET_MISSING = 9 [(.failure_details.metadata) = { ...VISIBLE_FUNCTION_NOT_SUPPORTED = 6 [(.failure_details.metadata) = { ... -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intATTRIBUTE_MISSING = 7 [(.failure_details.metadata) = { ...static final intBUILDFILES_FUNCTION_NOT_SUPPORTED = 4 [(.failure_details.metadata) = { ...static final intCOMMAND_LINE_EXPRESSION_MISSING = 1 [(.failure_details.metadata) = { ...static final intCONFIGURABLE_QUERY_UNKNOWN = 0 [(.failure_details.metadata) = { ...static final intEXPRESSION_PARSE_FAILURE = 2 [(.failure_details.metadata) = { ...static final intFILTERS_NOT_SUPPORTED = 3 [(.failure_details.metadata) = { ...static final intIndicates failure to correctly define a format functionstatic final intINCORRECT_CONFIG_ARGUMENT_ERROR = 8 [(.failure_details.metadata) = { ...static final intSIBLINGS_FUNCTION_NOT_SUPPORTED = 5 [(.failure_details.metadata) = { ...static final intSTARLARK_EVAL_ERROR = 11 [(.failure_details.metadata) = { ...static final intSTARLARK_SYNTAX_ERROR = 10 [(.failure_details.metadata) = { ...static final intTARGET_MISSING = 9 [(.failure_details.metadata) = { ...static final intVISIBLE_FUNCTION_NOT_SUPPORTED = 6 [(.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.ConfigurableQuery.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.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CONFIGURABLE_QUERY_UNKNOWN
CONFIGURABLE_QUERY_UNKNOWN = 0 [(.failure_details.metadata) = { ... } -
COMMAND_LINE_EXPRESSION_MISSING
COMMAND_LINE_EXPRESSION_MISSING = 1 [(.failure_details.metadata) = { ... } -
EXPRESSION_PARSE_FAILURE
EXPRESSION_PARSE_FAILURE = 2 [(.failure_details.metadata) = { ... } -
FILTERS_NOT_SUPPORTED
FILTERS_NOT_SUPPORTED = 3 [(.failure_details.metadata) = { ... } -
BUILDFILES_FUNCTION_NOT_SUPPORTED
BUILDFILES_FUNCTION_NOT_SUPPORTED = 4 [(.failure_details.metadata) = { ... } -
SIBLINGS_FUNCTION_NOT_SUPPORTED
SIBLINGS_FUNCTION_NOT_SUPPORTED = 5 [(.failure_details.metadata) = { ... } -
VISIBLE_FUNCTION_NOT_SUPPORTED
VISIBLE_FUNCTION_NOT_SUPPORTED = 6 [(.failure_details.metadata) = { ... } -
ATTRIBUTE_MISSING
ATTRIBUTE_MISSING = 7 [(.failure_details.metadata) = { ... } -
INCORRECT_CONFIG_ARGUMENT_ERROR
INCORRECT_CONFIG_ARGUMENT_ERROR = 8 [(.failure_details.metadata) = { ... } -
TARGET_MISSING
TARGET_MISSING = 9 [(.failure_details.metadata) = { ... } -
STARLARK_SYNTAX_ERROR
STARLARK_SYNTAX_ERROR = 10 [(.failure_details.metadata) = { ... } -
STARLARK_EVAL_ERROR
STARLARK_EVAL_ERROR = 11 [(.failure_details.metadata) = { ... } -
FORMAT_FUNCTION_ERROR
Indicates failure to correctly define a format function
FORMAT_FUNCTION_ERROR = 12 [(.failure_details.metadata) = { ... } -
UNRECOGNIZED
-
-
Field Details
-
CONFIGURABLE_QUERY_UNKNOWN_VALUE
public static final int CONFIGURABLE_QUERY_UNKNOWN_VALUECONFIGURABLE_QUERY_UNKNOWN = 0 [(.failure_details.metadata) = { ... }- See Also:
-
COMMAND_LINE_EXPRESSION_MISSING_VALUE
public static final int COMMAND_LINE_EXPRESSION_MISSING_VALUECOMMAND_LINE_EXPRESSION_MISSING = 1 [(.failure_details.metadata) = { ... }- See Also:
-
EXPRESSION_PARSE_FAILURE_VALUE
public static final int EXPRESSION_PARSE_FAILURE_VALUEEXPRESSION_PARSE_FAILURE = 2 [(.failure_details.metadata) = { ... }- See Also:
-
FILTERS_NOT_SUPPORTED_VALUE
public static final int FILTERS_NOT_SUPPORTED_VALUEFILTERS_NOT_SUPPORTED = 3 [(.failure_details.metadata) = { ... }- See Also:
-
BUILDFILES_FUNCTION_NOT_SUPPORTED_VALUE
public static final int BUILDFILES_FUNCTION_NOT_SUPPORTED_VALUEBUILDFILES_FUNCTION_NOT_SUPPORTED = 4 [(.failure_details.metadata) = { ... }- See Also:
-
SIBLINGS_FUNCTION_NOT_SUPPORTED_VALUE
public static final int SIBLINGS_FUNCTION_NOT_SUPPORTED_VALUESIBLINGS_FUNCTION_NOT_SUPPORTED = 5 [(.failure_details.metadata) = { ... }- See Also:
-
VISIBLE_FUNCTION_NOT_SUPPORTED_VALUE
public static final int VISIBLE_FUNCTION_NOT_SUPPORTED_VALUEVISIBLE_FUNCTION_NOT_SUPPORTED = 6 [(.failure_details.metadata) = { ... }- See Also:
-
ATTRIBUTE_MISSING_VALUE
public static final int ATTRIBUTE_MISSING_VALUEATTRIBUTE_MISSING = 7 [(.failure_details.metadata) = { ... }- See Also:
-
INCORRECT_CONFIG_ARGUMENT_ERROR_VALUE
public static final int INCORRECT_CONFIG_ARGUMENT_ERROR_VALUEINCORRECT_CONFIG_ARGUMENT_ERROR = 8 [(.failure_details.metadata) = { ... }- See Also:
-
TARGET_MISSING_VALUE
public static final int TARGET_MISSING_VALUETARGET_MISSING = 9 [(.failure_details.metadata) = { ... }- See Also:
-
STARLARK_SYNTAX_ERROR_VALUE
public static final int STARLARK_SYNTAX_ERROR_VALUESTARLARK_SYNTAX_ERROR = 10 [(.failure_details.metadata) = { ... }- See Also:
-
STARLARK_EVAL_ERROR_VALUE
public static final int STARLARK_EVAL_ERROR_VALUESTARLARK_EVAL_ERROR = 11 [(.failure_details.metadata) = { ... }- See Also:
-
FORMAT_FUNCTION_ERROR_VALUE
public static final int FORMAT_FUNCTION_ERROR_VALUEIndicates failure to correctly define a format function
FORMAT_FUNCTION_ERROR = 12 [(.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.ConfigurableQuery.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.ConfigurableQuery.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
-