Interface BuildEventStreamProtos.TestResult.ExecutionInfo.TimingBreakdownOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BuildEventStreamProtos.TestResult.ExecutionInfo.TimingBreakdown, BuildEventStreamProtos.TestResult.ExecutionInfo.TimingBreakdown.Builder
Enclosing class:
BuildEventStreamProtos.TestResult.ExecutionInfo

public static interface BuildEventStreamProtos.TestResult.ExecutionInfo.TimingBreakdownOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getChildList

      repeated .build_event_stream.TestResult.ExecutionInfo.TimingBreakdown child = 1;
    • getChild

      repeated .build_event_stream.TestResult.ExecutionInfo.TimingBreakdown child = 1;
    • getChildCount

      int getChildCount()
      repeated .build_event_stream.TestResult.ExecutionInfo.TimingBreakdown child = 1;
    • getChildOrBuilderList

      repeated .build_event_stream.TestResult.ExecutionInfo.TimingBreakdown child = 1;
    • getChildOrBuilder

      repeated .build_event_stream.TestResult.ExecutionInfo.TimingBreakdown child = 1;
    • getName

      String getName()
      string name = 2;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      string name = 2;
      Returns:
      The bytes for name.
    • getTimeMillis

      @Deprecated long getTimeMillis()
      Deprecated.
      build_event_stream.TestResult.ExecutionInfo.TimingBreakdown.time_millis is deprecated. See third_party/bazel/src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=754
       Deprecated, use `time` instead.
      
       TODO(yannic): Remove.
       
      int64 time_millis = 3 [deprecated = true];
      Returns:
      The timeMillis.
    • hasTime

      boolean hasTime()
      .google.protobuf.Duration time = 4;
      Returns:
      Whether the time field is set.
    • getTime

      com.google.protobuf.Duration getTime()
      .google.protobuf.Duration time = 4;
      Returns:
      The time.
    • getTimeOrBuilder

      com.google.protobuf.DurationOrBuilder getTimeOrBuilder()
      .google.protobuf.Duration time = 4;