Class BuildEventStreamProtos.BuildEventId.TestResultId

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.BuildEventId.TestResultId
All Implemented Interfaces:
BuildEventStreamProtos.BuildEventId.TestResultIdOrBuilder, 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.TestResultId extends com.google.protobuf.GeneratedMessage implements BuildEventStreamProtos.BuildEventId.TestResultIdOrBuilder
 Identifier of an event reporting on an individual test run. The label
 identifies the test that is reported about, the remaining fields are
 in such a way as to uniquely identify the action within a build. In fact,
 attempts for the same test, run, shard triple are counted sequentially,
 starting with 1.
 
Protobuf type build_event_stream.BuildEventId.TestResultId
See Also: