Enum Class FailureDetails.IncludeScanning.Code

java.lang.Object
java.lang.Enum<FailureDetails.IncludeScanning.Code>
com.google.devtools.build.lib.server.FailureDetails.IncludeScanning.Code
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<FailureDetails.IncludeScanning.Code>, Constable
Enclosing class:
FailureDetails.IncludeScanning

public static enum FailureDetails.IncludeScanning.Code extends Enum<FailureDetails.IncludeScanning.Code> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum failure_details.IncludeScanning.Code
  • Enum Constant Details

    • INCLUDE_SCANNING_UNKNOWN

      public static final FailureDetails.IncludeScanning.Code INCLUDE_SCANNING_UNKNOWN
      INCLUDE_SCANNING_UNKNOWN = 0 [(.failure_details.metadata) = { ... }
    • INITIALIZE_INCLUDE_HINTS_ERROR

      public static final FailureDetails.IncludeScanning.Code INITIALIZE_INCLUDE_HINTS_ERROR
      INITIALIZE_INCLUDE_HINTS_ERROR = 1 [(.failure_details.metadata) = { ... }
    • SCANNING_IO_EXCEPTION

      public static final FailureDetails.IncludeScanning.Code SCANNING_IO_EXCEPTION
      SCANNING_IO_EXCEPTION = 2 [(.failure_details.metadata) = { ... }
    • INCLUDE_HINTS_FILE_NOT_IN_PACKAGE

      public static final FailureDetails.IncludeScanning.Code INCLUDE_HINTS_FILE_NOT_IN_PACKAGE
      INCLUDE_HINTS_FILE_NOT_IN_PACKAGE = 3 [(.failure_details.metadata) = { ... }
    • INCLUDE_HINTS_READ_FAILURE

      public static final FailureDetails.IncludeScanning.Code INCLUDE_HINTS_READ_FAILURE
      INCLUDE_HINTS_READ_FAILURE = 4 [(.failure_details.metadata) = { ... }
    • ILLEGAL_ABSOLUTE_PATH

      public static final FailureDetails.IncludeScanning.Code ILLEGAL_ABSOLUTE_PATH
      ILLEGAL_ABSOLUTE_PATH = 5 [(.failure_details.metadata) = { ... }
    • PACKAGE_LOAD_FAILURE

      public static final FailureDetails.IncludeScanning.Code PACKAGE_LOAD_FAILURE
       TODO(b/166268889): this code should be deprecated in favor of more finely
       resolved loading-phase codes.
       
      PACKAGE_LOAD_FAILURE = 6 [(.failure_details.metadata) = { ... }
    • USER_PACKAGE_LOAD_FAILURE

      public static final FailureDetails.IncludeScanning.Code USER_PACKAGE_LOAD_FAILURE
      USER_PACKAGE_LOAD_FAILURE = 7 [(.failure_details.metadata) = { ... }
    • SYSTEM_PACKAGE_LOAD_FAILURE

      public static final FailureDetails.IncludeScanning.Code SYSTEM_PACKAGE_LOAD_FAILURE
      SYSTEM_PACKAGE_LOAD_FAILURE = 8 [(.failure_details.metadata) = { ... }
    • UNDIFFERENTIATED_PACKAGE_LOAD_FAILURE

      public static final FailureDetails.IncludeScanning.Code UNDIFFERENTIATED_PACKAGE_LOAD_FAILURE
      UNDIFFERENTIATED_PACKAGE_LOAD_FAILURE = 9 [(.failure_details.metadata) = { ... }
    • UNRECOGNIZED

      public static final FailureDetails.IncludeScanning.Code UNRECOGNIZED
  • Field Details

    • INCLUDE_SCANNING_UNKNOWN_VALUE

      public static final int INCLUDE_SCANNING_UNKNOWN_VALUE
      INCLUDE_SCANNING_UNKNOWN = 0 [(.failure_details.metadata) = { ... }
      See Also:
    • INITIALIZE_INCLUDE_HINTS_ERROR_VALUE

      public static final int INITIALIZE_INCLUDE_HINTS_ERROR_VALUE
      INITIALIZE_INCLUDE_HINTS_ERROR = 1 [(.failure_details.metadata) = { ... }
      See Also:
    • SCANNING_IO_EXCEPTION_VALUE

      public static final int SCANNING_IO_EXCEPTION_VALUE
      SCANNING_IO_EXCEPTION = 2 [(.failure_details.metadata) = { ... }
      See Also:
    • INCLUDE_HINTS_FILE_NOT_IN_PACKAGE_VALUE

      public static final int INCLUDE_HINTS_FILE_NOT_IN_PACKAGE_VALUE
      INCLUDE_HINTS_FILE_NOT_IN_PACKAGE = 3 [(.failure_details.metadata) = { ... }
      See Also:
    • INCLUDE_HINTS_READ_FAILURE_VALUE

      public static final int INCLUDE_HINTS_READ_FAILURE_VALUE
      INCLUDE_HINTS_READ_FAILURE = 4 [(.failure_details.metadata) = { ... }
      See Also:
    • ILLEGAL_ABSOLUTE_PATH_VALUE

      public static final int ILLEGAL_ABSOLUTE_PATH_VALUE
      ILLEGAL_ABSOLUTE_PATH = 5 [(.failure_details.metadata) = { ... }
      See Also:
    • PACKAGE_LOAD_FAILURE_VALUE

      public static final int PACKAGE_LOAD_FAILURE_VALUE
       TODO(b/166268889): this code should be deprecated in favor of more finely
       resolved loading-phase codes.
       
      PACKAGE_LOAD_FAILURE = 6 [(.failure_details.metadata) = { ... }
      See Also:
    • USER_PACKAGE_LOAD_FAILURE_VALUE

      public static final int USER_PACKAGE_LOAD_FAILURE_VALUE
      USER_PACKAGE_LOAD_FAILURE = 7 [(.failure_details.metadata) = { ... }
      See Also:
    • SYSTEM_PACKAGE_LOAD_FAILURE_VALUE

      public static final int SYSTEM_PACKAGE_LOAD_FAILURE_VALUE
      SYSTEM_PACKAGE_LOAD_FAILURE = 8 [(.failure_details.metadata) = { ... }
      See Also:
    • UNDIFFERENTIATED_PACKAGE_LOAD_FAILURE_VALUE

      public static final int UNDIFFERENTIATED_PACKAGE_LOAD_FAILURE_VALUE
      UNDIFFERENTIATED_PACKAGE_LOAD_FAILURE = 9 [(.failure_details.metadata) = { ... }
      See Also:
  • Method Details

    • values

      public static FailureDetails.IncludeScanning.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.IncludeScanning.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.IncludeScanning.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.IncludeScanning.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.IncludeScanning.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.IncludeScanning.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