Uses of Class
com.google.devtools.build.lib.runtime.proto.CommandLineOuterClass.ChunkList.Builder
Packages that use CommandLineOuterClass.ChunkList.Builder
-
Uses of CommandLineOuterClass.ChunkList.Builder in com.google.devtools.build.lib.runtime.proto
Methods in com.google.devtools.build.lib.runtime.proto that return CommandLineOuterClass.ChunkList.BuilderModifier and TypeMethodDescriptionCommandLineOuterClass.ChunkList.Builder.addAllChunk(Iterable<String> values) repeated string chunk = 1;repeated string chunk = 1;CommandLineOuterClass.ChunkList.Builder.addChunkBytes(com.google.protobuf.ByteString value) repeated string chunk = 1;CommandLineOuterClass.ChunkList.Builder.clear()CommandLineOuterClass.ChunkList.Builder.clearChunk()repeated string chunk = 1;CommandLineOuterClass.CommandLineSection.Builder.getChunkListBuilder()Sections with non-options, such as the list of targets or the command, should use simple string chunks.CommandLineOuterClass.ChunkList.Builder.mergeFrom(CommandLineOuterClass.ChunkList other) CommandLineOuterClass.ChunkList.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandLineOuterClass.ChunkList.Builder.mergeFrom(com.google.protobuf.Message other) CommandLineOuterClass.ChunkList.newBuilder()CommandLineOuterClass.ChunkList.newBuilder(CommandLineOuterClass.ChunkList prototype) CommandLineOuterClass.ChunkList.newBuilderForType()protected CommandLineOuterClass.ChunkList.BuilderCommandLineOuterClass.ChunkList.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) repeated string chunk = 1;CommandLineOuterClass.ChunkList.toBuilder()Methods in com.google.devtools.build.lib.runtime.proto with parameters of type CommandLineOuterClass.ChunkList.BuilderModifier and TypeMethodDescriptionCommandLineOuterClass.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.