Uses of Class
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.BuildMetrics.CumulativeMetrics.Builder
Packages that use BuildEventStreamProtos.BuildMetrics.CumulativeMetrics.Builder
-
Uses of BuildEventStreamProtos.BuildMetrics.CumulativeMetrics.Builder in com.google.devtools.build.lib.buildeventstream
Methods in com.google.devtools.build.lib.buildeventstream that return BuildEventStreamProtos.BuildMetrics.CumulativeMetrics.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.BuildMetrics.CumulativeMetrics.Builder.clear()BuildEventStreamProtos.BuildMetrics.CumulativeMetrics.Builder.clearNumAnalyses()One-indexed number of "analyses" the server has run, including the current one.BuildEventStreamProtos.BuildMetrics.CumulativeMetrics.Builder.clearNumBuilds()One-indexed number of "builds" the server has run, including the current one.BuildEventStreamProtos.BuildMetrics.Builder.getCumulativeMetricsBuilder().build_event_stream.BuildMetrics.CumulativeMetrics cumulative_metrics = 6;BuildEventStreamProtos.BuildMetrics.CumulativeMetrics.Builder.mergeFrom(BuildEventStreamProtos.BuildMetrics.CumulativeMetrics other) BuildEventStreamProtos.BuildMetrics.CumulativeMetrics.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEventStreamProtos.BuildMetrics.CumulativeMetrics.Builder.mergeFrom(com.google.protobuf.Message other) BuildEventStreamProtos.BuildMetrics.CumulativeMetrics.newBuilder()BuildEventStreamProtos.BuildMetrics.CumulativeMetrics.newBuilder(BuildEventStreamProtos.BuildMetrics.CumulativeMetrics prototype) BuildEventStreamProtos.BuildMetrics.CumulativeMetrics.newBuilderForType()BuildEventStreamProtos.BuildMetrics.CumulativeMetrics.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) BuildEventStreamProtos.BuildMetrics.CumulativeMetrics.Builder.setNumAnalyses(int value) One-indexed number of "analyses" the server has run, including the current one.BuildEventStreamProtos.BuildMetrics.CumulativeMetrics.Builder.setNumBuilds(int value) One-indexed number of "builds" the server has run, including the current one.BuildEventStreamProtos.BuildMetrics.CumulativeMetrics.toBuilder()Methods in com.google.devtools.build.lib.buildeventstream with parameters of type BuildEventStreamProtos.BuildMetrics.CumulativeMetrics.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.BuildMetrics.Builder.setCumulativeMetrics(BuildEventStreamProtos.BuildMetrics.CumulativeMetrics.Builder builderForValue) .build_event_stream.BuildMetrics.CumulativeMetrics cumulative_metrics = 6;