Class BuildEventStreamProtos.BuildEventId.UnconfiguredLabelId

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.BuildEventId.UnconfiguredLabelId
All Implemented Interfaces:
BuildEventStreamProtos.BuildEventId.UnconfiguredLabelIdOrBuilder, 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.UnconfiguredLabelId extends com.google.protobuf.GeneratedMessage implements BuildEventStreamProtos.BuildEventId.UnconfiguredLabelIdOrBuilder
 Identifier of an event reporting an event associated with an unconfigured
 label. Usually, this indicates a failure due to a missing input file. In
 any case, it will report some form of error (i.e., the payload will be an
 Aborted event); there are no regular events using this identifier. The
 purpose of those events is to serve as the root cause of a failed target.
 
Protobuf type build_event_stream.BuildEventId.UnconfiguredLabelId
See Also: