Uses of Class
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.UnstructuredCommandLine.Builder
Packages that use BuildEventStreamProtos.UnstructuredCommandLine.Builder
-
Uses of BuildEventStreamProtos.UnstructuredCommandLine.Builder in com.google.devtools.build.lib.buildeventstream
Methods in com.google.devtools.build.lib.buildeventstream that return BuildEventStreamProtos.UnstructuredCommandLine.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.UnstructuredCommandLine.Builder.addAllArgs(Iterable<String> values) repeated string args = 1;repeated string args = 1;BuildEventStreamProtos.UnstructuredCommandLine.Builder.addArgsBytes(com.google.protobuf.ByteString value) repeated string args = 1;BuildEventStreamProtos.UnstructuredCommandLine.Builder.clear()BuildEventStreamProtos.UnstructuredCommandLine.Builder.clearArgs()repeated string args = 1;BuildEventStreamProtos.BuildEvent.Builder.getUnstructuredCommandLineBuilder().build_event_stream.UnstructuredCommandLine unstructured_command_line = 12;BuildEventStreamProtos.UnstructuredCommandLine.Builder.mergeFrom(BuildEventStreamProtos.UnstructuredCommandLine other) BuildEventStreamProtos.UnstructuredCommandLine.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEventStreamProtos.UnstructuredCommandLine.Builder.mergeFrom(com.google.protobuf.Message other) BuildEventStreamProtos.UnstructuredCommandLine.newBuilder()BuildEventStreamProtos.UnstructuredCommandLine.newBuilder(BuildEventStreamProtos.UnstructuredCommandLine prototype) BuildEventStreamProtos.UnstructuredCommandLine.newBuilderForType()BuildEventStreamProtos.UnstructuredCommandLine.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) repeated string args = 1;BuildEventStreamProtos.UnstructuredCommandLine.toBuilder()Methods in com.google.devtools.build.lib.buildeventstream with parameters of type BuildEventStreamProtos.UnstructuredCommandLine.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.BuildEvent.Builder.setUnstructuredCommandLine(BuildEventStreamProtos.UnstructuredCommandLine.Builder builderForValue) .build_event_stream.UnstructuredCommandLine unstructured_command_line = 12;