Enum OptionFilters.OptionEffectTag

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

    public static enum OptionFilters.OptionEffectTag
    extends java.lang.Enum<OptionFilters.OptionEffectTag>
    implements com.google.protobuf.ProtocolMessageEnum
     Docs in java enum.
     
    Protobuf enum options.OptionEffectTag
    • Field Detail

      • UNKNOWN_VALUE

        public static final int UNKNOWN_VALUE
         This option's effect or intent is unknown.
         
        UNKNOWN = 0;
        See Also:
        Constant Field Values
      • NO_OP_VALUE

        public static final int NO_OP_VALUE
         This flag has literally no effect.
         
        NO_OP = 1;
        See Also:
        Constant Field Values
      • LOSES_INCREMENTAL_STATE_VALUE

        public static final int LOSES_INCREMENTAL_STATE_VALUE
        LOSES_INCREMENTAL_STATE = 2;
        See Also:
        Constant Field Values
      • CHANGES_INPUTS_VALUE

        public static final int CHANGES_INPUTS_VALUE
        CHANGES_INPUTS = 3;
        See Also:
        Constant Field Values
      • AFFECTS_OUTPUTS_VALUE

        public static final int AFFECTS_OUTPUTS_VALUE
        AFFECTS_OUTPUTS = 4;
        See Also:
        Constant Field Values
      • BUILD_FILE_SEMANTICS_VALUE

        public static final int BUILD_FILE_SEMANTICS_VALUE
        BUILD_FILE_SEMANTICS = 5;
        See Also:
        Constant Field Values
      • BAZEL_INTERNAL_CONFIGURATION_VALUE

        public static final int BAZEL_INTERNAL_CONFIGURATION_VALUE
        BAZEL_INTERNAL_CONFIGURATION = 6;
        See Also:
        Constant Field Values
      • LOADING_AND_ANALYSIS_VALUE

        public static final int LOADING_AND_ANALYSIS_VALUE
        LOADING_AND_ANALYSIS = 7;
        See Also:
        Constant Field Values
      • EXECUTION_VALUE

        public static final int EXECUTION_VALUE
        EXECUTION = 8;
        See Also:
        Constant Field Values
      • HOST_MACHINE_RESOURCE_OPTIMIZATIONS_VALUE

        public static final int HOST_MACHINE_RESOURCE_OPTIMIZATIONS_VALUE
        HOST_MACHINE_RESOURCE_OPTIMIZATIONS = 9;
        See Also:
        Constant Field Values
      • EAGERNESS_TO_EXIT_VALUE

        public static final int EAGERNESS_TO_EXIT_VALUE
        EAGERNESS_TO_EXIT = 10;
        See Also:
        Constant Field Values
      • BAZEL_MONITORING_VALUE

        public static final int BAZEL_MONITORING_VALUE
        BAZEL_MONITORING = 11;
        See Also:
        Constant Field Values
      • TERMINAL_OUTPUT_VALUE

        public static final int TERMINAL_OUTPUT_VALUE
        TERMINAL_OUTPUT = 12;
        See Also:
        Constant Field Values
      • ACTION_COMMAND_LINES_VALUE

        public static final int ACTION_COMMAND_LINES_VALUE
        ACTION_COMMAND_LINES = 13;
        See Also:
        Constant Field Values
      • TEST_RUNNER_VALUE

        public static final int TEST_RUNNER_VALUE
        TEST_RUNNER = 14;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static OptionFilters.OptionEffectTag[] 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 (OptionFilters.OptionEffectTag c : OptionFilters.OptionEffectTag.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static OptionFilters.OptionEffectTag 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 OptionFilters.OptionEffectTag 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 OptionFilters.OptionEffectTag 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 OptionFilters.OptionEffectTag 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