Enum 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,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 enumoptions.OptionEffectTag
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ACTION_COMMAND_LINESACTION_COMMAND_LINES = 13;AFFECTS_OUTPUTSAFFECTS_OUTPUTS = 4;BAZEL_INTERNAL_CONFIGURATIONBAZEL_INTERNAL_CONFIGURATION = 6;BAZEL_MONITORINGBAZEL_MONITORING = 11;BUILD_FILE_SEMANTICSBUILD_FILE_SEMANTICS = 5;CHANGES_INPUTSCHANGES_INPUTS = 3;EAGERNESS_TO_EXITEAGERNESS_TO_EXIT = 10;EXECUTIONEXECUTION = 8;HOST_MACHINE_RESOURCE_OPTIMIZATIONSHOST_MACHINE_RESOURCE_OPTIMIZATIONS = 9;LOADING_AND_ANALYSISLOADING_AND_ANALYSIS = 7;LOSES_INCREMENTAL_STATELOSES_INCREMENTAL_STATE = 2;NO_OPThis flag has literally no effect.TERMINAL_OUTPUTTERMINAL_OUTPUT = 12;TEST_RUNNERTEST_RUNNER = 14;UNKNOWNThis option's effect or intent is unknown.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intACTION_COMMAND_LINES_VALUEACTION_COMMAND_LINES = 13;static intAFFECTS_OUTPUTS_VALUEAFFECTS_OUTPUTS = 4;static intBAZEL_INTERNAL_CONFIGURATION_VALUEBAZEL_INTERNAL_CONFIGURATION = 6;static intBAZEL_MONITORING_VALUEBAZEL_MONITORING = 11;static intBUILD_FILE_SEMANTICS_VALUEBUILD_FILE_SEMANTICS = 5;static intCHANGES_INPUTS_VALUECHANGES_INPUTS = 3;static intEAGERNESS_TO_EXIT_VALUEEAGERNESS_TO_EXIT = 10;static intEXECUTION_VALUEEXECUTION = 8;static intHOST_MACHINE_RESOURCE_OPTIMIZATIONS_VALUEHOST_MACHINE_RESOURCE_OPTIMIZATIONS = 9;static intLOADING_AND_ANALYSIS_VALUELOADING_AND_ANALYSIS = 7;static intLOSES_INCREMENTAL_STATE_VALUELOSES_INCREMENTAL_STATE = 2;static intNO_OP_VALUEThis flag has literally no effect.static intTERMINAL_OUTPUT_VALUETERMINAL_OUTPUT = 12;static intTEST_RUNNER_VALUETEST_RUNNER = 14;static intUNKNOWN_VALUEThis option's effect or intent is unknown.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static OptionFilters.OptionEffectTagforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<OptionFilters.OptionEffectTag>internalGetValueMap()static OptionFilters.OptionEffectTagvalueOf(int value)Deprecated.static OptionFilters.OptionEffectTagvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static OptionFilters.OptionEffectTagvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OptionFilters.OptionEffectTag[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNKNOWN
public static final OptionFilters.OptionEffectTag UNKNOWN
This option's effect or intent is unknown.
UNKNOWN = 0;
-
NO_OP
public static final OptionFilters.OptionEffectTag NO_OP
This flag has literally no effect.
NO_OP = 1;
-
LOSES_INCREMENTAL_STATE
public static final OptionFilters.OptionEffectTag LOSES_INCREMENTAL_STATE
LOSES_INCREMENTAL_STATE = 2;
-
CHANGES_INPUTS
public static final OptionFilters.OptionEffectTag CHANGES_INPUTS
CHANGES_INPUTS = 3;
-
AFFECTS_OUTPUTS
public static final OptionFilters.OptionEffectTag AFFECTS_OUTPUTS
AFFECTS_OUTPUTS = 4;
-
BUILD_FILE_SEMANTICS
public static final OptionFilters.OptionEffectTag BUILD_FILE_SEMANTICS
BUILD_FILE_SEMANTICS = 5;
-
BAZEL_INTERNAL_CONFIGURATION
public static final OptionFilters.OptionEffectTag BAZEL_INTERNAL_CONFIGURATION
BAZEL_INTERNAL_CONFIGURATION = 6;
-
LOADING_AND_ANALYSIS
public static final OptionFilters.OptionEffectTag LOADING_AND_ANALYSIS
LOADING_AND_ANALYSIS = 7;
-
EXECUTION
public static final OptionFilters.OptionEffectTag EXECUTION
EXECUTION = 8;
-
HOST_MACHINE_RESOURCE_OPTIMIZATIONS
public static final OptionFilters.OptionEffectTag HOST_MACHINE_RESOURCE_OPTIMIZATIONS
HOST_MACHINE_RESOURCE_OPTIMIZATIONS = 9;
-
EAGERNESS_TO_EXIT
public static final OptionFilters.OptionEffectTag EAGERNESS_TO_EXIT
EAGERNESS_TO_EXIT = 10;
-
BAZEL_MONITORING
public static final OptionFilters.OptionEffectTag BAZEL_MONITORING
BAZEL_MONITORING = 11;
-
TERMINAL_OUTPUT
public static final OptionFilters.OptionEffectTag TERMINAL_OUTPUT
TERMINAL_OUTPUT = 12;
-
ACTION_COMMAND_LINES
public static final OptionFilters.OptionEffectTag ACTION_COMMAND_LINES
ACTION_COMMAND_LINES = 13;
-
TEST_RUNNER
public static final OptionFilters.OptionEffectTag TEST_RUNNER
TEST_RUNNER = 14;
-
UNRECOGNIZED
public static final OptionFilters.OptionEffectTag UNRECOGNIZED
-
-
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 namejava.lang.NullPointerException- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.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 namejava.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.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<OptionFilters.OptionEffectTag> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.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 namejava.lang.NullPointerException- if the argument is null
-
-