Interface BuildEventStreamProtos.BuildMetrics.DynamicExecutionMetrics.RaceStatisticsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BuildEventStreamProtos.BuildMetrics.DynamicExecutionMetrics.RaceStatistics,BuildEventStreamProtos.BuildMetrics.DynamicExecutionMetrics.RaceStatistics.Builder
- Enclosing class:
- BuildEventStreamProtos.BuildMetrics.DynamicExecutionMetrics
public static interface BuildEventStreamProtos.BuildMetrics.DynamicExecutionMetrics.RaceStatisticsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionName of runner of local branch.com.google.protobuf.ByteStringName of runner of local branch.intNumber of wins of local branch in race.Mnemonic of the action.com.google.protobuf.ByteStringMnemonic of the action.Name of runner of remote branch.com.google.protobuf.ByteStringName of runner of remote branch.intNumber of wins of remote branch in race.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
-
getMnemonic
String getMnemonic()Mnemonic of the action.
string mnemonic = 1;- Returns:
- The mnemonic.
-
getMnemonicBytes
com.google.protobuf.ByteString getMnemonicBytes()Mnemonic of the action.
string mnemonic = 1;- Returns:
- The bytes for mnemonic.
-
getLocalRunner
String getLocalRunner()Name of runner of local branch.
string local_runner = 2;- Returns:
- The localRunner.
-
getLocalRunnerBytes
com.google.protobuf.ByteString getLocalRunnerBytes()Name of runner of local branch.
string local_runner = 2;- Returns:
- The bytes for localRunner.
-
getRemoteRunner
String getRemoteRunner()Name of runner of remote branch.
string remote_runner = 3;- Returns:
- The remoteRunner.
-
getRemoteRunnerBytes
com.google.protobuf.ByteString getRemoteRunnerBytes()Name of runner of remote branch.
string remote_runner = 3;- Returns:
- The bytes for remoteRunner.
-
getLocalWins
int getLocalWins()Number of wins of local branch in race.
int32 local_wins = 4;- Returns:
- The localWins.
-
getRemoteWins
int getRemoteWins()Number of wins of remote branch in race.
int32 remote_wins = 5;- Returns:
- The remoteWins.
-