Class BuildEventStreamProtos.BuildEventId.PatternExpandedId

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.BuildEventId.PatternExpandedId
All Implemented Interfaces:
BuildEventStreamProtos.BuildEventId.PatternExpandedIdOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable
Enclosing class:
BuildEventStreamProtos.BuildEventId

public static final class BuildEventStreamProtos.BuildEventId.PatternExpandedId extends com.google.protobuf.GeneratedMessage implements BuildEventStreamProtos.BuildEventId.PatternExpandedIdOrBuilder
 Identifier of an event indicating that a target pattern has been expanded
 further.
 Messages of this shape are also used to describe parts of a pattern that
 have been skipped for some reason, if the actual expansion was still
 carried out (e.g., if keep_going is set). In this case, the
 pattern_skipped choice in the id field is to be made.
 
Protobuf type build_event_stream.BuildEventId.PatternExpandedId
See Also: