Enum 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,java.io.Serializable,java.lang.Comparable<FailureDetails.Worker.Code>
- Enclosing class:
- FailureDetails.Worker
public static enum FailureDetails.Worker.Code extends java.lang.Enum<FailureDetails.Worker.Code> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enumfailure_details.Worker.Code
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BORROW_FAILUREBORROW_FAILURE = 6 [(.failure_details.metadata) = { ...FINISH_FAILUREFINISH_FAILURE = 12 [(.failure_details.metadata) = { ...FORBIDDEN_INPUTFORBIDDEN_INPUT = 13 [(.failure_details.metadata) = { ...MULTIPLEXER_DOES_NOT_EXISTMULTIPLEXER_DOES_NOT_EXIST = 2 [(.failure_details.metadata) = { ...MULTIPLEXER_INSTANCE_REMOVAL_FAILUREMULTIPLEXER_INSTANCE_REMOVAL_FAILURE = 1 [(.failure_details.metadata) = { ...NO_FLAGFILENO_FLAGFILE = 4 [(.failure_details.metadata) = { ...NO_RESPONSENO_RESPONSE = 11 [(.failure_details.metadata) = { ...NO_TOOLSNO_TOOLS = 3 [(.failure_details.metadata) = { ...PARSE_RESPONSE_FAILUREPARSE_RESPONSE_FAILURE = 10 [(.failure_details.metadata) = { ...PREFETCH_FAILUREPREFETCH_FAILURE = 7 [(.failure_details.metadata) = { ...PREPARE_FAILUREPREPARE_FAILURE = 8 [(.failure_details.metadata) = { ...REQUEST_FAILUREREQUEST_FAILURE = 9 [(.failure_details.metadata) = { ...UNRECOGNIZEDVIRTUAL_INPUT_MATERIALIZATION_FAILUREVIRTUAL_INPUT_MATERIALIZATION_FAILURE = 5 [(.failure_details.metadata) = { ...WORKER_UNKNOWNWORKER_UNKNOWN = 0 [(.failure_details.metadata) = { ...
-
Field Summary
Fields Modifier and Type Field Description static intBORROW_FAILURE_VALUEBORROW_FAILURE = 6 [(.failure_details.metadata) = { ...static intFINISH_FAILURE_VALUEFINISH_FAILURE = 12 [(.failure_details.metadata) = { ...static intFORBIDDEN_INPUT_VALUEFORBIDDEN_INPUT = 13 [(.failure_details.metadata) = { ...static intMULTIPLEXER_DOES_NOT_EXIST_VALUEMULTIPLEXER_DOES_NOT_EXIST = 2 [(.failure_details.metadata) = { ...static intMULTIPLEXER_INSTANCE_REMOVAL_FAILURE_VALUEMULTIPLEXER_INSTANCE_REMOVAL_FAILURE = 1 [(.failure_details.metadata) = { ...static intNO_FLAGFILE_VALUENO_FLAGFILE = 4 [(.failure_details.metadata) = { ...static intNO_RESPONSE_VALUENO_RESPONSE = 11 [(.failure_details.metadata) = { ...static intNO_TOOLS_VALUENO_TOOLS = 3 [(.failure_details.metadata) = { ...static intPARSE_RESPONSE_FAILURE_VALUEPARSE_RESPONSE_FAILURE = 10 [(.failure_details.metadata) = { ...static intPREFETCH_FAILURE_VALUEPREFETCH_FAILURE = 7 [(.failure_details.metadata) = { ...static intPREPARE_FAILURE_VALUEPREPARE_FAILURE = 8 [(.failure_details.metadata) = { ...static intREQUEST_FAILURE_VALUEREQUEST_FAILURE = 9 [(.failure_details.metadata) = { ...static intVIRTUAL_INPUT_MATERIALIZATION_FAILURE_VALUEVIRTUAL_INPUT_MATERIALIZATION_FAILURE = 5 [(.failure_details.metadata) = { ...static intWORKER_UNKNOWN_VALUEWORKER_UNKNOWN = 0 [(.failure_details.metadata) = { ...
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static FailureDetails.Worker.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.Worker.Code>internalGetValueMap()static FailureDetails.Worker.CodevalueOf(int value)Deprecated.static FailureDetails.Worker.CodevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static FailureDetails.Worker.CodevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FailureDetails.Worker.Code[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
WORKER_UNKNOWN
public static final FailureDetails.Worker.Code WORKER_UNKNOWN
WORKER_UNKNOWN = 0 [(.failure_details.metadata) = { ... }
-
MULTIPLEXER_INSTANCE_REMOVAL_FAILURE
public static final FailureDetails.Worker.Code MULTIPLEXER_INSTANCE_REMOVAL_FAILURE
MULTIPLEXER_INSTANCE_REMOVAL_FAILURE = 1 [(.failure_details.metadata) = { ... }
-
MULTIPLEXER_DOES_NOT_EXIST
public static final FailureDetails.Worker.Code MULTIPLEXER_DOES_NOT_EXIST
MULTIPLEXER_DOES_NOT_EXIST = 2 [(.failure_details.metadata) = { ... }
-
NO_TOOLS
public static final FailureDetails.Worker.Code NO_TOOLS
NO_TOOLS = 3 [(.failure_details.metadata) = { ... }
-
NO_FLAGFILE
public static final FailureDetails.Worker.Code NO_FLAGFILE
NO_FLAGFILE = 4 [(.failure_details.metadata) = { ... }
-
VIRTUAL_INPUT_MATERIALIZATION_FAILURE
public static final FailureDetails.Worker.Code VIRTUAL_INPUT_MATERIALIZATION_FAILURE
VIRTUAL_INPUT_MATERIALIZATION_FAILURE = 5 [(.failure_details.metadata) = { ... }
-
BORROW_FAILURE
public static final FailureDetails.Worker.Code BORROW_FAILURE
BORROW_FAILURE = 6 [(.failure_details.metadata) = { ... }
-
PREFETCH_FAILURE
public static final FailureDetails.Worker.Code PREFETCH_FAILURE
PREFETCH_FAILURE = 7 [(.failure_details.metadata) = { ... }
-
PREPARE_FAILURE
public static final FailureDetails.Worker.Code PREPARE_FAILURE
PREPARE_FAILURE = 8 [(.failure_details.metadata) = { ... }
-
REQUEST_FAILURE
public static final FailureDetails.Worker.Code REQUEST_FAILURE
REQUEST_FAILURE = 9 [(.failure_details.metadata) = { ... }
-
PARSE_RESPONSE_FAILURE
public static final FailureDetails.Worker.Code PARSE_RESPONSE_FAILURE
PARSE_RESPONSE_FAILURE = 10 [(.failure_details.metadata) = { ... }
-
NO_RESPONSE
public static final FailureDetails.Worker.Code NO_RESPONSE
NO_RESPONSE = 11 [(.failure_details.metadata) = { ... }
-
FINISH_FAILURE
public static final FailureDetails.Worker.Code FINISH_FAILURE
FINISH_FAILURE = 12 [(.failure_details.metadata) = { ... }
-
FORBIDDEN_INPUT
public static final FailureDetails.Worker.Code FORBIDDEN_INPUT
FORBIDDEN_INPUT = 13 [(.failure_details.metadata) = { ... }
-
UNRECOGNIZED
public static final FailureDetails.Worker.Code UNRECOGNIZED
-
-
Field Detail
-
WORKER_UNKNOWN_VALUE
public static final int WORKER_UNKNOWN_VALUE
WORKER_UNKNOWN = 0 [(.failure_details.metadata) = { ... }- See Also:
- Constant Field Values
-
MULTIPLEXER_INSTANCE_REMOVAL_FAILURE_VALUE
public static final int MULTIPLEXER_INSTANCE_REMOVAL_FAILURE_VALUE
MULTIPLEXER_INSTANCE_REMOVAL_FAILURE = 1 [(.failure_details.metadata) = { ... }- See Also:
- Constant Field Values
-
MULTIPLEXER_DOES_NOT_EXIST_VALUE
public static final int MULTIPLEXER_DOES_NOT_EXIST_VALUE
MULTIPLEXER_DOES_NOT_EXIST = 2 [(.failure_details.metadata) = { ... }- See Also:
- Constant Field Values
-
NO_TOOLS_VALUE
public static final int NO_TOOLS_VALUE
NO_TOOLS = 3 [(.failure_details.metadata) = { ... }- See Also:
- Constant Field Values
-
NO_FLAGFILE_VALUE
public static final int NO_FLAGFILE_VALUE
NO_FLAGFILE = 4 [(.failure_details.metadata) = { ... }- See Also:
- Constant Field Values
-
VIRTUAL_INPUT_MATERIALIZATION_FAILURE_VALUE
public static final int VIRTUAL_INPUT_MATERIALIZATION_FAILURE_VALUE
VIRTUAL_INPUT_MATERIALIZATION_FAILURE = 5 [(.failure_details.metadata) = { ... }- See Also:
- Constant Field Values
-
BORROW_FAILURE_VALUE
public static final int BORROW_FAILURE_VALUE
BORROW_FAILURE = 6 [(.failure_details.metadata) = { ... }- See Also:
- Constant Field Values
-
PREFETCH_FAILURE_VALUE
public static final int PREFETCH_FAILURE_VALUE
PREFETCH_FAILURE = 7 [(.failure_details.metadata) = { ... }- See Also:
- Constant Field Values
-
PREPARE_FAILURE_VALUE
public static final int PREPARE_FAILURE_VALUE
PREPARE_FAILURE = 8 [(.failure_details.metadata) = { ... }- See Also:
- Constant Field Values
-
REQUEST_FAILURE_VALUE
public static final int REQUEST_FAILURE_VALUE
REQUEST_FAILURE = 9 [(.failure_details.metadata) = { ... }- See Also:
- Constant Field Values
-
PARSE_RESPONSE_FAILURE_VALUE
public static final int PARSE_RESPONSE_FAILURE_VALUE
PARSE_RESPONSE_FAILURE = 10 [(.failure_details.metadata) = { ... }- See Also:
- Constant Field Values
-
NO_RESPONSE_VALUE
public static final int NO_RESPONSE_VALUE
NO_RESPONSE = 11 [(.failure_details.metadata) = { ... }- See Also:
- Constant Field Values
-
FINISH_FAILURE_VALUE
public static final int FINISH_FAILURE_VALUE
FINISH_FAILURE = 12 [(.failure_details.metadata) = { ... }- See Also:
- Constant Field Values
-
FORBIDDEN_INPUT_VALUE
public static final int FORBIDDEN_INPUT_VALUE
FORBIDDEN_INPUT = 13 [(.failure_details.metadata) = { ... }- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static FailureDetails.Worker.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.Worker.Code c : FailureDetails.Worker.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.Worker.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.Worker.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.Worker.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.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 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
-
-