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
  • Enum Constant Details

    • 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 Details

    • WORKER_UNKNOWN_VALUE

      public static final int WORKER_UNKNOWN_VALUE
      WORKER_UNKNOWN = 0 [(.failure_details.metadata) = { ... }
      See Also:
    • MULTIPLEXER_INSTANCE_REMOVAL_FAILURE_VALUE

      public static final int MULTIPLEXER_INSTANCE_REMOVAL_FAILURE_VALUE
      MULTIPLEXER_INSTANCE_REMOVAL_FAILURE = 1 [(.failure_details.metadata) = { ... }
      See Also:
    • MULTIPLEXER_DOES_NOT_EXIST_VALUE

      public static final int MULTIPLEXER_DOES_NOT_EXIST_VALUE
      MULTIPLEXER_DOES_NOT_EXIST = 2 [(.failure_details.metadata) = { ... }
      See Also:
    • NO_TOOLS_VALUE

      public static final int NO_TOOLS_VALUE
      NO_TOOLS = 3 [(.failure_details.metadata) = { ... }
      See Also:
    • NO_FLAGFILE_VALUE

      public static final int NO_FLAGFILE_VALUE
      NO_FLAGFILE = 4 [(.failure_details.metadata) = { ... }
      See Also:
    • VIRTUAL_INPUT_MATERIALIZATION_FAILURE_VALUE

      public static final int VIRTUAL_INPUT_MATERIALIZATION_FAILURE_VALUE
      VIRTUAL_INPUT_MATERIALIZATION_FAILURE = 5 [(.failure_details.metadata) = { ... }
      See Also:
    • BORROW_FAILURE_VALUE

      public static final int BORROW_FAILURE_VALUE
      BORROW_FAILURE = 6 [(.failure_details.metadata) = { ... }
      See Also:
    • PREFETCH_FAILURE_VALUE

      public static final int PREFETCH_FAILURE_VALUE
      PREFETCH_FAILURE = 7 [(.failure_details.metadata) = { ... }
      See Also:
    • PREPARE_FAILURE_VALUE

      public static final int PREPARE_FAILURE_VALUE
      PREPARE_FAILURE = 8 [(.failure_details.metadata) = { ... }
      See Also:
    • REQUEST_FAILURE_VALUE

      public static final int REQUEST_FAILURE_VALUE
      REQUEST_FAILURE = 9 [(.failure_details.metadata) = { ... }
      See Also:
    • PARSE_RESPONSE_FAILURE_VALUE

      public static final int PARSE_RESPONSE_FAILURE_VALUE
      PARSE_RESPONSE_FAILURE = 10 [(.failure_details.metadata) = { ... }
      See Also:
    • NO_RESPONSE_VALUE

      public static final int NO_RESPONSE_VALUE
      NO_RESPONSE = 11 [(.failure_details.metadata) = { ... }
      See Also:
    • FINISH_FAILURE_VALUE

      public static final int FINISH_FAILURE_VALUE
      FINISH_FAILURE = 12 [(.failure_details.metadata) = { ... }
      See Also:
    • FORBIDDEN_INPUT_VALUE

      public static final int FORBIDDEN_INPUT_VALUE
      FORBIDDEN_INPUT = 13 [(.failure_details.metadata) = { ... }
      See Also:
  • Method Details

    • values

      public static FailureDetails.Worker.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.Worker.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.Worker.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.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:
      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.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 name
      NullPointerException - if the argument is null