Class BuildEventStreamProtos.BuildMetrics.DynamicExecutionMetrics.RaceStatistics
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.BuildMetrics.DynamicExecutionMetrics.RaceStatistics
- All Implemented Interfaces:
BuildEventStreamProtos.BuildMetrics.DynamicExecutionMetrics.RaceStatisticsOrBuilder,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable
- Enclosing class:
- BuildEventStreamProtos.BuildMetrics.DynamicExecutionMetrics
public static final class BuildEventStreamProtos.BuildMetrics.DynamicExecutionMetrics.RaceStatistics
extends com.google.protobuf.GeneratedMessage
implements BuildEventStreamProtos.BuildMetrics.DynamicExecutionMetrics.RaceStatisticsOrBuilder
Protobuf type
build_event_stream.BuildMetrics.DynamicExecutionMetrics.RaceStatistics- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classProtobuf typebuild_event_stream.BuildMetrics.DynamicExecutionMetrics.RaceStatisticsNested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT, BuilderT>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT extends com.google.protobuf.Message, T extends Object>, com.google.protobuf.GeneratedMessage.UnusedPrivateParameter Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessage
com.google.protobuf.AbstractMessage.BuilderParentNested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intFields inherited from class com.google.protobuf.GeneratedMessage
alwaysUseFieldBuilders, unknownFieldsFields inherited from class com.google.protobuf.AbstractMessage
memoizedSizeFields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic final com.google.protobuf.Descriptors.DescriptorName 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.com.google.protobuf.Parser<BuildEventStreamProtos.BuildMetrics.DynamicExecutionMetrics.RaceStatistics>Name of runner of remote branch.com.google.protobuf.ByteStringName of runner of remote branch.intNumber of wins of remote branch in race.intinthashCode()protected com.google.protobuf.GeneratedMessage.FieldAccessorTablefinal booleannewBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) parseDelimitedFrom(InputStream input) parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(byte[] data) parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(com.google.protobuf.ByteString data) parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(com.google.protobuf.CodedInputStream input) parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(InputStream input) parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(ByteBuffer data) parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<BuildEventStreamProtos.BuildMetrics.DynamicExecutionMetrics.RaceStatistics>parser()voidwriteTo(com.google.protobuf.CodedOutputStream output) Methods inherited from class com.google.protobuf.GeneratedMessage
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagMethods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashFields, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Field Details
-
MNEMONIC_FIELD_NUMBER
public static final int MNEMONIC_FIELD_NUMBER- See Also:
-
LOCAL_RUNNER_FIELD_NUMBER
public static final int LOCAL_RUNNER_FIELD_NUMBER- See Also:
-
REMOTE_RUNNER_FIELD_NUMBER
public static final int REMOTE_RUNNER_FIELD_NUMBER- See Also:
-
LOCAL_WINS_FIELD_NUMBER
public static final int LOCAL_WINS_FIELD_NUMBER- See Also:
-
REMOTE_WINS_FIELD_NUMBER
public static final int REMOTE_WINS_FIELD_NUMBER- See Also:
-
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessage
-
getMnemonic
Mnemonic of the action.
string mnemonic = 1;- Specified by:
getMnemonicin interfaceBuildEventStreamProtos.BuildMetrics.DynamicExecutionMetrics.RaceStatisticsOrBuilder- Returns:
- The mnemonic.
-
getMnemonicBytes
public com.google.protobuf.ByteString getMnemonicBytes()Mnemonic of the action.
string mnemonic = 1;- Specified by:
getMnemonicBytesin interfaceBuildEventStreamProtos.BuildMetrics.DynamicExecutionMetrics.RaceStatisticsOrBuilder- Returns:
- The bytes for mnemonic.
-
getLocalRunner
Name of runner of local branch.
string local_runner = 2;- Specified by:
getLocalRunnerin interfaceBuildEventStreamProtos.BuildMetrics.DynamicExecutionMetrics.RaceStatisticsOrBuilder- Returns:
- The localRunner.
-
getLocalRunnerBytes
public com.google.protobuf.ByteString getLocalRunnerBytes()Name of runner of local branch.
string local_runner = 2;- Specified by:
getLocalRunnerBytesin interfaceBuildEventStreamProtos.BuildMetrics.DynamicExecutionMetrics.RaceStatisticsOrBuilder- Returns:
- The bytes for localRunner.
-
getRemoteRunner
Name of runner of remote branch.
string remote_runner = 3;- Specified by:
getRemoteRunnerin interfaceBuildEventStreamProtos.BuildMetrics.DynamicExecutionMetrics.RaceStatisticsOrBuilder- Returns:
- The remoteRunner.
-
getRemoteRunnerBytes
public com.google.protobuf.ByteString getRemoteRunnerBytes()Name of runner of remote branch.
string remote_runner = 3;- Specified by:
getRemoteRunnerBytesin interfaceBuildEventStreamProtos.BuildMetrics.DynamicExecutionMetrics.RaceStatisticsOrBuilder- Returns:
- The bytes for remoteRunner.
-
getLocalWins
public int getLocalWins()Number of wins of local branch in race.
int32 local_wins = 4;- Specified by:
getLocalWinsin interfaceBuildEventStreamProtos.BuildMetrics.DynamicExecutionMetrics.RaceStatisticsOrBuilder- Returns:
- The localWins.
-
getRemoteWins
public int getRemoteWins()Number of wins of remote branch in race.
int32 remote_wins = 5;- Specified by:
getRemoteWinsin interfaceBuildEventStreamProtos.BuildMetrics.DynamicExecutionMetrics.RaceStatisticsOrBuilder- Returns:
- The remoteWins.
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage
-
writeTo
- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessage- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessage
-
equals
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static BuildEventStreamProtos.BuildMetrics.DynamicExecutionMetrics.RaceStatistics parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BuildEventStreamProtos.BuildMetrics.DynamicExecutionMetrics.RaceStatistics parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BuildEventStreamProtos.BuildMetrics.DynamicExecutionMetrics.RaceStatistics parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BuildEventStreamProtos.BuildMetrics.DynamicExecutionMetrics.RaceStatistics parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BuildEventStreamProtos.BuildMetrics.DynamicExecutionMetrics.RaceStatistics parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BuildEventStreamProtos.BuildMetrics.DynamicExecutionMetrics.RaceStatistics parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BuildEventStreamProtos.BuildMetrics.DynamicExecutionMetrics.RaceStatistics parseFrom(InputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static BuildEventStreamProtos.BuildMetrics.DynamicExecutionMetrics.RaceStatistics parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
public static BuildEventStreamProtos.BuildMetrics.DynamicExecutionMetrics.RaceStatistics parseDelimitedFrom(InputStream input) throws IOException - Throws:
IOException
-
parseDelimitedFrom
public static BuildEventStreamProtos.BuildMetrics.DynamicExecutionMetrics.RaceStatistics parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static BuildEventStreamProtos.BuildMetrics.DynamicExecutionMetrics.RaceStatistics parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static BuildEventStreamProtos.BuildMetrics.DynamicExecutionMetrics.RaceStatistics parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilderForType
public BuildEventStreamProtos.BuildMetrics.DynamicExecutionMetrics.RaceStatistics.Builder newBuilderForType()- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static BuildEventStreamProtos.BuildMetrics.DynamicExecutionMetrics.RaceStatistics.Builder newBuilder() -
newBuilder
-
toBuilder
public BuildEventStreamProtos.BuildMetrics.DynamicExecutionMetrics.RaceStatistics.Builder toBuilder()- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected BuildEventStreamProtos.BuildMetrics.DynamicExecutionMetrics.RaceStatistics.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) - Overrides:
newBuilderForTypein classcom.google.protobuf.AbstractMessage
-
getDefaultInstance
public static BuildEventStreamProtos.BuildMetrics.DynamicExecutionMetrics.RaceStatistics getDefaultInstance() -
parser
public static com.google.protobuf.Parser<BuildEventStreamProtos.BuildMetrics.DynamicExecutionMetrics.RaceStatistics> parser() -
getParserForType
public com.google.protobuf.Parser<BuildEventStreamProtos.BuildMetrics.DynamicExecutionMetrics.RaceStatistics> getParserForType()- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessage
-
getDefaultInstanceForType
public BuildEventStreamProtos.BuildMetrics.DynamicExecutionMetrics.RaceStatistics getDefaultInstanceForType()- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-