Class BuildEventStreamProtos.TargetConfigured

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.TargetConfigured
All Implemented Interfaces:
BuildEventStreamProtos.TargetConfiguredOrBuilder, 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.TargetConfigured extends com.google.protobuf.GeneratedMessage implements BuildEventStreamProtos.TargetConfiguredOrBuilder
 Payload of the event indicating that the configurations for a target have
 been identified. As with pattern expansion the main information is in the
 chaining part: the id will contain the target that was configured and the
 children id will contain the configured targets it was configured to.
 
Protobuf type build_event_stream.TargetConfigured
See Also: