Enum Class FailureDetails.Interrupted.Code
java.lang.Object
java.lang.Enum<FailureDetails.Interrupted.Code>
com.google.devtools.build.lib.server.FailureDetails.Interrupted.Code
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<FailureDetails.Interrupted.Code>,Constable
- Enclosing class:
- FailureDetails.Interrupted
public static enum FailureDetails.Interrupted.Code
extends Enum<FailureDetails.Interrupted.Code>
implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum
failure_details.Interrupted.Code-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDEPRECATED_AFTER_QUERY = 10 [(.failure_details.metadata) = { ...The following more specific interrupt codes have been deprecated and consolidated into INTERRUPTED.DEPRECATED_BUILD_COMPLETION = 5 [(.failure_details.metadata) = { ...DEPRECATED_CLEAN_COMMAND = 20 [(.failure_details.metadata) = { ...DEPRECATED_COMMAND_DISPATCH = 8 [(.failure_details.metadata) = { ...DEPRECATED_EXECUTOR_COMPLETION = 7 [(.failure_details.metadata) = { ...DEPRECATED_FETCH_COMMAND = 17 [(.failure_details.metadata) = { ...DEPRECATED_INFO_ITEM = 9 [(.failure_details.metadata) = { ...DEPRECATED_MOBILE_INSTALL_COMMAND = 21 [(.failure_details.metadata) = { ...DEPRECATED_OPTIONS_PARSING = 27 [(.failure_details.metadata) = { ...DEPRECATED_PACKAGE_LOADING_SYNC = 6 [(.failure_details.metadata) = { ...DEPRECATED_QUERY = 22 [(.failure_details.metadata) = { ...DEPRECATED_RUN_COMMAND = 23 [(.failure_details.metadata) = { ...DEPRECATED_SYNC_COMMAND = 18 [(.failure_details.metadata) = { ...Command was interrupted (cancelled).Unknown interrupt. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intDEPRECATED_AFTER_QUERY = 10 [(.failure_details.metadata) = { ...static final intDEPRECATED_BUILD_COMPLETION = 5 [(.failure_details.metadata) = { ...static final intThe following more specific interrupt codes have been deprecated and consolidated into INTERRUPTED.static final intDEPRECATED_CLEAN_COMMAND = 20 [(.failure_details.metadata) = { ...static final intDEPRECATED_COMMAND_DISPATCH = 8 [(.failure_details.metadata) = { ...static final intDEPRECATED_EXECUTOR_COMPLETION = 7 [(.failure_details.metadata) = { ...static final intDEPRECATED_FETCH_COMMAND = 17 [(.failure_details.metadata) = { ...static final intDEPRECATED_INFO_ITEM = 9 [(.failure_details.metadata) = { ...static final intDEPRECATED_MOBILE_INSTALL_COMMAND = 21 [(.failure_details.metadata) = { ...static final intDEPRECATED_OPTIONS_PARSING = 27 [(.failure_details.metadata) = { ...static final intDEPRECATED_PACKAGE_LOADING_SYNC = 6 [(.failure_details.metadata) = { ...static final intDEPRECATED_QUERY = 22 [(.failure_details.metadata) = { ...static final intDEPRECATED_RUN_COMMAND = 23 [(.failure_details.metadata) = { ...static final intDEPRECATED_SYNC_COMMAND = 18 [(.failure_details.metadata) = { ...static final intUnknown interrupt.static final intCommand was interrupted (cancelled). -
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.Interrupted.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.Interrupted.Code[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
INTERRUPTED_UNKNOWN
Unknown interrupt. Avoid using this code, instead use INTERRUPTED.
INTERRUPTED_UNKNOWN = 0 [(.failure_details.metadata) = { ... } -
INTERRUPTED
Command was interrupted (cancelled).
INTERRUPTED = 28 [(.failure_details.metadata) = { ... } -
DEPRECATED_BUILD
The following more specific interrupt codes have been deprecated and consolidated into INTERRUPTED.
DEPRECATED_BUILD = 4 [(.failure_details.metadata) = { ... } -
DEPRECATED_BUILD_COMPLETION
DEPRECATED_BUILD_COMPLETION = 5 [(.failure_details.metadata) = { ... } -
DEPRECATED_PACKAGE_LOADING_SYNC
DEPRECATED_PACKAGE_LOADING_SYNC = 6 [(.failure_details.metadata) = { ... } -
DEPRECATED_EXECUTOR_COMPLETION
DEPRECATED_EXECUTOR_COMPLETION = 7 [(.failure_details.metadata) = { ... } -
DEPRECATED_COMMAND_DISPATCH
DEPRECATED_COMMAND_DISPATCH = 8 [(.failure_details.metadata) = { ... } -
DEPRECATED_INFO_ITEM
DEPRECATED_INFO_ITEM = 9 [(.failure_details.metadata) = { ... } -
DEPRECATED_AFTER_QUERY
DEPRECATED_AFTER_QUERY = 10 [(.failure_details.metadata) = { ... } -
DEPRECATED_FETCH_COMMAND
DEPRECATED_FETCH_COMMAND = 17 [(.failure_details.metadata) = { ... } -
DEPRECATED_SYNC_COMMAND
DEPRECATED_SYNC_COMMAND = 18 [(.failure_details.metadata) = { ... } -
DEPRECATED_CLEAN_COMMAND
DEPRECATED_CLEAN_COMMAND = 20 [(.failure_details.metadata) = { ... } -
DEPRECATED_MOBILE_INSTALL_COMMAND
DEPRECATED_MOBILE_INSTALL_COMMAND = 21 [(.failure_details.metadata) = { ... } -
DEPRECATED_QUERY
DEPRECATED_QUERY = 22 [(.failure_details.metadata) = { ... } -
DEPRECATED_RUN_COMMAND
DEPRECATED_RUN_COMMAND = 23 [(.failure_details.metadata) = { ... } -
DEPRECATED_OPTIONS_PARSING
DEPRECATED_OPTIONS_PARSING = 27 [(.failure_details.metadata) = { ... } -
UNRECOGNIZED
-
-
Field Details
-
INTERRUPTED_UNKNOWN_VALUE
public static final int INTERRUPTED_UNKNOWN_VALUEUnknown interrupt. Avoid using this code, instead use INTERRUPTED.
INTERRUPTED_UNKNOWN = 0 [(.failure_details.metadata) = { ... }- See Also:
-
INTERRUPTED_VALUE
public static final int INTERRUPTED_VALUECommand was interrupted (cancelled).
INTERRUPTED = 28 [(.failure_details.metadata) = { ... }- See Also:
-
DEPRECATED_BUILD_VALUE
public static final int DEPRECATED_BUILD_VALUEThe following more specific interrupt codes have been deprecated and consolidated into INTERRUPTED.
DEPRECATED_BUILD = 4 [(.failure_details.metadata) = { ... }- See Also:
-
DEPRECATED_BUILD_COMPLETION_VALUE
public static final int DEPRECATED_BUILD_COMPLETION_VALUEDEPRECATED_BUILD_COMPLETION = 5 [(.failure_details.metadata) = { ... }- See Also:
-
DEPRECATED_PACKAGE_LOADING_SYNC_VALUE
public static final int DEPRECATED_PACKAGE_LOADING_SYNC_VALUEDEPRECATED_PACKAGE_LOADING_SYNC = 6 [(.failure_details.metadata) = { ... }- See Also:
-
DEPRECATED_EXECUTOR_COMPLETION_VALUE
public static final int DEPRECATED_EXECUTOR_COMPLETION_VALUEDEPRECATED_EXECUTOR_COMPLETION = 7 [(.failure_details.metadata) = { ... }- See Also:
-
DEPRECATED_COMMAND_DISPATCH_VALUE
public static final int DEPRECATED_COMMAND_DISPATCH_VALUEDEPRECATED_COMMAND_DISPATCH = 8 [(.failure_details.metadata) = { ... }- See Also:
-
DEPRECATED_INFO_ITEM_VALUE
public static final int DEPRECATED_INFO_ITEM_VALUEDEPRECATED_INFO_ITEM = 9 [(.failure_details.metadata) = { ... }- See Also:
-
DEPRECATED_AFTER_QUERY_VALUE
public static final int DEPRECATED_AFTER_QUERY_VALUEDEPRECATED_AFTER_QUERY = 10 [(.failure_details.metadata) = { ... }- See Also:
-
DEPRECATED_FETCH_COMMAND_VALUE
public static final int DEPRECATED_FETCH_COMMAND_VALUEDEPRECATED_FETCH_COMMAND = 17 [(.failure_details.metadata) = { ... }- See Also:
-
DEPRECATED_SYNC_COMMAND_VALUE
public static final int DEPRECATED_SYNC_COMMAND_VALUEDEPRECATED_SYNC_COMMAND = 18 [(.failure_details.metadata) = { ... }- See Also:
-
DEPRECATED_CLEAN_COMMAND_VALUE
public static final int DEPRECATED_CLEAN_COMMAND_VALUEDEPRECATED_CLEAN_COMMAND = 20 [(.failure_details.metadata) = { ... }- See Also:
-
DEPRECATED_MOBILE_INSTALL_COMMAND_VALUE
public static final int DEPRECATED_MOBILE_INSTALL_COMMAND_VALUEDEPRECATED_MOBILE_INSTALL_COMMAND = 21 [(.failure_details.metadata) = { ... }- See Also:
-
DEPRECATED_QUERY_VALUE
public static final int DEPRECATED_QUERY_VALUEDEPRECATED_QUERY = 22 [(.failure_details.metadata) = { ... }- See Also:
-
DEPRECATED_RUN_COMMAND_VALUE
public static final int DEPRECATED_RUN_COMMAND_VALUEDEPRECATED_RUN_COMMAND = 23 [(.failure_details.metadata) = { ... }- See Also:
-
DEPRECATED_OPTIONS_PARSING_VALUE
public static final int DEPRECATED_OPTIONS_PARSING_VALUEDEPRECATED_OPTIONS_PARSING = 27 [(.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.Interrupted.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.Interrupted.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
-