Uses of Class
com.google.devtools.build.lib.runtime.proto.CommandLineOuterClass.CommandLineSection.Builder
Packages that use CommandLineOuterClass.CommandLineSection.Builder
-
Uses of CommandLineOuterClass.CommandLineSection.Builder in com.google.devtools.build.lib.runtime.proto
Methods in com.google.devtools.build.lib.runtime.proto that return CommandLineOuterClass.CommandLineSection.BuilderModifier and TypeMethodDescriptionCommandLineOuterClass.CommandLine.Builder.addSectionsBuilder()A Bazel command line is made of distinct parts.CommandLineOuterClass.CommandLine.Builder.addSectionsBuilder(int index) A Bazel command line is made of distinct parts.CommandLineOuterClass.CommandLineSection.Builder.clear()CommandLineOuterClass.CommandLineSection.Builder.clearChunkList()Sections with non-options, such as the list of targets or the command, should use simple string chunks.CommandLineOuterClass.CommandLineSection.Builder.clearOptionList()Startup and command options are lists of options and belong here.CommandLineOuterClass.CommandLineSection.Builder.clearSectionLabel()The name of this section, such as "startup_option" or "command".CommandLineOuterClass.CommandLineSection.Builder.clearSectionType()CommandLineOuterClass.CommandLine.Builder.getSectionsBuilder(int index) A Bazel command line is made of distinct parts.CommandLineOuterClass.CommandLineSection.Builder.mergeChunkList(CommandLineOuterClass.ChunkList value) Sections with non-options, such as the list of targets or the command, should use simple string chunks.CommandLineOuterClass.CommandLineSection.Builder.mergeFrom(CommandLineOuterClass.CommandLineSection other) CommandLineOuterClass.CommandLineSection.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandLineOuterClass.CommandLineSection.Builder.mergeFrom(com.google.protobuf.Message other) CommandLineOuterClass.CommandLineSection.Builder.mergeOptionList(CommandLineOuterClass.OptionList value) Startup and command options are lists of options and belong here.CommandLineOuterClass.CommandLineSection.newBuilder()CommandLineOuterClass.CommandLineSection.newBuilder(CommandLineOuterClass.CommandLineSection prototype) CommandLineOuterClass.CommandLineSection.newBuilderForType()CommandLineOuterClass.CommandLineSection.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) CommandLineOuterClass.CommandLineSection.Builder.setChunkList(CommandLineOuterClass.ChunkList value) Sections with non-options, such as the list of targets or the command, should use simple string chunks.CommandLineOuterClass.CommandLineSection.Builder.setChunkList(CommandLineOuterClass.ChunkList.Builder builderForValue) Sections with non-options, such as the list of targets or the command, should use simple string chunks.CommandLineOuterClass.CommandLineSection.Builder.setOptionList(CommandLineOuterClass.OptionList value) Startup and command options are lists of options and belong here.CommandLineOuterClass.CommandLineSection.Builder.setOptionList(CommandLineOuterClass.OptionList.Builder builderForValue) Startup and command options are lists of options and belong here.CommandLineOuterClass.CommandLineSection.Builder.setSectionLabel(String value) The name of this section, such as "startup_option" or "command".CommandLineOuterClass.CommandLineSection.Builder.setSectionLabelBytes(com.google.protobuf.ByteString value) The name of this section, such as "startup_option" or "command".CommandLineOuterClass.CommandLineSection.toBuilder()Methods in com.google.devtools.build.lib.runtime.proto that return types with arguments of type CommandLineOuterClass.CommandLineSection.BuilderModifier and TypeMethodDescriptionCommandLineOuterClass.CommandLine.Builder.getSectionsBuilderList()A Bazel command line is made of distinct parts.Methods in com.google.devtools.build.lib.runtime.proto with parameters of type CommandLineOuterClass.CommandLineSection.BuilderModifier and TypeMethodDescriptionCommandLineOuterClass.CommandLine.Builder.addSections(int index, CommandLineOuterClass.CommandLineSection.Builder builderForValue) A Bazel command line is made of distinct parts.CommandLineOuterClass.CommandLine.Builder.addSections(CommandLineOuterClass.CommandLineSection.Builder builderForValue) A Bazel command line is made of distinct parts.CommandLineOuterClass.CommandLine.Builder.setSections(int index, CommandLineOuterClass.CommandLineSection.Builder builderForValue) A Bazel command line is made of distinct parts.