Uses of Class
com.google.devtools.build.lib.runtime.proto.CommandLineOuterClass.CommandLineSection
Packages that use CommandLineOuterClass.CommandLineSection
-
Uses of CommandLineOuterClass.CommandLineSection in com.google.devtools.build.lib.runtime.proto
Methods in com.google.devtools.build.lib.runtime.proto that return CommandLineOuterClass.CommandLineSectionModifier and TypeMethodDescriptionCommandLineOuterClass.CommandLineSection.Builder.build()CommandLineOuterClass.CommandLineSection.Builder.buildPartial()CommandLineOuterClass.CommandLineSection.getDefaultInstance()CommandLineOuterClass.CommandLineSection.Builder.getDefaultInstanceForType()CommandLineOuterClass.CommandLineSection.getDefaultInstanceForType()CommandLineOuterClass.CommandLine.Builder.getSections(int index) A Bazel command line is made of distinct parts.CommandLineOuterClass.CommandLine.getSections(int index) A Bazel command line is made of distinct parts.CommandLineOuterClass.CommandLineOrBuilder.getSections(int index) A Bazel command line is made of distinct parts.CommandLineOuterClass.CommandLineSection.parseDelimitedFrom(InputStream input) CommandLineOuterClass.CommandLineSection.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandLineOuterClass.CommandLineSection.parseFrom(byte[] data) CommandLineOuterClass.CommandLineSection.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandLineOuterClass.CommandLineSection.parseFrom(com.google.protobuf.ByteString data) CommandLineOuterClass.CommandLineSection.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandLineOuterClass.CommandLineSection.parseFrom(com.google.protobuf.CodedInputStream input) CommandLineOuterClass.CommandLineSection.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandLineOuterClass.CommandLineSection.parseFrom(InputStream input) CommandLineOuterClass.CommandLineSection.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandLineOuterClass.CommandLineSection.parseFrom(ByteBuffer data) CommandLineOuterClass.CommandLineSection.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.devtools.build.lib.runtime.proto that return types with arguments of type CommandLineOuterClass.CommandLineSectionModifier and TypeMethodDescriptioncom.google.protobuf.Parser<CommandLineOuterClass.CommandLineSection>CommandLineOuterClass.CommandLineSection.getParserForType()CommandLineOuterClass.CommandLine.Builder.getSectionsList()A Bazel command line is made of distinct parts.CommandLineOuterClass.CommandLine.getSectionsList()A Bazel command line is made of distinct parts.CommandLineOuterClass.CommandLineOrBuilder.getSectionsList()A Bazel command line is made of distinct parts.static com.google.protobuf.Parser<CommandLineOuterClass.CommandLineSection>CommandLineOuterClass.CommandLineSection.parser()Methods in com.google.devtools.build.lib.runtime.proto with parameters of type CommandLineOuterClass.CommandLineSectionModifier and TypeMethodDescriptionCommandLineOuterClass.CommandLine.Builder.addSections(int index, CommandLineOuterClass.CommandLineSection value) A Bazel command line is made of distinct parts.CommandLineOuterClass.CommandLine.Builder.addSections(CommandLineOuterClass.CommandLineSection value) A Bazel command line is made of distinct parts.CommandLineOuterClass.CommandLineSection.Builder.mergeFrom(CommandLineOuterClass.CommandLineSection other) CommandLineOuterClass.CommandLineSection.newBuilder(CommandLineOuterClass.CommandLineSection prototype) CommandLineOuterClass.CommandLine.Builder.setSections(int index, CommandLineOuterClass.CommandLineSection value) A Bazel command line is made of distinct parts.Method parameters in com.google.devtools.build.lib.runtime.proto with type arguments of type CommandLineOuterClass.CommandLineSectionModifier and TypeMethodDescriptionCommandLineOuterClass.CommandLine.Builder.addAllSections(Iterable<? extends CommandLineOuterClass.CommandLineSection> values) A Bazel command line is made of distinct parts.