Class BuildEventStreamProtos.BuildEvent.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<BuildEventStreamProtos.BuildEvent.Builder>
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.BuildEvent.Builder
All Implemented Interfaces:
BuildEventStreamProtos.BuildEventOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
BuildEventStreamProtos.BuildEvent

public static final class BuildEventStreamProtos.BuildEvent.Builder extends com.google.protobuf.GeneratedMessage.Builder<BuildEventStreamProtos.BuildEvent.Builder> 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