Enum 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,java.io.Serializable,java.lang.Comparable<FailureDetails.IncludeScanning.Code>
- Enclosing class:
- FailureDetails.IncludeScanning
public static enum FailureDetails.IncludeScanning.Code extends java.lang.Enum<FailureDetails.IncludeScanning.Code> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enumfailure_details.IncludeScanning.Code
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ILLEGAL_ABSOLUTE_PATHILLEGAL_ABSOLUTE_PATH = 5 [(.failure_details.metadata) = { ...INCLUDE_HINTS_FILE_NOT_IN_PACKAGEINCLUDE_HINTS_FILE_NOT_IN_PACKAGE = 3 [(.failure_details.metadata) = { ...INCLUDE_HINTS_READ_FAILUREINCLUDE_HINTS_READ_FAILURE = 4 [(.failure_details.metadata) = { ...INCLUDE_SCANNING_UNKNOWNINCLUDE_SCANNING_UNKNOWN = 0 [(.failure_details.metadata) = { ...INITIALIZE_INCLUDE_HINTS_ERRORINITIALIZE_INCLUDE_HINTS_ERROR = 1 [(.failure_details.metadata) = { ...PACKAGE_LOAD_FAILURETODO(b/166268889): this code should be deprecated in favor of more finely resolved loading-phase codes.SCANNING_IO_EXCEPTIONSCANNING_IO_EXCEPTION = 2 [(.failure_details.metadata) = { ...SYSTEM_PACKAGE_LOAD_FAILURESYSTEM_PACKAGE_LOAD_FAILURE = 8 [(.failure_details.metadata) = { ...UNDIFFERENTIATED_PACKAGE_LOAD_FAILUREUNDIFFERENTIATED_PACKAGE_LOAD_FAILURE = 9 [(.failure_details.metadata) = { ...UNRECOGNIZEDUSER_PACKAGE_LOAD_FAILUREUSER_PACKAGE_LOAD_FAILURE = 7 [(.failure_details.metadata) = { ...
-
Field Summary
Fields Modifier and Type Field Description static intILLEGAL_ABSOLUTE_PATH_VALUEILLEGAL_ABSOLUTE_PATH = 5 [(.failure_details.metadata) = { ...static intINCLUDE_HINTS_FILE_NOT_IN_PACKAGE_VALUEINCLUDE_HINTS_FILE_NOT_IN_PACKAGE = 3 [(.failure_details.metadata) = { ...static intINCLUDE_HINTS_READ_FAILURE_VALUEINCLUDE_HINTS_READ_FAILURE = 4 [(.failure_details.metadata) = { ...static intINCLUDE_SCANNING_UNKNOWN_VALUEINCLUDE_SCANNING_UNKNOWN = 0 [(.failure_details.metadata) = { ...static intINITIALIZE_INCLUDE_HINTS_ERROR_VALUEINITIALIZE_INCLUDE_HINTS_ERROR = 1 [(.failure_details.metadata) = { ...static intPACKAGE_LOAD_FAILURE_VALUETODO(b/166268889): this code should be deprecated in favor of more finely resolved loading-phase codes.static intSCANNING_IO_EXCEPTION_VALUESCANNING_IO_EXCEPTION = 2 [(.failure_details.metadata) = { ...static intSYSTEM_PACKAGE_LOAD_FAILURE_VALUESYSTEM_PACKAGE_LOAD_FAILURE = 8 [(.failure_details.metadata) = { ...static intUNDIFFERENTIATED_PACKAGE_LOAD_FAILURE_VALUEUNDIFFERENTIATED_PACKAGE_LOAD_FAILURE = 9 [(.failure_details.metadata) = { ...static intUSER_PACKAGE_LOAD_FAILURE_VALUEUSER_PACKAGE_LOAD_FAILURE = 7 [(.failure_details.metadata) = { ...
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static FailureDetails.IncludeScanning.CodeforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<FailureDetails.IncludeScanning.Code>internalGetValueMap()static FailureDetails.IncludeScanning.CodevalueOf(int value)Deprecated.static FailureDetails.IncludeScanning.CodevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static FailureDetails.IncludeScanning.CodevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FailureDetails.IncludeScanning.Code[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
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 Detail
-
INCLUDE_SCANNING_UNKNOWN_VALUE
public static final int INCLUDE_SCANNING_UNKNOWN_VALUE
INCLUDE_SCANNING_UNKNOWN = 0 [(.failure_details.metadata) = { ... }- See Also:
- Constant Field Values
-
INITIALIZE_INCLUDE_HINTS_ERROR_VALUE
public static final int INITIALIZE_INCLUDE_HINTS_ERROR_VALUE
INITIALIZE_INCLUDE_HINTS_ERROR = 1 [(.failure_details.metadata) = { ... }- See Also:
- Constant Field Values
-
SCANNING_IO_EXCEPTION_VALUE
public static final int SCANNING_IO_EXCEPTION_VALUE
SCANNING_IO_EXCEPTION = 2 [(.failure_details.metadata) = { ... }- See Also:
- Constant Field Values
-
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:
- Constant Field Values
-
INCLUDE_HINTS_READ_FAILURE_VALUE
public static final int INCLUDE_HINTS_READ_FAILURE_VALUE
INCLUDE_HINTS_READ_FAILURE = 4 [(.failure_details.metadata) = { ... }- See Also:
- Constant Field Values
-
ILLEGAL_ABSOLUTE_PATH_VALUE
public static final int ILLEGAL_ABSOLUTE_PATH_VALUE
ILLEGAL_ABSOLUTE_PATH = 5 [(.failure_details.metadata) = { ... }- See Also:
- Constant Field Values
-
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:
- Constant Field Values
-
USER_PACKAGE_LOAD_FAILURE_VALUE
public static final int USER_PACKAGE_LOAD_FAILURE_VALUE
USER_PACKAGE_LOAD_FAILURE = 7 [(.failure_details.metadata) = { ... }- See Also:
- Constant Field Values
-
SYSTEM_PACKAGE_LOAD_FAILURE_VALUE
public static final int SYSTEM_PACKAGE_LOAD_FAILURE_VALUE
SYSTEM_PACKAGE_LOAD_FAILURE = 8 [(.failure_details.metadata) = { ... }- See Also:
- Constant Field Values
-
UNDIFFERENTIATED_PACKAGE_LOAD_FAILURE_VALUE
public static final int UNDIFFERENTIATED_PACKAGE_LOAD_FAILURE_VALUE
UNDIFFERENTIATED_PACKAGE_LOAD_FAILURE = 9 [(.failure_details.metadata) = { ... }- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static FailureDetails.IncludeScanning.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.IncludeScanning.Code c : FailureDetails.IncludeScanning.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.IncludeScanning.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 namejava.lang.NullPointerException- 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 public static FailureDetails.IncludeScanning.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 namejava.lang.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:
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 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 namejava.lang.NullPointerException- if the argument is null
-
-