Class BuildEventStreamProtos.PatternExpanded

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.PatternExpanded
All Implemented Interfaces:
BuildEventStreamProtos.PatternExpandedOrBuilder, 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.PatternExpanded extends com.google.protobuf.GeneratedMessage implements BuildEventStreamProtos.PatternExpandedOrBuilder
 Payload of the event indicating the expansion of a target pattern.
 The main information is in the chaining part: the id will contain the
 target pattern that was expanded and the children id will contain the
 target or target pattern it was expanded to.
 
Protobuf type build_event_stream.PatternExpanded
See Also: