Class BuildEventStreamProtos.UnstructuredCommandLine

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.UnstructuredCommandLine
All Implemented Interfaces:
BuildEventStreamProtos.UnstructuredCommandLineOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable
Enclosing class:
BuildEventStreamProtos

public static final class BuildEventStreamProtos.UnstructuredCommandLine extends com.google.protobuf.GeneratedMessage implements BuildEventStreamProtos.UnstructuredCommandLineOrBuilder
 Payload of an event reporting the command-line of the invocation as
 originally received by the server. Note that this is not the command-line
 given by the user, as the client adds information about the invocation,
 like name and relevant entries of rc-files and client environment variables.
 However, it does contain enough information to reproduce the build
 invocation.
 
Protobuf type build_event_stream.UnstructuredCommandLine
See Also: