Interface BuildEventStreamProtos.BuildMetrics.CumulativeMetricsOrBuilder

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

public static interface BuildEventStreamProtos.BuildMetrics.CumulativeMetricsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    One-indexed number of "analyses" the server has run, including the current one.
    int
    One-indexed number of "builds" the server has run, including the current one.

    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

    • getNumAnalyses

      int getNumAnalyses()
       One-indexed number of "analyses" the server has run, including the
       current one. Will be incremented for every build/test/cquery/etc. command
       that reaches the analysis phase.
       
      int32 num_analyses = 11;
      Returns:
      The numAnalyses.
    • getNumBuilds

      int getNumBuilds()
       One-indexed number of "builds" the server has run, including the current
       one. Will be incremented for every build/test/run/etc. command that
       reaches the execution phase.
       
      int32 num_builds = 12;
      Returns:
      The numBuilds.