Interface BuildEventStreamProtos.BuildEventId.TestProgressIdOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BuildEventStreamProtos.BuildEventId.TestProgressId, BuildEventStreamProtos.BuildEventId.TestProgressId.Builder
Enclosing class:
BuildEventStreamProtos.BuildEventId

public static interface BuildEventStreamProtos.BuildEventId.TestProgressIdOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    The execution attempt number which may increase due to retries (e.g.
    The configuration under which the action is running.
    The configuration under which the action is running.
    The label of the target for the action.
    com.google.protobuf.ByteString
    The label of the target for the action.
    int
    An incrementing count used to differentiate TestProgressIds for the same test attempt.
    int
    The run number of the test action (e.g.
    int
    For sharded tests, the shard number of the test action.
    boolean
    The configuration under which the action is running.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getLabel

      String getLabel()
       The label of the target for the action.
       
      string label = 1;
      Returns:
      The label.
    • getLabelBytes

      com.google.protobuf.ByteString getLabelBytes()
       The label of the target for the action.
       
      string label = 1;
      Returns:
      The bytes for label.
    • hasConfiguration

      boolean hasConfiguration()
       The configuration under which the action is running.
       
      .build_event_stream.BuildEventId.ConfigurationId configuration = 2;
      Returns:
      Whether the configuration field is set.
    • getConfiguration

       The configuration under which the action is running.
       
      .build_event_stream.BuildEventId.ConfigurationId configuration = 2;
      Returns:
      The configuration.
    • getConfigurationOrBuilder

       The configuration under which the action is running.
       
      .build_event_stream.BuildEventId.ConfigurationId configuration = 2;
    • getRun

      int getRun()
       The run number of the test action (e.g. for runs_per_test > 1).
       
      int32 run = 3;
      Returns:
      The run.
    • getShard

      int getShard()
       For sharded tests, the shard number of the test action.
       
      int32 shard = 4;
      Returns:
      The shard.
    • getAttempt

      int getAttempt()
       The execution attempt number which may increase due to retries (e.g. for
       flaky tests).
       
      int32 attempt = 5;
      Returns:
      The attempt.
    • getOpaqueCount

      int getOpaqueCount()
       An incrementing count used to differentiate TestProgressIds for the same
       test attempt.
       
      int32 opaque_count = 6;
      Returns:
      The opaqueCount.