Interface BuildEventStreamProtos.BuildMetrics.CumulativeMetricsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getNumAnalyses()
      One-indexed number of "analyses" the server has run, including the current one.
      int getNumBuilds()
      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 Detail

      • 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.