Class BuildEventStreamProtos.BuildEventId.ConfiguredLabelId

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.BuildEventId.ConfiguredLabelId
All Implemented Interfaces:
BuildEventStreamProtos.BuildEventId.ConfiguredLabelIdOrBuilder, 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.ConfiguredLabelId extends com.google.protobuf.GeneratedMessage implements BuildEventStreamProtos.BuildEventId.ConfiguredLabelIdOrBuilder
 Identifier of an event reporting an event associated with a configured
 label, usually a visibility error. In any case, an event with such an
 id will always report some form of error (i.e., the payload will be an
 Aborted event); there are no regular events using this identifier.
 
Protobuf type build_event_stream.BuildEventId.ConfiguredLabelId
See Also: