Uses of Interface
com.google.devtools.build.lib.runtime.proto.CommandLineOuterClass.ChunkListOrBuilder
-
Packages that use CommandLineOuterClass.ChunkListOrBuilder Package Description com.google.devtools.build.lib.runtime.proto -
-
Uses of CommandLineOuterClass.ChunkListOrBuilder in com.google.devtools.build.lib.runtime.proto
Classes in com.google.devtools.build.lib.runtime.proto that implement CommandLineOuterClass.ChunkListOrBuilder Modifier and Type Class Description static classCommandLineOuterClass.ChunkListWrapper to allow a list of strings in the "oneof" section_type.static classCommandLineOuterClass.ChunkList.BuilderWrapper to allow a list of strings in the "oneof" section_type.Methods in com.google.devtools.build.lib.runtime.proto that return CommandLineOuterClass.ChunkListOrBuilder Modifier and Type Method Description CommandLineOuterClass.ChunkListOrBuilderCommandLineOuterClass.CommandLineSection.Builder. getChunkListOrBuilder()Sections with non-options, such as the list of targets or the command, should use simple string chunks.CommandLineOuterClass.ChunkListOrBuilderCommandLineOuterClass.CommandLineSection. getChunkListOrBuilder()Sections with non-options, such as the list of targets or the command, should use simple string chunks.CommandLineOuterClass.ChunkListOrBuilderCommandLineOuterClass.CommandLineSectionOrBuilder. getChunkListOrBuilder()Sections with non-options, such as the list of targets or the command, should use simple string chunks.
-