Enum Class FailureDetails.FailAction.Code

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

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

    • FAIL_ACTION_UNKNOWN

      public static final FailureDetails.FailAction.Code FAIL_ACTION_UNKNOWN
      FAIL_ACTION_UNKNOWN = 0 [(.failure_details.metadata) = { ... }
    • INTENTIONAL_FAILURE

      public static final FailureDetails.FailAction.Code INTENTIONAL_FAILURE
      INTENTIONAL_FAILURE = 1 [(.failure_details.metadata) = { ... }
    • INCORRECT_PYTHON_VERSION

      public static final FailureDetails.FailAction.Code INCORRECT_PYTHON_VERSION
      INCORRECT_PYTHON_VERSION = 2 [(.failure_details.metadata) = { ... }
    • PROGUARD_SPECS_MISSING

      public static final FailureDetails.FailAction.Code PROGUARD_SPECS_MISSING
      PROGUARD_SPECS_MISSING = 3 [(.failure_details.metadata) = { ... }
    • DYNAMIC_LINKING_NOT_SUPPORTED

      public static final FailureDetails.FailAction.Code DYNAMIC_LINKING_NOT_SUPPORTED
      DYNAMIC_LINKING_NOT_SUPPORTED = 4 [(.failure_details.metadata) = { ... }
    • SOURCE_FILES_MISSING

      public static final FailureDetails.FailAction.Code SOURCE_FILES_MISSING
      SOURCE_FILES_MISSING = 5 [(.failure_details.metadata) = { ... }
    • INCORRECT_TOOLCHAIN

      public static final FailureDetails.FailAction.Code INCORRECT_TOOLCHAIN
      INCORRECT_TOOLCHAIN = 6 [(.failure_details.metadata) = { ... }
    • FRAGMENT_CLASS_MISSING

      public static final FailureDetails.FailAction.Code FRAGMENT_CLASS_MISSING
      FRAGMENT_CLASS_MISSING = 7 [(.failure_details.metadata) = { ... }
    • CANT_BUILD_INCOMPATIBLE_TARGET

      public static final FailureDetails.FailAction.Code CANT_BUILD_INCOMPATIBLE_TARGET
      CANT_BUILD_INCOMPATIBLE_TARGET = 10 [(.failure_details.metadata) = { ... }
    • UNRECOGNIZED

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

    • FAIL_ACTION_UNKNOWN_VALUE

      public static final int FAIL_ACTION_UNKNOWN_VALUE
      FAIL_ACTION_UNKNOWN = 0 [(.failure_details.metadata) = { ... }
      See Also:
    • INTENTIONAL_FAILURE_VALUE

      public static final int INTENTIONAL_FAILURE_VALUE
      INTENTIONAL_FAILURE = 1 [(.failure_details.metadata) = { ... }
      See Also:
    • INCORRECT_PYTHON_VERSION_VALUE

      public static final int INCORRECT_PYTHON_VERSION_VALUE
      INCORRECT_PYTHON_VERSION = 2 [(.failure_details.metadata) = { ... }
      See Also:
    • PROGUARD_SPECS_MISSING_VALUE

      public static final int PROGUARD_SPECS_MISSING_VALUE
      PROGUARD_SPECS_MISSING = 3 [(.failure_details.metadata) = { ... }
      See Also:
    • DYNAMIC_LINKING_NOT_SUPPORTED_VALUE

      public static final int DYNAMIC_LINKING_NOT_SUPPORTED_VALUE
      DYNAMIC_LINKING_NOT_SUPPORTED = 4 [(.failure_details.metadata) = { ... }
      See Also:
    • SOURCE_FILES_MISSING_VALUE

      public static final int SOURCE_FILES_MISSING_VALUE
      SOURCE_FILES_MISSING = 5 [(.failure_details.metadata) = { ... }
      See Also:
    • INCORRECT_TOOLCHAIN_VALUE

      public static final int INCORRECT_TOOLCHAIN_VALUE
      INCORRECT_TOOLCHAIN = 6 [(.failure_details.metadata) = { ... }
      See Also:
    • FRAGMENT_CLASS_MISSING_VALUE

      public static final int FRAGMENT_CLASS_MISSING_VALUE
      FRAGMENT_CLASS_MISSING = 7 [(.failure_details.metadata) = { ... }
      See Also:
    • CANT_BUILD_INCOMPATIBLE_TARGET_VALUE

      public static final int CANT_BUILD_INCOMPATIBLE_TARGET_VALUE
      CANT_BUILD_INCOMPATIBLE_TARGET = 10 [(.failure_details.metadata) = { ... }
      See Also:
  • Method Details

    • values

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