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