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-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionBES_FILE_WRITE_CANCELED = 11 [(.failure_details.metadata) = { ...BES_FILE_WRITE_INTERRUPTED = 10 [(.failure_details.metadata) = { ...BES_FILE_WRITE_IO_ERROR = 9 [(.failure_details.metadata) = { ...BES_FILE_WRITE_TIMEOUT = 8 [(.failure_details.metadata) = { ...BES_FILE_WRITE_UNKNOWN_ERROR = 12 [(.failure_details.metadata) = { ...BES_INITIALIZATION_ERROR = 6 [(.failure_details.metadata) = { ...BES_LOCAL_WRITE_ERROR = 5 [(.failure_details.metadata) = { ...BES_RUNS_PER_TEST_LIMIT_UNSUPPORTED = 4 [(.failure_details.metadata) = { ...BES_STREAM_COMPLETED_WITH_REMOTE_ERROR = 19 [(.failure_details.metadata) = { ...BES_STREAM_COMPLETED_WITH_UNACK_EVENTS_ERROR = 15 [(.failure_details.metadata) = { ...BES_STREAM_COMPLETED_WITH_UNSENT_EVENTS_ERROR = 16 [(.failure_details.metadata) = { ...BES_STREAM_NOT_RETRYING_FAILURE = 14 [(.failure_details.metadata) = { ...BES_UPLOAD_LOCAL_FILE_ERROR = 13 [(.failure_details.metadata) = { ...BES_UPLOAD_RETRY_LIMIT_EXCEEDED_FAILURE = 17 [(.failure_details.metadata) = { ...BES_UPLOAD_TIMEOUT_ERROR = 7 [(.failure_details.metadata) = { ...BUILD_PROGRESS_UNKNOWN = 0 [(.failure_details.metadata) = { ...OUTPUT_INITIALIZATION = 3 [(.failure_details.metadata) = { ... -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intBES_FILE_WRITE_CANCELED = 11 [(.failure_details.metadata) = { ...static final intBES_FILE_WRITE_INTERRUPTED = 10 [(.failure_details.metadata) = { ...static final intBES_FILE_WRITE_IO_ERROR = 9 [(.failure_details.metadata) = { ...static final intBES_FILE_WRITE_TIMEOUT = 8 [(.failure_details.metadata) = { ...static final intBES_FILE_WRITE_UNKNOWN_ERROR = 12 [(.failure_details.metadata) = { ...static final intBES_INITIALIZATION_ERROR = 6 [(.failure_details.metadata) = { ...static final intBES_LOCAL_WRITE_ERROR = 5 [(.failure_details.metadata) = { ...static final intBES_RUNS_PER_TEST_LIMIT_UNSUPPORTED = 4 [(.failure_details.metadata) = { ...static final intBES_STREAM_COMPLETED_WITH_REMOTE_ERROR = 19 [(.failure_details.metadata) = { ...static final intBES_STREAM_COMPLETED_WITH_UNACK_EVENTS_ERROR = 15 [(.failure_details.metadata) = { ...static final intBES_STREAM_COMPLETED_WITH_UNSENT_EVENTS_ERROR = 16 [(.failure_details.metadata) = { ...static final intBES_STREAM_NOT_RETRYING_FAILURE = 14 [(.failure_details.metadata) = { ...static final intBES_UPLOAD_LOCAL_FILE_ERROR = 13 [(.failure_details.metadata) = { ...static final intBES_UPLOAD_RETRY_LIMIT_EXCEEDED_FAILURE = 17 [(.failure_details.metadata) = { ...static final intBES_UPLOAD_TIMEOUT_ERROR = 7 [(.failure_details.metadata) = { ...static final intBUILD_PROGRESS_UNKNOWN = 0 [(.failure_details.metadata) = { ...static final intOUTPUT_INITIALIZATION = 3 [(.failure_details.metadata) = { ... -
Method Summary
Modifier and TypeMethodDescriptionforNumber(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.BuildProgress.Code>valueOf(int value) Deprecated.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static FailureDetails.BuildProgress.Code[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
BUILD_PROGRESS_UNKNOWN
BUILD_PROGRESS_UNKNOWN = 0 [(.failure_details.metadata) = { ... } -
OUTPUT_INITIALIZATION
OUTPUT_INITIALIZATION = 3 [(.failure_details.metadata) = { ... } -
BES_RUNS_PER_TEST_LIMIT_UNSUPPORTED
BES_RUNS_PER_TEST_LIMIT_UNSUPPORTED = 4 [(.failure_details.metadata) = { ... } -
BES_LOCAL_WRITE_ERROR
BES_LOCAL_WRITE_ERROR = 5 [(.failure_details.metadata) = { ... } -
BES_INITIALIZATION_ERROR
BES_INITIALIZATION_ERROR = 6 [(.failure_details.metadata) = { ... } -
BES_UPLOAD_TIMEOUT_ERROR
BES_UPLOAD_TIMEOUT_ERROR = 7 [(.failure_details.metadata) = { ... } -
BES_FILE_WRITE_TIMEOUT
BES_FILE_WRITE_TIMEOUT = 8 [(.failure_details.metadata) = { ... } -
BES_FILE_WRITE_IO_ERROR
BES_FILE_WRITE_IO_ERROR = 9 [(.failure_details.metadata) = { ... } -
BES_FILE_WRITE_INTERRUPTED
BES_FILE_WRITE_INTERRUPTED = 10 [(.failure_details.metadata) = { ... } -
BES_FILE_WRITE_CANCELED
BES_FILE_WRITE_CANCELED = 11 [(.failure_details.metadata) = { ... } -
BES_FILE_WRITE_UNKNOWN_ERROR
BES_FILE_WRITE_UNKNOWN_ERROR = 12 [(.failure_details.metadata) = { ... } -
BES_UPLOAD_LOCAL_FILE_ERROR
BES_UPLOAD_LOCAL_FILE_ERROR = 13 [(.failure_details.metadata) = { ... } -
BES_STREAM_NOT_RETRYING_FAILURE
BES_STREAM_NOT_RETRYING_FAILURE = 14 [(.failure_details.metadata) = { ... } -
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
BES_STREAM_COMPLETED_WITH_UNSENT_EVENTS_ERROR = 16 [(.failure_details.metadata) = { ... } -
BES_STREAM_COMPLETED_WITH_REMOTE_ERROR
BES_STREAM_COMPLETED_WITH_REMOTE_ERROR = 19 [(.failure_details.metadata) = { ... } -
BES_UPLOAD_RETRY_LIMIT_EXCEEDED_FAILURE
BES_UPLOAD_RETRY_LIMIT_EXCEEDED_FAILURE = 17 [(.failure_details.metadata) = { ... } -
UNRECOGNIZED
-
-
Field Details
-
BUILD_PROGRESS_UNKNOWN_VALUE
public static final int BUILD_PROGRESS_UNKNOWN_VALUEBUILD_PROGRESS_UNKNOWN = 0 [(.failure_details.metadata) = { ... }- See Also:
-
OUTPUT_INITIALIZATION_VALUE
public static final int OUTPUT_INITIALIZATION_VALUEOUTPUT_INITIALIZATION = 3 [(.failure_details.metadata) = { ... }- See Also:
-
BES_RUNS_PER_TEST_LIMIT_UNSUPPORTED_VALUE
public static final int BES_RUNS_PER_TEST_LIMIT_UNSUPPORTED_VALUEBES_RUNS_PER_TEST_LIMIT_UNSUPPORTED = 4 [(.failure_details.metadata) = { ... }- See Also:
-
BES_LOCAL_WRITE_ERROR_VALUE
public static final int BES_LOCAL_WRITE_ERROR_VALUEBES_LOCAL_WRITE_ERROR = 5 [(.failure_details.metadata) = { ... }- See Also:
-
BES_INITIALIZATION_ERROR_VALUE
public static final int BES_INITIALIZATION_ERROR_VALUEBES_INITIALIZATION_ERROR = 6 [(.failure_details.metadata) = { ... }- See Also:
-
BES_UPLOAD_TIMEOUT_ERROR_VALUE
public static final int BES_UPLOAD_TIMEOUT_ERROR_VALUEBES_UPLOAD_TIMEOUT_ERROR = 7 [(.failure_details.metadata) = { ... }- See Also:
-
BES_FILE_WRITE_TIMEOUT_VALUE
public static final int BES_FILE_WRITE_TIMEOUT_VALUEBES_FILE_WRITE_TIMEOUT = 8 [(.failure_details.metadata) = { ... }- See Also:
-
BES_FILE_WRITE_IO_ERROR_VALUE
public static final int BES_FILE_WRITE_IO_ERROR_VALUEBES_FILE_WRITE_IO_ERROR = 9 [(.failure_details.metadata) = { ... }- See Also:
-
BES_FILE_WRITE_INTERRUPTED_VALUE
public static final int BES_FILE_WRITE_INTERRUPTED_VALUEBES_FILE_WRITE_INTERRUPTED = 10 [(.failure_details.metadata) = { ... }- See Also:
-
BES_FILE_WRITE_CANCELED_VALUE
public static final int BES_FILE_WRITE_CANCELED_VALUEBES_FILE_WRITE_CANCELED = 11 [(.failure_details.metadata) = { ... }- See Also:
-
BES_FILE_WRITE_UNKNOWN_ERROR_VALUE
public static final int BES_FILE_WRITE_UNKNOWN_ERROR_VALUEBES_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_VALUEBES_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_VALUEBES_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_VALUEBES_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_VALUEBES_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_VALUEBES_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_VALUEBES_UPLOAD_RETRY_LIMIT_EXCEEDED_FAILURE = 17 [(.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.BuildProgress.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.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 nameNullPointerException- if the argument is null
-