Uses of Class
com.google.devtools.build.lib.runtime.proto.CommandLineOuterClass.CommandLine
-
Packages that use CommandLineOuterClass.CommandLine Package Description com.google.devtools.build.lib.buildeventstream com.google.devtools.build.lib.runtime.proto -
-
Uses of CommandLineOuterClass.CommandLine in com.google.devtools.build.lib.buildeventstream
Methods in com.google.devtools.build.lib.buildeventstream that return CommandLineOuterClass.CommandLine Modifier and Type Method Description CommandLineOuterClass.CommandLineBuildEventStreamProtos.BuildEvent.Builder. getStructuredCommandLine().command_line.CommandLine structured_command_line = 22;CommandLineOuterClass.CommandLineBuildEventStreamProtos.BuildEvent. getStructuredCommandLine().command_line.CommandLine structured_command_line = 22;CommandLineOuterClass.CommandLineBuildEventStreamProtos.BuildEventOrBuilder. getStructuredCommandLine().command_line.CommandLine structured_command_line = 22;Methods in com.google.devtools.build.lib.buildeventstream with parameters of type CommandLineOuterClass.CommandLine Modifier and Type Method Description BuildEventStreamProtos.BuildEvent.BuilderBuildEventStreamProtos.BuildEvent.Builder. mergeStructuredCommandLine(CommandLineOuterClass.CommandLine value).command_line.CommandLine structured_command_line = 22;BuildEventStreamProtos.BuildEvent.BuilderBuildEventStreamProtos.BuildEvent.Builder. setStructuredCommandLine(CommandLineOuterClass.CommandLine value).command_line.CommandLine structured_command_line = 22; -
Uses of CommandLineOuterClass.CommandLine in com.google.devtools.build.lib.runtime.proto
Methods in com.google.devtools.build.lib.runtime.proto that return CommandLineOuterClass.CommandLine Modifier and Type Method Description CommandLineOuterClass.CommandLineCommandLineOuterClass.CommandLine.Builder. build()CommandLineOuterClass.CommandLineCommandLineOuterClass.CommandLine.Builder. buildPartial()static CommandLineOuterClass.CommandLineCommandLineOuterClass.CommandLine. getDefaultInstance()CommandLineOuterClass.CommandLineCommandLineOuterClass.CommandLine.Builder. getDefaultInstanceForType()CommandLineOuterClass.CommandLineCommandLineOuterClass.CommandLine. getDefaultInstanceForType()static CommandLineOuterClass.CommandLineCommandLineOuterClass.CommandLine. parseDelimitedFrom(java.io.InputStream input)static CommandLineOuterClass.CommandLineCommandLineOuterClass.CommandLine. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommandLineOuterClass.CommandLineCommandLineOuterClass.CommandLine. parseFrom(byte[] data)static CommandLineOuterClass.CommandLineCommandLineOuterClass.CommandLine. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommandLineOuterClass.CommandLineCommandLineOuterClass.CommandLine. parseFrom(com.google.protobuf.ByteString data)static CommandLineOuterClass.CommandLineCommandLineOuterClass.CommandLine. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommandLineOuterClass.CommandLineCommandLineOuterClass.CommandLine. parseFrom(com.google.protobuf.CodedInputStream input)static CommandLineOuterClass.CommandLineCommandLineOuterClass.CommandLine. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommandLineOuterClass.CommandLineCommandLineOuterClass.CommandLine. parseFrom(java.io.InputStream input)static CommandLineOuterClass.CommandLineCommandLineOuterClass.CommandLine. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommandLineOuterClass.CommandLineCommandLineOuterClass.CommandLine. parseFrom(java.nio.ByteBuffer data)static CommandLineOuterClass.CommandLineCommandLineOuterClass.CommandLine. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.devtools.build.lib.runtime.proto that return types with arguments of type CommandLineOuterClass.CommandLine Modifier and Type Method Description com.google.protobuf.Parser<CommandLineOuterClass.CommandLine>CommandLineOuterClass.CommandLine. getParserForType()static com.google.protobuf.Parser<CommandLineOuterClass.CommandLine>CommandLineOuterClass.CommandLine. parser()Methods in com.google.devtools.build.lib.runtime.proto with parameters of type CommandLineOuterClass.CommandLine Modifier and Type Method Description CommandLineOuterClass.CommandLine.BuilderCommandLineOuterClass.CommandLine.Builder. mergeFrom(CommandLineOuterClass.CommandLine other)static CommandLineOuterClass.CommandLine.BuilderCommandLineOuterClass.CommandLine. newBuilder(CommandLineOuterClass.CommandLine prototype)
-