Uses of Class
com.google.devtools.build.lib.runtime.proto.CommandLineOuterClass.ChunkList
Packages that use CommandLineOuterClass.ChunkList
-
Uses of CommandLineOuterClass.ChunkList in com.google.devtools.build.lib.runtime.proto
Methods in com.google.devtools.build.lib.runtime.proto that return CommandLineOuterClass.ChunkListModifier and TypeMethodDescriptionCommandLineOuterClass.ChunkList.Builder.build()CommandLineOuterClass.ChunkList.Builder.buildPartial()CommandLineOuterClass.CommandLineSection.Builder.getChunkList()Sections with non-options, such as the list of targets or the command, should use simple string chunks.CommandLineOuterClass.CommandLineSection.getChunkList()Sections with non-options, such as the list of targets or the command, should use simple string chunks.CommandLineOuterClass.CommandLineSectionOrBuilder.getChunkList()Sections with non-options, such as the list of targets or the command, should use simple string chunks.CommandLineOuterClass.ChunkList.getDefaultInstance()CommandLineOuterClass.ChunkList.Builder.getDefaultInstanceForType()CommandLineOuterClass.ChunkList.getDefaultInstanceForType()CommandLineOuterClass.ChunkList.parseDelimitedFrom(InputStream input) CommandLineOuterClass.ChunkList.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandLineOuterClass.ChunkList.parseFrom(byte[] data) CommandLineOuterClass.ChunkList.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandLineOuterClass.ChunkList.parseFrom(com.google.protobuf.ByteString data) CommandLineOuterClass.ChunkList.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandLineOuterClass.ChunkList.parseFrom(com.google.protobuf.CodedInputStream input) CommandLineOuterClass.ChunkList.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandLineOuterClass.ChunkList.parseFrom(InputStream input) CommandLineOuterClass.ChunkList.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandLineOuterClass.ChunkList.parseFrom(ByteBuffer data) CommandLineOuterClass.ChunkList.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.ChunkListModifier and TypeMethodDescriptioncom.google.protobuf.Parser<CommandLineOuterClass.ChunkList>CommandLineOuterClass.ChunkList.getParserForType()static com.google.protobuf.Parser<CommandLineOuterClass.ChunkList>CommandLineOuterClass.ChunkList.parser()Methods in com.google.devtools.build.lib.runtime.proto with parameters of type CommandLineOuterClass.ChunkListModifier and TypeMethodDescriptionCommandLineOuterClass.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.ChunkList.Builder.mergeFrom(CommandLineOuterClass.ChunkList other) CommandLineOuterClass.ChunkList.newBuilder(CommandLineOuterClass.ChunkList prototype) 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.