Uses of Class
com.google.devtools.common.options.proto.OptionFilters.OptionEffectTag
-
Packages that use OptionFilters.OptionEffectTag Package Description com.google.devtools.build.lib.runtime.proto com.google.devtools.common.options.proto -
-
Uses of OptionFilters.OptionEffectTag in com.google.devtools.build.lib.runtime.proto
Methods in com.google.devtools.build.lib.runtime.proto that return OptionFilters.OptionEffectTag Modifier and Type Method Description OptionFilters.OptionEffectTagCommandLineOuterClass.Option.Builder. getEffectTags(int index)This flag's tagged effects.OptionFilters.OptionEffectTagCommandLineOuterClass.Option. getEffectTags(int index)This flag's tagged effects.OptionFilters.OptionEffectTagCommandLineOuterClass.OptionOrBuilder. getEffectTags(int index)This flag's tagged effects.Methods in com.google.devtools.build.lib.runtime.proto that return types with arguments of type OptionFilters.OptionEffectTag Modifier and Type Method Description java.util.List<OptionFilters.OptionEffectTag>CommandLineOuterClass.Option.Builder. getEffectTagsList()This flag's tagged effects.java.util.List<OptionFilters.OptionEffectTag>CommandLineOuterClass.Option. getEffectTagsList()This flag's tagged effects.java.util.List<OptionFilters.OptionEffectTag>CommandLineOuterClass.OptionOrBuilder. getEffectTagsList()This flag's tagged effects.Methods in com.google.devtools.build.lib.runtime.proto with parameters of type OptionFilters.OptionEffectTag Modifier and Type Method Description CommandLineOuterClass.Option.BuilderCommandLineOuterClass.Option.Builder. addEffectTags(OptionFilters.OptionEffectTag value)This flag's tagged effects.CommandLineOuterClass.Option.BuilderCommandLineOuterClass.Option.Builder. setEffectTags(int index, OptionFilters.OptionEffectTag value)This flag's tagged effects.Method parameters in com.google.devtools.build.lib.runtime.proto with type arguments of type OptionFilters.OptionEffectTag Modifier and Type Method Description CommandLineOuterClass.Option.BuilderCommandLineOuterClass.Option.Builder. addAllEffectTags(java.lang.Iterable<? extends OptionFilters.OptionEffectTag> values)This flag's tagged effects. -
Uses of OptionFilters.OptionEffectTag in com.google.devtools.common.options.proto
Methods in com.google.devtools.common.options.proto that return OptionFilters.OptionEffectTag Modifier and Type Method Description static OptionFilters.OptionEffectTagOptionFilters.OptionEffectTag. forNumber(int value)static OptionFilters.OptionEffectTagOptionFilters.OptionEffectTag. valueOf(int value)Deprecated.static OptionFilters.OptionEffectTagOptionFilters.OptionEffectTag. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static OptionFilters.OptionEffectTagOptionFilters.OptionEffectTag. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OptionFilters.OptionEffectTag[]OptionFilters.OptionEffectTag. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.devtools.common.options.proto that return types with arguments of type OptionFilters.OptionEffectTag Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<OptionFilters.OptionEffectTag>OptionFilters.OptionEffectTag. internalGetValueMap()
-