Interface BuildEventStreamProtos.BuildMetrics.DynamicExecutionMetricsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BuildEventStreamProtos.BuildMetrics.DynamicExecutionMetrics,BuildEventStreamProtos.BuildMetrics.DynamicExecutionMetrics.Builder
- Enclosing class:
- BuildEventStreamProtos.BuildMetrics
public static interface BuildEventStreamProtos.BuildMetrics.DynamicExecutionMetricsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetRaceStatistics(int index) Race statistics grouped by mnemonic, local_name, remote_name.intRace statistics grouped by mnemonic, local_name, remote_name.Race statistics grouped by mnemonic, local_name, remote_name.getRaceStatisticsOrBuilder(int index) Race statistics grouped by mnemonic, local_name, remote_name.Race statistics grouped by mnemonic, local_name, remote_name.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getRaceStatisticsList
List<BuildEventStreamProtos.BuildMetrics.DynamicExecutionMetrics.RaceStatistics> getRaceStatisticsList()Race statistics grouped by mnemonic, local_name, remote_name.
repeated .build_event_stream.BuildMetrics.DynamicExecutionMetrics.RaceStatistics race_statistics = 1; -
getRaceStatistics
BuildEventStreamProtos.BuildMetrics.DynamicExecutionMetrics.RaceStatistics getRaceStatistics(int index) Race statistics grouped by mnemonic, local_name, remote_name.
repeated .build_event_stream.BuildMetrics.DynamicExecutionMetrics.RaceStatistics race_statistics = 1; -
getRaceStatisticsCount
int getRaceStatisticsCount()Race statistics grouped by mnemonic, local_name, remote_name.
repeated .build_event_stream.BuildMetrics.DynamicExecutionMetrics.RaceStatistics race_statistics = 1; -
getRaceStatisticsOrBuilderList
List<? extends BuildEventStreamProtos.BuildMetrics.DynamicExecutionMetrics.RaceStatisticsOrBuilder> getRaceStatisticsOrBuilderList()Race statistics grouped by mnemonic, local_name, remote_name.
repeated .build_event_stream.BuildMetrics.DynamicExecutionMetrics.RaceStatistics race_statistics = 1; -
getRaceStatisticsOrBuilder
BuildEventStreamProtos.BuildMetrics.DynamicExecutionMetrics.RaceStatisticsOrBuilder getRaceStatisticsOrBuilder(int index) Race statistics grouped by mnemonic, local_name, remote_name.
repeated .build_event_stream.BuildMetrics.DynamicExecutionMetrics.RaceStatistics race_statistics = 1;
-