Class BuildEventStreamProtos.BuildEventId.Builder

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

public static final class BuildEventStreamProtos.BuildEventId.Builder extends com.google.protobuf.GeneratedMessage.Builder<BuildEventStreamProtos.BuildEventId.Builder> implements BuildEventStreamProtos.BuildEventIdOrBuilder
 Identifier for a build event. It is deliberately structured to also provide
 information about which build target etc the event is related to.

 Events are chained via the event id as follows: each event has an id and a
 set of ids of children events such that apart from the initial event each
 event has an id that is mentioned as child id in an earlier event and a build
 invocation is complete if and only if all direct and indirect children of the
 initial event have been posted.
 
Protobuf type build_event_stream.BuildEventId