Enum FailureDetails.RunCommand.Code

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

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

      • RUN_COMMAND_UNKNOWN

        public static final FailureDetails.RunCommand.Code RUN_COMMAND_UNKNOWN
        RUN_COMMAND_UNKNOWN = 0 [(.failure_details.metadata) = { ... }
      • NO_TARGET_SPECIFIED

        public static final FailureDetails.RunCommand.Code NO_TARGET_SPECIFIED
        NO_TARGET_SPECIFIED = 1 [(.failure_details.metadata) = { ... }
      • TOO_MANY_TARGETS_SPECIFIED

        public static final FailureDetails.RunCommand.Code TOO_MANY_TARGETS_SPECIFIED
        TOO_MANY_TARGETS_SPECIFIED = 2 [(.failure_details.metadata) = { ... }
      • TARGET_NOT_EXECUTABLE

        public static final FailureDetails.RunCommand.Code TARGET_NOT_EXECUTABLE
        TARGET_NOT_EXECUTABLE = 3 [(.failure_details.metadata) = { ... }
      • TARGET_BUILT_BUT_PATH_NOT_EXECUTABLE

        public static final FailureDetails.RunCommand.Code TARGET_BUILT_BUT_PATH_NOT_EXECUTABLE
        TARGET_BUILT_BUT_PATH_NOT_EXECUTABLE = 4 [(.failure_details.metadata) = { ... }
      • TARGET_BUILT_BUT_PATH_VALIDATION_FAILED

        public static final FailureDetails.RunCommand.Code TARGET_BUILT_BUT_PATH_VALIDATION_FAILED
        TARGET_BUILT_BUT_PATH_VALIDATION_FAILED = 5 [(.failure_details.metadata) = { ... }
      • RUN_UNDER_TARGET_NOT_BUILT

        public static final FailureDetails.RunCommand.Code RUN_UNDER_TARGET_NOT_BUILT
        RUN_UNDER_TARGET_NOT_BUILT = 6 [(.failure_details.metadata) = { ... }
      • TOO_MANY_TEST_SHARDS_OR_RUNS

        public static final FailureDetails.RunCommand.Code TOO_MANY_TEST_SHARDS_OR_RUNS
        TOO_MANY_TEST_SHARDS_OR_RUNS = 8 [(.failure_details.metadata) = { ... }
      • TEST_ENVIRONMENT_SETUP_FAILURE

        public static final FailureDetails.RunCommand.Code TEST_ENVIRONMENT_SETUP_FAILURE
        TEST_ENVIRONMENT_SETUP_FAILURE = 9 [(.failure_details.metadata) = { ... }
      • COMMAND_LINE_EXPANSION_FAILURE

        public static final FailureDetails.RunCommand.Code COMMAND_LINE_EXPANSION_FAILURE
        COMMAND_LINE_EXPANSION_FAILURE = 10 [(.failure_details.metadata) = { ... }
      • NO_SHELL_SPECIFIED

        public static final FailureDetails.RunCommand.Code NO_SHELL_SPECIFIED
        NO_SHELL_SPECIFIED = 11 [(.failure_details.metadata) = { ... }
      • SCRIPT_WRITE_FAILURE

        public static final FailureDetails.RunCommand.Code SCRIPT_WRITE_FAILURE
        SCRIPT_WRITE_FAILURE = 12 [(.failure_details.metadata) = { ... }
      • RUNFILES_DIRECTORIES_CREATION_FAILURE

        public static final FailureDetails.RunCommand.Code RUNFILES_DIRECTORIES_CREATION_FAILURE
        RUNFILES_DIRECTORIES_CREATION_FAILURE = 13 [(.failure_details.metadata) = { ... }
      • RUNFILES_SYMLINKS_CREATION_FAILURE

        public static final FailureDetails.RunCommand.Code RUNFILES_SYMLINKS_CREATION_FAILURE
        RUNFILES_SYMLINKS_CREATION_FAILURE = 14 [(.failure_details.metadata) = { ... }
      • TEST_ENVIRONMENT_SETUP_INTERRUPTED

        public static final FailureDetails.RunCommand.Code TEST_ENVIRONMENT_SETUP_INTERRUPTED
        TEST_ENVIRONMENT_SETUP_INTERRUPTED = 15 [(.failure_details.metadata) = { ... }
    • Field Detail

      • RUN_COMMAND_UNKNOWN_VALUE

        public static final int RUN_COMMAND_UNKNOWN_VALUE
        RUN_COMMAND_UNKNOWN = 0 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
      • NO_TARGET_SPECIFIED_VALUE

        public static final int NO_TARGET_SPECIFIED_VALUE
        NO_TARGET_SPECIFIED = 1 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
      • TOO_MANY_TARGETS_SPECIFIED_VALUE

        public static final int TOO_MANY_TARGETS_SPECIFIED_VALUE
        TOO_MANY_TARGETS_SPECIFIED = 2 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
      • TARGET_NOT_EXECUTABLE_VALUE

        public static final int TARGET_NOT_EXECUTABLE_VALUE
        TARGET_NOT_EXECUTABLE = 3 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
      • TARGET_BUILT_BUT_PATH_NOT_EXECUTABLE_VALUE

        public static final int TARGET_BUILT_BUT_PATH_NOT_EXECUTABLE_VALUE
        TARGET_BUILT_BUT_PATH_NOT_EXECUTABLE = 4 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
      • TARGET_BUILT_BUT_PATH_VALIDATION_FAILED_VALUE

        public static final int TARGET_BUILT_BUT_PATH_VALIDATION_FAILED_VALUE
        TARGET_BUILT_BUT_PATH_VALIDATION_FAILED = 5 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
      • RUN_UNDER_TARGET_NOT_BUILT_VALUE

        public static final int RUN_UNDER_TARGET_NOT_BUILT_VALUE
        RUN_UNDER_TARGET_NOT_BUILT = 6 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
      • RUN_PREREQ_UNMET_VALUE

        public static final int RUN_PREREQ_UNMET_VALUE
        RUN_PREREQ_UNMET = 7 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
      • TOO_MANY_TEST_SHARDS_OR_RUNS_VALUE

        public static final int TOO_MANY_TEST_SHARDS_OR_RUNS_VALUE
        TOO_MANY_TEST_SHARDS_OR_RUNS = 8 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
      • TEST_ENVIRONMENT_SETUP_FAILURE_VALUE

        public static final int TEST_ENVIRONMENT_SETUP_FAILURE_VALUE
        TEST_ENVIRONMENT_SETUP_FAILURE = 9 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
      • COMMAND_LINE_EXPANSION_FAILURE_VALUE

        public static final int COMMAND_LINE_EXPANSION_FAILURE_VALUE
        COMMAND_LINE_EXPANSION_FAILURE = 10 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
      • NO_SHELL_SPECIFIED_VALUE

        public static final int NO_SHELL_SPECIFIED_VALUE
        NO_SHELL_SPECIFIED = 11 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
      • SCRIPT_WRITE_FAILURE_VALUE

        public static final int SCRIPT_WRITE_FAILURE_VALUE
        SCRIPT_WRITE_FAILURE = 12 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
      • RUNFILES_DIRECTORIES_CREATION_FAILURE_VALUE

        public static final int RUNFILES_DIRECTORIES_CREATION_FAILURE_VALUE
        RUNFILES_DIRECTORIES_CREATION_FAILURE = 13 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
      • RUNFILES_SYMLINKS_CREATION_FAILURE_VALUE

        public static final int RUNFILES_SYMLINKS_CREATION_FAILURE_VALUE
        RUNFILES_SYMLINKS_CREATION_FAILURE = 14 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
      • TEST_ENVIRONMENT_SETUP_INTERRUPTED_VALUE

        public static final int TEST_ENVIRONMENT_SETUP_INTERRUPTED_VALUE
        TEST_ENVIRONMENT_SETUP_INTERRUPTED = 15 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static FailureDetails.RunCommand.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.RunCommand.Code c : FailureDetails.RunCommand.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.RunCommand.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.RunCommand.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.RunCommand.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.RunCommand.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