Enum FailureDetails.ConfigurableQuery.Code

    • Field Detail

      • CONFIGURABLE_QUERY_UNKNOWN_VALUE

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

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

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

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

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

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

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

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

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

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

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

        public static final int STARLARK_EVAL_ERROR_VALUE
        STARLARK_EVAL_ERROR = 11 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
      • 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:
        Constant Field Values
    • Method Detail

      • values

        public static FailureDetails.ConfigurableQuery.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.ConfigurableQuery.Code c : FailureDetails.ConfigurableQuery.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.ConfigurableQuery.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 name
        java.lang.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 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 name
        java.lang.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.
      • 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 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 name
        java.lang.NullPointerException - if the argument is null