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
  • Enum Constant Details

  • Field Details

    • CONFIGURABLE_QUERY_UNKNOWN_VALUE

      public static final int CONFIGURABLE_QUERY_UNKNOWN_VALUE
      CONFIGURABLE_QUERY_UNKNOWN = 0 [(.failure_details.metadata) = { ... }
      See Also:
    • COMMAND_LINE_EXPRESSION_MISSING_VALUE

      public static final int COMMAND_LINE_EXPRESSION_MISSING_VALUE
      COMMAND_LINE_EXPRESSION_MISSING = 1 [(.failure_details.metadata) = { ... }
      See Also:
    • EXPRESSION_PARSE_FAILURE_VALUE

      public static final int EXPRESSION_PARSE_FAILURE_VALUE
      EXPRESSION_PARSE_FAILURE = 2 [(.failure_details.metadata) = { ... }
      See Also:
    • FILTERS_NOT_SUPPORTED_VALUE

      public static final int FILTERS_NOT_SUPPORTED_VALUE
      FILTERS_NOT_SUPPORTED = 3 [(.failure_details.metadata) = { ... }
      See Also:
    • BUILDFILES_FUNCTION_NOT_SUPPORTED_VALUE

      public static final int BUILDFILES_FUNCTION_NOT_SUPPORTED_VALUE
      BUILDFILES_FUNCTION_NOT_SUPPORTED = 4 [(.failure_details.metadata) = { ... }
      See Also:
    • SIBLINGS_FUNCTION_NOT_SUPPORTED_VALUE

      public static final int SIBLINGS_FUNCTION_NOT_SUPPORTED_VALUE
      SIBLINGS_FUNCTION_NOT_SUPPORTED = 5 [(.failure_details.metadata) = { ... }
      See Also:
    • VISIBLE_FUNCTION_NOT_SUPPORTED_VALUE

      public static final int VISIBLE_FUNCTION_NOT_SUPPORTED_VALUE
      VISIBLE_FUNCTION_NOT_SUPPORTED = 6 [(.failure_details.metadata) = { ... }
      See Also:
    • ATTRIBUTE_MISSING_VALUE

      public static final int ATTRIBUTE_MISSING_VALUE
      ATTRIBUTE_MISSING = 7 [(.failure_details.metadata) = { ... }
      See Also:
    • INCORRECT_CONFIG_ARGUMENT_ERROR_VALUE

      public static final int INCORRECT_CONFIG_ARGUMENT_ERROR_VALUE
      INCORRECT_CONFIG_ARGUMENT_ERROR = 8 [(.failure_details.metadata) = { ... }
      See Also:
    • TARGET_MISSING_VALUE

      public static final int TARGET_MISSING_VALUE
      TARGET_MISSING = 9 [(.failure_details.metadata) = { ... }
      See Also:
    • STARLARK_SYNTAX_ERROR_VALUE

      public static final int STARLARK_SYNTAX_ERROR_VALUE
      STARLARK_SYNTAX_ERROR = 10 [(.failure_details.metadata) = { ... }
      See Also:
    • STARLARK_EVAL_ERROR_VALUE

      public static final int STARLARK_EVAL_ERROR_VALUE
      STARLARK_EVAL_ERROR = 11 [(.failure_details.metadata) = { ... }
      See Also:
    • FORMAT_FUNCTION_ERROR_VALUE

      public static final int FORMAT_FUNCTION_ERROR_VALUE
       Indicates failure to correctly define a format function
       
      FORMAT_FUNCTION_ERROR = 12 [(.failure_details.metadata) = { ... }
      See Also:
  • Method Details

    • values

      public static FailureDetails.ConfigurableQuery.Code[] 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

      public static FailureDetails.ConfigurableQuery.Code valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static FailureDetails.ConfigurableQuery.Code valueOf(int value)
      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 name
      NullPointerException - if the argument is null
    • forNumber

      public static FailureDetails.ConfigurableQuery.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.ConfigurableQuery.Code> internalGetValueMap()
    • getValueDescriptor

      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
      Specified by:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.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 name
      NullPointerException - if the argument is null