Enum FailureDetails.FailAction.Code

  • All Implemented Interfaces:
    com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, java.io.Serializable, java.lang.Comparable<FailureDetails.FailAction.Code>
    Enclosing class:
    FailureDetails.FailAction

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

      • 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) = { ... }
    • Field Detail

      • FAIL_ACTION_UNKNOWN_VALUE

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

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

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

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

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

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

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

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

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

      • values

        public static FailureDetails.FailAction.Code[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (FailureDetails.FailAction.Code c : FailureDetails.FailAction.Code.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static FailureDetails.FailAction.Code valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.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 type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.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.
      • 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 type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null