Class BuildEventStreamProtos.BuildEvent

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.BuildEvent
All Implemented Interfaces:
BuildEventStreamProtos.BuildEventOrBuilder, 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.BuildEvent extends com.google.protobuf.GeneratedMessage implements BuildEventStreamProtos.BuildEventOrBuilder
 Message describing a build event. Events will have an identifier that
 is unique within a given build invocation; they also announce follow-up
 events as children. More details, which are specific to the kind of event
 that is observed, is provided in the payload. More options for the payload
 might be added in the future.
 
Protobuf type build_event_stream.BuildEvent
See Also: