Enum Class OptionFilters.OptionEffectTag

java.lang.Object
java.lang.Enum<OptionFilters.OptionEffectTag>
com.google.devtools.common.options.proto.OptionFilters.OptionEffectTag
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<OptionFilters.OptionEffectTag>, Constable
Enclosing class:
OptionFilters

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

  • Field Details

    • UNKNOWN_VALUE

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public static final int TEST_RUNNER_VALUE
      TEST_RUNNER = 14;
      See Also:
  • Method Details

    • values

      public static OptionFilters.OptionEffectTag[] 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 OptionFilters.OptionEffectTag 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 OptionFilters.OptionEffectTag 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 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.
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<OptionFilters.OptionEffectTag> 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 OptionFilters.OptionEffectTag 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