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-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionILLEGAL_ABSOLUTE_PATH = 5 [(.failure_details.metadata) = { ...INCLUDE_HINTS_FILE_NOT_IN_PACKAGE = 3 [(.failure_details.metadata) = { ...INCLUDE_HINTS_READ_FAILURE = 4 [(.failure_details.metadata) = { ...INCLUDE_SCANNING_UNKNOWN = 0 [(.failure_details.metadata) = { ...INITIALIZE_INCLUDE_HINTS_ERROR = 1 [(.failure_details.metadata) = { ...TODO(b/166268889): this code should be deprecated in favor of more finely resolved loading-phase codes.SCANNING_IO_EXCEPTION = 2 [(.failure_details.metadata) = { ...SYSTEM_PACKAGE_LOAD_FAILURE = 8 [(.failure_details.metadata) = { ...UNDIFFERENTIATED_PACKAGE_LOAD_FAILURE = 9 [(.failure_details.metadata) = { ...USER_PACKAGE_LOAD_FAILURE = 7 [(.failure_details.metadata) = { ... -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intILLEGAL_ABSOLUTE_PATH = 5 [(.failure_details.metadata) = { ...static final intINCLUDE_HINTS_FILE_NOT_IN_PACKAGE = 3 [(.failure_details.metadata) = { ...static final intINCLUDE_HINTS_READ_FAILURE = 4 [(.failure_details.metadata) = { ...static final intINCLUDE_SCANNING_UNKNOWN = 0 [(.failure_details.metadata) = { ...static final intINITIALIZE_INCLUDE_HINTS_ERROR = 1 [(.failure_details.metadata) = { ...static final intTODO(b/166268889): this code should be deprecated in favor of more finely resolved loading-phase codes.static final intSCANNING_IO_EXCEPTION = 2 [(.failure_details.metadata) = { ...static final intSYSTEM_PACKAGE_LOAD_FAILURE = 8 [(.failure_details.metadata) = { ...static final intUNDIFFERENTIATED_PACKAGE_LOAD_FAILURE = 9 [(.failure_details.metadata) = { ...static final intUSER_PACKAGE_LOAD_FAILURE = 7 [(.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.IncludeScanning.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.static FailureDetails.IncludeScanning.Code[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
INCLUDE_SCANNING_UNKNOWN
INCLUDE_SCANNING_UNKNOWN = 0 [(.failure_details.metadata) = { ... } -
INITIALIZE_INCLUDE_HINTS_ERROR
INITIALIZE_INCLUDE_HINTS_ERROR = 1 [(.failure_details.metadata) = { ... } -
SCANNING_IO_EXCEPTION
SCANNING_IO_EXCEPTION = 2 [(.failure_details.metadata) = { ... } -
INCLUDE_HINTS_FILE_NOT_IN_PACKAGE
INCLUDE_HINTS_FILE_NOT_IN_PACKAGE = 3 [(.failure_details.metadata) = { ... } -
INCLUDE_HINTS_READ_FAILURE
INCLUDE_HINTS_READ_FAILURE = 4 [(.failure_details.metadata) = { ... } -
ILLEGAL_ABSOLUTE_PATH
ILLEGAL_ABSOLUTE_PATH = 5 [(.failure_details.metadata) = { ... } -
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
USER_PACKAGE_LOAD_FAILURE = 7 [(.failure_details.metadata) = { ... } -
SYSTEM_PACKAGE_LOAD_FAILURE
SYSTEM_PACKAGE_LOAD_FAILURE = 8 [(.failure_details.metadata) = { ... } -
UNDIFFERENTIATED_PACKAGE_LOAD_FAILURE
UNDIFFERENTIATED_PACKAGE_LOAD_FAILURE = 9 [(.failure_details.metadata) = { ... } -
UNRECOGNIZED
-
-
Field Details
-
INCLUDE_SCANNING_UNKNOWN_VALUE
public static final int INCLUDE_SCANNING_UNKNOWN_VALUEINCLUDE_SCANNING_UNKNOWN = 0 [(.failure_details.metadata) = { ... }- See Also:
-
INITIALIZE_INCLUDE_HINTS_ERROR_VALUE
public static final int INITIALIZE_INCLUDE_HINTS_ERROR_VALUEINITIALIZE_INCLUDE_HINTS_ERROR = 1 [(.failure_details.metadata) = { ... }- See Also:
-
SCANNING_IO_EXCEPTION_VALUE
public static final int SCANNING_IO_EXCEPTION_VALUESCANNING_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_VALUEINCLUDE_HINTS_FILE_NOT_IN_PACKAGE = 3 [(.failure_details.metadata) = { ... }- See Also:
-
INCLUDE_HINTS_READ_FAILURE_VALUE
public static final int INCLUDE_HINTS_READ_FAILURE_VALUEINCLUDE_HINTS_READ_FAILURE = 4 [(.failure_details.metadata) = { ... }- See Also:
-
ILLEGAL_ABSOLUTE_PATH_VALUE
public static final int ILLEGAL_ABSOLUTE_PATH_VALUEILLEGAL_ABSOLUTE_PATH = 5 [(.failure_details.metadata) = { ... }- See Also:
-
PACKAGE_LOAD_FAILURE_VALUE
public static final int PACKAGE_LOAD_FAILURE_VALUETODO(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_VALUEUSER_PACKAGE_LOAD_FAILURE = 7 [(.failure_details.metadata) = { ... }- See Also:
-
SYSTEM_PACKAGE_LOAD_FAILURE_VALUE
public static final int SYSTEM_PACKAGE_LOAD_FAILURE_VALUESYSTEM_PACKAGE_LOAD_FAILURE = 8 [(.failure_details.metadata) = { ... }- See Also:
-
UNDIFFERENTIATED_PACKAGE_LOAD_FAILURE_VALUE
public static final int UNDIFFERENTIATED_PACKAGE_LOAD_FAILURE_VALUEUNDIFFERENTIATED_PACKAGE_LOAD_FAILURE = 9 [(.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.IncludeScanning.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.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 nameNullPointerException- if the argument is null
-