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-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionACTION_COMMAND_LINES = 13;AFFECTS_OUTPUTS = 4;BAZEL_INTERNAL_CONFIGURATION = 6;BAZEL_MONITORING = 11;BUILD_FILE_SEMANTICS = 5;CHANGES_INPUTS = 3;EAGERNESS_TO_EXIT = 10;EXECUTION = 8;HOST_MACHINE_RESOURCE_OPTIMIZATIONS = 9;LOADING_AND_ANALYSIS = 7;LOSES_INCREMENTAL_STATE = 2;This flag has literally no effect.TERMINAL_OUTPUT = 12;TEST_RUNNER = 14;This option's effect or intent is unknown. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intACTION_COMMAND_LINES = 13;static final intAFFECTS_OUTPUTS = 4;static final intBAZEL_INTERNAL_CONFIGURATION = 6;static final intBAZEL_MONITORING = 11;static final intBUILD_FILE_SEMANTICS = 5;static final intCHANGES_INPUTS = 3;static final intEAGERNESS_TO_EXIT = 10;static final intEXECUTION = 8;static final intHOST_MACHINE_RESOURCE_OPTIMIZATIONS = 9;static final intLOADING_AND_ANALYSIS = 7;static final intLOSES_INCREMENTAL_STATE = 2;static final intThis flag has literally no effect.static final intTERMINAL_OUTPUT = 12;static final intTEST_RUNNER = 14;static final intThis option's effect or intent is unknown. -
Method Summary
Modifier and TypeMethodDescriptionforNumber(int value) static final com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<OptionFilters.OptionEffectTag>valueOf(int value) Deprecated.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static OptionFilters.OptionEffectTag[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNKNOWN
This option's effect or intent is unknown.
UNKNOWN = 0; -
NO_OP
This flag has literally no effect.
NO_OP = 1; -
LOSES_INCREMENTAL_STATE
LOSES_INCREMENTAL_STATE = 2; -
CHANGES_INPUTS
CHANGES_INPUTS = 3; -
AFFECTS_OUTPUTS
AFFECTS_OUTPUTS = 4; -
BUILD_FILE_SEMANTICS
BUILD_FILE_SEMANTICS = 5; -
BAZEL_INTERNAL_CONFIGURATION
BAZEL_INTERNAL_CONFIGURATION = 6; -
LOADING_AND_ANALYSIS
LOADING_AND_ANALYSIS = 7; -
EXECUTION
EXECUTION = 8; -
HOST_MACHINE_RESOURCE_OPTIMIZATIONS
HOST_MACHINE_RESOURCE_OPTIMIZATIONS = 9; -
EAGERNESS_TO_EXIT
EAGERNESS_TO_EXIT = 10; -
BAZEL_MONITORING
BAZEL_MONITORING = 11; -
TERMINAL_OUTPUT
TERMINAL_OUTPUT = 12; -
ACTION_COMMAND_LINES
ACTION_COMMAND_LINES = 13; -
TEST_RUNNER
TEST_RUNNER = 14; -
UNRECOGNIZED
-
-
Field Details
-
UNKNOWN_VALUE
public static final int UNKNOWN_VALUEThis option's effect or intent is unknown.
UNKNOWN = 0;- See Also:
-
NO_OP_VALUE
public static final int NO_OP_VALUEThis flag has literally no effect.
NO_OP = 1;- See Also:
-
LOSES_INCREMENTAL_STATE_VALUE
public static final int LOSES_INCREMENTAL_STATE_VALUELOSES_INCREMENTAL_STATE = 2;- See Also:
-
CHANGES_INPUTS_VALUE
public static final int CHANGES_INPUTS_VALUECHANGES_INPUTS = 3;- See Also:
-
AFFECTS_OUTPUTS_VALUE
public static final int AFFECTS_OUTPUTS_VALUEAFFECTS_OUTPUTS = 4;- See Also:
-
BUILD_FILE_SEMANTICS_VALUE
public static final int BUILD_FILE_SEMANTICS_VALUEBUILD_FILE_SEMANTICS = 5;- See Also:
-
BAZEL_INTERNAL_CONFIGURATION_VALUE
public static final int BAZEL_INTERNAL_CONFIGURATION_VALUEBAZEL_INTERNAL_CONFIGURATION = 6;- See Also:
-
LOADING_AND_ANALYSIS_VALUE
public static final int LOADING_AND_ANALYSIS_VALUELOADING_AND_ANALYSIS = 7;- See Also:
-
EXECUTION_VALUE
public static final int EXECUTION_VALUEEXECUTION = 8;- See Also:
-
HOST_MACHINE_RESOURCE_OPTIMIZATIONS_VALUE
public static final int HOST_MACHINE_RESOURCE_OPTIMIZATIONS_VALUEHOST_MACHINE_RESOURCE_OPTIMIZATIONS = 9;- See Also:
-
EAGERNESS_TO_EXIT_VALUE
public static final int EAGERNESS_TO_EXIT_VALUEEAGERNESS_TO_EXIT = 10;- See Also:
-
BAZEL_MONITORING_VALUE
public static final int BAZEL_MONITORING_VALUEBAZEL_MONITORING = 11;- See Also:
-
TERMINAL_OUTPUT_VALUE
public static final int TERMINAL_OUTPUT_VALUETERMINAL_OUTPUT = 12;- See Also:
-
ACTION_COMMAND_LINES_VALUE
public static final int ACTION_COMMAND_LINES_VALUEACTION_COMMAND_LINES = 13;- See Also:
-
TEST_RUNNER_VALUE
public static final int TEST_RUNNER_VALUETEST_RUNNER = 14;- See Also:
-
-
Method Details
-
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
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 nameNullPointerException- 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.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 nameNullPointerException- if the argument is null
-
forNumber
- 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 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 nameNullPointerException- if the argument is null
-