Uses of Class
com.google.devtools.build.lib.runtime.proto.CommandLineOuterClass.Option.Builder
Packages that use CommandLineOuterClass.Option.Builder
-
Uses of CommandLineOuterClass.Option.Builder in com.google.devtools.build.lib.runtime.proto
Methods in com.google.devtools.build.lib.runtime.proto that return CommandLineOuterClass.Option.BuilderModifier and TypeMethodDescriptionCommandLineOuterClass.Option.Builder.addAllEffectTags(Iterable<? extends OptionFilters.OptionEffectTag> values) This flag's tagged effects.CommandLineOuterClass.Option.Builder.addAllEffectTagsValue(Iterable<Integer> values) This flag's tagged effects.CommandLineOuterClass.Option.Builder.addAllMetadataTags(Iterable<? extends OptionFilters.OptionMetadataTag> values) Metadata about the flag.CommandLineOuterClass.Option.Builder.addAllMetadataTagsValue(Iterable<Integer> values) Metadata about the flag.CommandLineOuterClass.Option.Builder.addEffectTags(OptionFilters.OptionEffectTag value) This flag's tagged effects.CommandLineOuterClass.Option.Builder.addEffectTagsValue(int value) This flag's tagged effects.CommandLineOuterClass.Option.Builder.addMetadataTags(OptionFilters.OptionMetadataTag value) Metadata about the flag.CommandLineOuterClass.Option.Builder.addMetadataTagsValue(int value) Metadata about the flag.CommandLineOuterClass.OptionList.Builder.addOptionBuilder()repeated .command_line.Option option = 1;CommandLineOuterClass.OptionList.Builder.addOptionBuilder(int index) repeated .command_line.Option option = 1;CommandLineOuterClass.Option.Builder.clear()CommandLineOuterClass.Option.Builder.clearCombinedForm()How the option looks with the option and its value combined.CommandLineOuterClass.Option.Builder.clearEffectTags()This flag's tagged effects.CommandLineOuterClass.Option.Builder.clearMetadataTags()Metadata about the flag.CommandLineOuterClass.Option.Builder.clearOptionName()The canonical name of the option, without the preceding dashes.CommandLineOuterClass.Option.Builder.clearOptionValue()The value of the flag, or unset for flags that do not take values.CommandLineOuterClass.OptionList.Builder.getOptionBuilder(int index) repeated .command_line.Option option = 1;CommandLineOuterClass.Option.Builder.mergeFrom(CommandLineOuterClass.Option other) CommandLineOuterClass.Option.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandLineOuterClass.Option.Builder.mergeFrom(com.google.protobuf.Message other) CommandLineOuterClass.Option.newBuilder()CommandLineOuterClass.Option.newBuilder(CommandLineOuterClass.Option prototype) CommandLineOuterClass.Option.newBuilderForType()protected CommandLineOuterClass.Option.BuilderCommandLineOuterClass.Option.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) CommandLineOuterClass.Option.Builder.setCombinedForm(String value) How the option looks with the option and its value combined.CommandLineOuterClass.Option.Builder.setCombinedFormBytes(com.google.protobuf.ByteString value) How the option looks with the option and its value combined.CommandLineOuterClass.Option.Builder.setEffectTags(int index, OptionFilters.OptionEffectTag value) This flag's tagged effects.CommandLineOuterClass.Option.Builder.setEffectTagsValue(int index, int value) This flag's tagged effects.CommandLineOuterClass.Option.Builder.setMetadataTags(int index, OptionFilters.OptionMetadataTag value) Metadata about the flag.CommandLineOuterClass.Option.Builder.setMetadataTagsValue(int index, int value) Metadata about the flag.CommandLineOuterClass.Option.Builder.setOptionName(String value) The canonical name of the option, without the preceding dashes.CommandLineOuterClass.Option.Builder.setOptionNameBytes(com.google.protobuf.ByteString value) The canonical name of the option, without the preceding dashes.CommandLineOuterClass.Option.Builder.setOptionValue(String value) The value of the flag, or unset for flags that do not take values.CommandLineOuterClass.Option.Builder.setOptionValueBytes(com.google.protobuf.ByteString value) The value of the flag, or unset for flags that do not take values.CommandLineOuterClass.Option.toBuilder()Methods in com.google.devtools.build.lib.runtime.proto that return types with arguments of type CommandLineOuterClass.Option.BuilderModifier and TypeMethodDescriptionCommandLineOuterClass.OptionList.Builder.getOptionBuilderList()repeated .command_line.Option option = 1;Methods in com.google.devtools.build.lib.runtime.proto with parameters of type CommandLineOuterClass.Option.BuilderModifier and TypeMethodDescriptionCommandLineOuterClass.OptionList.Builder.addOption(int index, CommandLineOuterClass.Option.Builder builderForValue) repeated .command_line.Option option = 1;CommandLineOuterClass.OptionList.Builder.addOption(CommandLineOuterClass.Option.Builder builderForValue) repeated .command_line.Option option = 1;CommandLineOuterClass.OptionList.Builder.setOption(int index, CommandLineOuterClass.Option.Builder builderForValue) repeated .command_line.Option option = 1;