Enum Class FailureDetails.Worker.Code
java.lang.Object
java.lang.Enum<FailureDetails.Worker.Code>
com.google.devtools.build.lib.server.FailureDetails.Worker.Code
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<FailureDetails.Worker.Code>,Constable
- Enclosing class:
- FailureDetails.Worker
public static enum FailureDetails.Worker.Code
extends Enum<FailureDetails.Worker.Code>
implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum
failure_details.Worker.Code-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionBORROW_FAILURE = 6 [(.failure_details.metadata) = { ...FINISH_FAILURE = 12 [(.failure_details.metadata) = { ...FORBIDDEN_INPUT = 13 [(.failure_details.metadata) = { ...MULTIPLEXER_DOES_NOT_EXIST = 2 [(.failure_details.metadata) = { ...MULTIPLEXER_INSTANCE_REMOVAL_FAILURE = 1 [(.failure_details.metadata) = { ...NO_FLAGFILE = 4 [(.failure_details.metadata) = { ...NO_RESPONSE = 11 [(.failure_details.metadata) = { ...NO_TOOLS = 3 [(.failure_details.metadata) = { ...PARSE_RESPONSE_FAILURE = 10 [(.failure_details.metadata) = { ...PREFETCH_FAILURE = 7 [(.failure_details.metadata) = { ...PREPARE_FAILURE = 8 [(.failure_details.metadata) = { ...REQUEST_FAILURE = 9 [(.failure_details.metadata) = { ...VIRTUAL_INPUT_MATERIALIZATION_FAILURE = 5 [(.failure_details.metadata) = { ...WORKER_UNKNOWN = 0 [(.failure_details.metadata) = { ... -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intBORROW_FAILURE = 6 [(.failure_details.metadata) = { ...static final intFINISH_FAILURE = 12 [(.failure_details.metadata) = { ...static final intFORBIDDEN_INPUT = 13 [(.failure_details.metadata) = { ...static final intMULTIPLEXER_DOES_NOT_EXIST = 2 [(.failure_details.metadata) = { ...static final intMULTIPLEXER_INSTANCE_REMOVAL_FAILURE = 1 [(.failure_details.metadata) = { ...static final intNO_FLAGFILE = 4 [(.failure_details.metadata) = { ...static final intNO_RESPONSE = 11 [(.failure_details.metadata) = { ...static final intNO_TOOLS = 3 [(.failure_details.metadata) = { ...static final intPARSE_RESPONSE_FAILURE = 10 [(.failure_details.metadata) = { ...static final intPREFETCH_FAILURE = 7 [(.failure_details.metadata) = { ...static final intPREPARE_FAILURE = 8 [(.failure_details.metadata) = { ...static final intREQUEST_FAILURE = 9 [(.failure_details.metadata) = { ...static final intVIRTUAL_INPUT_MATERIALIZATION_FAILURE = 5 [(.failure_details.metadata) = { ...static final intWORKER_UNKNOWN = 0 [(.failure_details.metadata) = { ... -
Method Summary
Modifier and TypeMethodDescriptionstatic FailureDetails.Worker.CodeforNumber(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.Worker.Code>static FailureDetails.Worker.CodevalueOf(int value) Deprecated.static FailureDetails.Worker.CodevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static FailureDetails.Worker.CodeReturns the enum constant of this class with the specified name.static FailureDetails.Worker.Code[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
WORKER_UNKNOWN
WORKER_UNKNOWN = 0 [(.failure_details.metadata) = { ... } -
MULTIPLEXER_INSTANCE_REMOVAL_FAILURE
MULTIPLEXER_INSTANCE_REMOVAL_FAILURE = 1 [(.failure_details.metadata) = { ... } -
MULTIPLEXER_DOES_NOT_EXIST
MULTIPLEXER_DOES_NOT_EXIST = 2 [(.failure_details.metadata) = { ... } -
NO_TOOLS
NO_TOOLS = 3 [(.failure_details.metadata) = { ... } -
NO_FLAGFILE
NO_FLAGFILE = 4 [(.failure_details.metadata) = { ... } -
VIRTUAL_INPUT_MATERIALIZATION_FAILURE
VIRTUAL_INPUT_MATERIALIZATION_FAILURE = 5 [(.failure_details.metadata) = { ... } -
BORROW_FAILURE
BORROW_FAILURE = 6 [(.failure_details.metadata) = { ... } -
PREFETCH_FAILURE
PREFETCH_FAILURE = 7 [(.failure_details.metadata) = { ... } -
PREPARE_FAILURE
PREPARE_FAILURE = 8 [(.failure_details.metadata) = { ... } -
REQUEST_FAILURE
REQUEST_FAILURE = 9 [(.failure_details.metadata) = { ... } -
PARSE_RESPONSE_FAILURE
PARSE_RESPONSE_FAILURE = 10 [(.failure_details.metadata) = { ... } -
NO_RESPONSE
NO_RESPONSE = 11 [(.failure_details.metadata) = { ... } -
FINISH_FAILURE
FINISH_FAILURE = 12 [(.failure_details.metadata) = { ... } -
FORBIDDEN_INPUT
FORBIDDEN_INPUT = 13 [(.failure_details.metadata) = { ... } -
UNRECOGNIZED
-
-
Field Details
-
WORKER_UNKNOWN_VALUE
public static final int WORKER_UNKNOWN_VALUEWORKER_UNKNOWN = 0 [(.failure_details.metadata) = { ... }- See Also:
-
MULTIPLEXER_INSTANCE_REMOVAL_FAILURE_VALUE
public static final int MULTIPLEXER_INSTANCE_REMOVAL_FAILURE_VALUEMULTIPLEXER_INSTANCE_REMOVAL_FAILURE = 1 [(.failure_details.metadata) = { ... }- See Also:
-
MULTIPLEXER_DOES_NOT_EXIST_VALUE
public static final int MULTIPLEXER_DOES_NOT_EXIST_VALUEMULTIPLEXER_DOES_NOT_EXIST = 2 [(.failure_details.metadata) = { ... }- See Also:
-
NO_TOOLS_VALUE
public static final int NO_TOOLS_VALUENO_TOOLS = 3 [(.failure_details.metadata) = { ... }- See Also:
-
NO_FLAGFILE_VALUE
public static final int NO_FLAGFILE_VALUENO_FLAGFILE = 4 [(.failure_details.metadata) = { ... }- See Also:
-
VIRTUAL_INPUT_MATERIALIZATION_FAILURE_VALUE
public static final int VIRTUAL_INPUT_MATERIALIZATION_FAILURE_VALUEVIRTUAL_INPUT_MATERIALIZATION_FAILURE = 5 [(.failure_details.metadata) = { ... }- See Also:
-
BORROW_FAILURE_VALUE
public static final int BORROW_FAILURE_VALUEBORROW_FAILURE = 6 [(.failure_details.metadata) = { ... }- See Also:
-
PREFETCH_FAILURE_VALUE
public static final int PREFETCH_FAILURE_VALUEPREFETCH_FAILURE = 7 [(.failure_details.metadata) = { ... }- See Also:
-
PREPARE_FAILURE_VALUE
public static final int PREPARE_FAILURE_VALUEPREPARE_FAILURE = 8 [(.failure_details.metadata) = { ... }- See Also:
-
REQUEST_FAILURE_VALUE
public static final int REQUEST_FAILURE_VALUEREQUEST_FAILURE = 9 [(.failure_details.metadata) = { ... }- See Also:
-
PARSE_RESPONSE_FAILURE_VALUE
public static final int PARSE_RESPONSE_FAILURE_VALUEPARSE_RESPONSE_FAILURE = 10 [(.failure_details.metadata) = { ... }- See Also:
-
NO_RESPONSE_VALUE
public static final int NO_RESPONSE_VALUENO_RESPONSE = 11 [(.failure_details.metadata) = { ... }- See Also:
-
FINISH_FAILURE_VALUE
public static final int FINISH_FAILURE_VALUEFINISH_FAILURE = 12 [(.failure_details.metadata) = { ... }- See Also:
-
FORBIDDEN_INPUT_VALUE
public static final int FORBIDDEN_INPUT_VALUEFORBIDDEN_INPUT = 13 [(.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.Worker.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.Worker.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
-