Interface BuildEventStreamProtos.TestResult.ExecutionInfo.TimingBreakdownOrBuilder

    • Method Detail

      • getChildCount

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

        java.lang.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 src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=687
         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;