Class BuildEventStreamProtos.BuildEventId

  • All Implemented Interfaces:
    BuildEventStreamProtos.BuildEventIdOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, java.io.Serializable
    Enclosing class:
    BuildEventStreamProtos

    public static final class BuildEventStreamProtos.BuildEventId
    extends com.google.protobuf.GeneratedMessageV3
    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
    See Also:
    Serialized Form