Enum Class FailureDetails.BuildProgress.Code

java.lang.Object
java.lang.Enum<FailureDetails.BuildProgress.Code>
com.google.devtools.build.lib.server.FailureDetails.BuildProgress.Code
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<FailureDetails.BuildProgress.Code>, Constable
Enclosing class:
FailureDetails.BuildProgress

public static enum FailureDetails.BuildProgress.Code extends Enum<FailureDetails.BuildProgress.Code> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum failure_details.BuildProgress.Code
  • Enum Constant Details

    • BUILD_PROGRESS_UNKNOWN

      public static final FailureDetails.BuildProgress.Code BUILD_PROGRESS_UNKNOWN
      BUILD_PROGRESS_UNKNOWN = 0 [(.failure_details.metadata) = { ... }
    • OUTPUT_INITIALIZATION

      public static final FailureDetails.BuildProgress.Code OUTPUT_INITIALIZATION
      OUTPUT_INITIALIZATION = 3 [(.failure_details.metadata) = { ... }
    • BES_RUNS_PER_TEST_LIMIT_UNSUPPORTED

      public static final FailureDetails.BuildProgress.Code BES_RUNS_PER_TEST_LIMIT_UNSUPPORTED
      BES_RUNS_PER_TEST_LIMIT_UNSUPPORTED = 4 [(.failure_details.metadata) = { ... }
    • BES_LOCAL_WRITE_ERROR

      public static final FailureDetails.BuildProgress.Code BES_LOCAL_WRITE_ERROR
      BES_LOCAL_WRITE_ERROR = 5 [(.failure_details.metadata) = { ... }
    • BES_INITIALIZATION_ERROR

      public static final FailureDetails.BuildProgress.Code BES_INITIALIZATION_ERROR
      BES_INITIALIZATION_ERROR = 6 [(.failure_details.metadata) = { ... }
    • BES_UPLOAD_TIMEOUT_ERROR

      public static final FailureDetails.BuildProgress.Code BES_UPLOAD_TIMEOUT_ERROR
      BES_UPLOAD_TIMEOUT_ERROR = 7 [(.failure_details.metadata) = { ... }
    • BES_FILE_WRITE_TIMEOUT

      public static final FailureDetails.BuildProgress.Code BES_FILE_WRITE_TIMEOUT
      BES_FILE_WRITE_TIMEOUT = 8 [(.failure_details.metadata) = { ... }
    • BES_FILE_WRITE_IO_ERROR

      public static final FailureDetails.BuildProgress.Code BES_FILE_WRITE_IO_ERROR
      BES_FILE_WRITE_IO_ERROR = 9 [(.failure_details.metadata) = { ... }
    • BES_FILE_WRITE_INTERRUPTED

      public static final FailureDetails.BuildProgress.Code BES_FILE_WRITE_INTERRUPTED
      BES_FILE_WRITE_INTERRUPTED = 10 [(.failure_details.metadata) = { ... }
    • BES_FILE_WRITE_CANCELED

      public static final FailureDetails.BuildProgress.Code BES_FILE_WRITE_CANCELED
      BES_FILE_WRITE_CANCELED = 11 [(.failure_details.metadata) = { ... }
    • BES_FILE_WRITE_UNKNOWN_ERROR

      public static final FailureDetails.BuildProgress.Code BES_FILE_WRITE_UNKNOWN_ERROR
      BES_FILE_WRITE_UNKNOWN_ERROR = 12 [(.failure_details.metadata) = { ... }
    • BES_UPLOAD_LOCAL_FILE_ERROR

      public static final FailureDetails.BuildProgress.Code BES_UPLOAD_LOCAL_FILE_ERROR
      BES_UPLOAD_LOCAL_FILE_ERROR = 13 [(.failure_details.metadata) = { ... }
    • BES_STREAM_NOT_RETRYING_FAILURE

      public static final FailureDetails.BuildProgress.Code BES_STREAM_NOT_RETRYING_FAILURE
      BES_STREAM_NOT_RETRYING_FAILURE = 14 [(.failure_details.metadata) = { ... }
    • BES_STREAM_COMPLETED_WITH_UNACK_EVENTS_ERROR

      public static final FailureDetails.BuildProgress.Code BES_STREAM_COMPLETED_WITH_UNACK_EVENTS_ERROR
      BES_STREAM_COMPLETED_WITH_UNACK_EVENTS_ERROR = 15 [(.failure_details.metadata) = { ... }
    • BES_STREAM_COMPLETED_WITH_UNSENT_EVENTS_ERROR

      public static final FailureDetails.BuildProgress.Code BES_STREAM_COMPLETED_WITH_UNSENT_EVENTS_ERROR
      BES_STREAM_COMPLETED_WITH_UNSENT_EVENTS_ERROR = 16 [(.failure_details.metadata) = { ... }
    • BES_STREAM_COMPLETED_WITH_REMOTE_ERROR

      public static final FailureDetails.BuildProgress.Code BES_STREAM_COMPLETED_WITH_REMOTE_ERROR
      BES_STREAM_COMPLETED_WITH_REMOTE_ERROR = 19 [(.failure_details.metadata) = { ... }
    • BES_UPLOAD_RETRY_LIMIT_EXCEEDED_FAILURE

      public static final FailureDetails.BuildProgress.Code BES_UPLOAD_RETRY_LIMIT_EXCEEDED_FAILURE
      BES_UPLOAD_RETRY_LIMIT_EXCEEDED_FAILURE = 17 [(.failure_details.metadata) = { ... }
    • UNRECOGNIZED

      public static final FailureDetails.BuildProgress.Code UNRECOGNIZED
  • Field Details

    • BUILD_PROGRESS_UNKNOWN_VALUE

      public static final int BUILD_PROGRESS_UNKNOWN_VALUE
      BUILD_PROGRESS_UNKNOWN = 0 [(.failure_details.metadata) = { ... }
      See Also:
    • OUTPUT_INITIALIZATION_VALUE

      public static final int OUTPUT_INITIALIZATION_VALUE
      OUTPUT_INITIALIZATION = 3 [(.failure_details.metadata) = { ... }
      See Also:
    • BES_RUNS_PER_TEST_LIMIT_UNSUPPORTED_VALUE

      public static final int BES_RUNS_PER_TEST_LIMIT_UNSUPPORTED_VALUE
      BES_RUNS_PER_TEST_LIMIT_UNSUPPORTED = 4 [(.failure_details.metadata) = { ... }
      See Also:
    • BES_LOCAL_WRITE_ERROR_VALUE

      public static final int BES_LOCAL_WRITE_ERROR_VALUE
      BES_LOCAL_WRITE_ERROR = 5 [(.failure_details.metadata) = { ... }
      See Also:
    • BES_INITIALIZATION_ERROR_VALUE

      public static final int BES_INITIALIZATION_ERROR_VALUE
      BES_INITIALIZATION_ERROR = 6 [(.failure_details.metadata) = { ... }
      See Also:
    • BES_UPLOAD_TIMEOUT_ERROR_VALUE

      public static final int BES_UPLOAD_TIMEOUT_ERROR_VALUE
      BES_UPLOAD_TIMEOUT_ERROR = 7 [(.failure_details.metadata) = { ... }
      See Also:
    • BES_FILE_WRITE_TIMEOUT_VALUE

      public static final int BES_FILE_WRITE_TIMEOUT_VALUE
      BES_FILE_WRITE_TIMEOUT = 8 [(.failure_details.metadata) = { ... }
      See Also:
    • BES_FILE_WRITE_IO_ERROR_VALUE

      public static final int BES_FILE_WRITE_IO_ERROR_VALUE
      BES_FILE_WRITE_IO_ERROR = 9 [(.failure_details.metadata) = { ... }
      See Also:
    • BES_FILE_WRITE_INTERRUPTED_VALUE

      public static final int BES_FILE_WRITE_INTERRUPTED_VALUE
      BES_FILE_WRITE_INTERRUPTED = 10 [(.failure_details.metadata) = { ... }
      See Also:
    • BES_FILE_WRITE_CANCELED_VALUE

      public static final int BES_FILE_WRITE_CANCELED_VALUE
      BES_FILE_WRITE_CANCELED = 11 [(.failure_details.metadata) = { ... }
      See Also:
    • BES_FILE_WRITE_UNKNOWN_ERROR_VALUE

      public static final int BES_FILE_WRITE_UNKNOWN_ERROR_VALUE
      BES_FILE_WRITE_UNKNOWN_ERROR = 12 [(.failure_details.metadata) = { ... }
      See Also:
    • BES_UPLOAD_LOCAL_FILE_ERROR_VALUE

      public static final int BES_UPLOAD_LOCAL_FILE_ERROR_VALUE
      BES_UPLOAD_LOCAL_FILE_ERROR = 13 [(.failure_details.metadata) = { ... }
      See Also:
    • BES_STREAM_NOT_RETRYING_FAILURE_VALUE

      public static final int BES_STREAM_NOT_RETRYING_FAILURE_VALUE
      BES_STREAM_NOT_RETRYING_FAILURE = 14 [(.failure_details.metadata) = { ... }
      See Also:
    • BES_STREAM_COMPLETED_WITH_UNACK_EVENTS_ERROR_VALUE

      public static final int BES_STREAM_COMPLETED_WITH_UNACK_EVENTS_ERROR_VALUE
      BES_STREAM_COMPLETED_WITH_UNACK_EVENTS_ERROR = 15 [(.failure_details.metadata) = { ... }
      See Also:
    • BES_STREAM_COMPLETED_WITH_UNSENT_EVENTS_ERROR_VALUE

      public static final int BES_STREAM_COMPLETED_WITH_UNSENT_EVENTS_ERROR_VALUE
      BES_STREAM_COMPLETED_WITH_UNSENT_EVENTS_ERROR = 16 [(.failure_details.metadata) = { ... }
      See Also:
    • BES_STREAM_COMPLETED_WITH_REMOTE_ERROR_VALUE

      public static final int BES_STREAM_COMPLETED_WITH_REMOTE_ERROR_VALUE
      BES_STREAM_COMPLETED_WITH_REMOTE_ERROR = 19 [(.failure_details.metadata) = { ... }
      See Also:
    • BES_UPLOAD_RETRY_LIMIT_EXCEEDED_FAILURE_VALUE

      public static final int BES_UPLOAD_RETRY_LIMIT_EXCEEDED_FAILURE_VALUE
      BES_UPLOAD_RETRY_LIMIT_EXCEEDED_FAILURE = 17 [(.failure_details.metadata) = { ... }
      See Also:
  • Method Details

    • values

      public static FailureDetails.BuildProgress.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.BuildProgress.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.BuildProgress.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.BuildProgress.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.BuildProgress.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.BuildProgress.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