Class BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData
- All Implemented Interfaces:
BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionDataOrBuilder,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable
- Enclosing class:
- BuildEventStreamProtos.BuildMetrics.ActionSummary
public static final class BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData
extends com.google.protobuf.GeneratedMessage
implements BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionDataOrBuilder
Protobuf type
build_event_stream.BuildMetrics.ActionSummary.ActionData- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classProtobuf typebuild_event_stream.BuildMetrics.ActionSummary.ActionDataNested 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 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 TypeMethodDescriptionbooleanlongThe total number of actions of this type registered during the build.longThe total number of actions of this type executed during the build.static final com.google.protobuf.Descriptors.DescriptorlongWhen the first action of this type started being executed, in milliseconds from the epoch.longWhen the last action of this type ended being executed, in milliseconds from the epoch.string mnemonic = 1;com.google.protobuf.ByteStringstring mnemonic = 1;com.google.protobuf.Parser<BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData>intcom.google.protobuf.DurationAccumulated CPU time of all spawned actions of this type.com.google.protobuf.DurationOrBuilderAccumulated CPU time of all spawned actions of this type.com.google.protobuf.Duration.google.protobuf.Duration user_time = 6;com.google.protobuf.DurationOrBuilder.google.protobuf.Duration user_time = 6;inthashCode()booleanAccumulated CPU time of all spawned actions of this type.boolean.google.protobuf.Duration user_time = 6;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.ActionSummary.ActionData>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:
-
ACTIONS_EXECUTED_FIELD_NUMBER
public static final int ACTIONS_EXECUTED_FIELD_NUMBER- See Also:
-
FIRST_STARTED_MS_FIELD_NUMBER
public static final int FIRST_STARTED_MS_FIELD_NUMBER- See Also:
-
LAST_ENDED_MS_FIELD_NUMBER
public static final int LAST_ENDED_MS_FIELD_NUMBER- See Also:
-
SYSTEM_TIME_FIELD_NUMBER
public static final int SYSTEM_TIME_FIELD_NUMBER- See Also:
-
USER_TIME_FIELD_NUMBER
public static final int USER_TIME_FIELD_NUMBER- See Also:
-
ACTIONS_CREATED_FIELD_NUMBER
public static final int ACTIONS_CREATED_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
string mnemonic = 1;- Specified by:
getMnemonicin interfaceBuildEventStreamProtos.BuildMetrics.ActionSummary.ActionDataOrBuilder- Returns:
- The mnemonic.
-
getMnemonicBytes
public com.google.protobuf.ByteString getMnemonicBytes()string mnemonic = 1;- Specified by:
getMnemonicBytesin interfaceBuildEventStreamProtos.BuildMetrics.ActionSummary.ActionDataOrBuilder- Returns:
- The bytes for mnemonic.
-
getActionsExecuted
public long getActionsExecuted()The total number of actions of this type executed during the build. As above, includes remote cache hits but excludes local action cache hits.
int64 actions_executed = 2;- Specified by:
getActionsExecutedin interfaceBuildEventStreamProtos.BuildMetrics.ActionSummary.ActionDataOrBuilder- Returns:
- The actionsExecuted.
-
getFirstStartedMs
public long getFirstStartedMs()When the first action of this type started being executed, in milliseconds from the epoch.
int64 first_started_ms = 3;- Specified by:
getFirstStartedMsin interfaceBuildEventStreamProtos.BuildMetrics.ActionSummary.ActionDataOrBuilder- Returns:
- The firstStartedMs.
-
getLastEndedMs
public long getLastEndedMs()When the last action of this type ended being executed, in milliseconds from the epoch.
int64 last_ended_ms = 4;- Specified by:
getLastEndedMsin interfaceBuildEventStreamProtos.BuildMetrics.ActionSummary.ActionDataOrBuilder- Returns:
- The lastEndedMs.
-
hasSystemTime
public boolean hasSystemTime()Accumulated CPU time of all spawned actions of this type. This is only set if all the actions reported a time
.google.protobuf.Duration system_time = 5;- Specified by:
hasSystemTimein interfaceBuildEventStreamProtos.BuildMetrics.ActionSummary.ActionDataOrBuilder- Returns:
- Whether the systemTime field is set.
-
getSystemTime
public com.google.protobuf.Duration getSystemTime()Accumulated CPU time of all spawned actions of this type. This is only set if all the actions reported a time
.google.protobuf.Duration system_time = 5;- Specified by:
getSystemTimein interfaceBuildEventStreamProtos.BuildMetrics.ActionSummary.ActionDataOrBuilder- Returns:
- The systemTime.
-
getSystemTimeOrBuilder
public com.google.protobuf.DurationOrBuilder getSystemTimeOrBuilder()Accumulated CPU time of all spawned actions of this type. This is only set if all the actions reported a time
.google.protobuf.Duration system_time = 5;- Specified by:
getSystemTimeOrBuilderin interfaceBuildEventStreamProtos.BuildMetrics.ActionSummary.ActionDataOrBuilder
-
hasUserTime
public boolean hasUserTime().google.protobuf.Duration user_time = 6;- Specified by:
hasUserTimein interfaceBuildEventStreamProtos.BuildMetrics.ActionSummary.ActionDataOrBuilder- Returns:
- Whether the userTime field is set.
-
getUserTime
public com.google.protobuf.Duration getUserTime().google.protobuf.Duration user_time = 6;- Specified by:
getUserTimein interfaceBuildEventStreamProtos.BuildMetrics.ActionSummary.ActionDataOrBuilder- Returns:
- The userTime.
-
getUserTimeOrBuilder
public com.google.protobuf.DurationOrBuilder getUserTimeOrBuilder().google.protobuf.Duration user_time = 6;- Specified by:
getUserTimeOrBuilderin interfaceBuildEventStreamProtos.BuildMetrics.ActionSummary.ActionDataOrBuilder
-
getActionsCreated
public long getActionsCreated()The total number of actions of this type registered during the build.
int64 actions_created = 7;- Specified by:
getActionsCreatedin interfaceBuildEventStreamProtos.BuildMetrics.ActionSummary.ActionDataOrBuilder- Returns:
- The actionsCreated.
-
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.ActionSummary.ActionData parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData 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.ActionSummary.ActionData parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData parseFrom(InputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
public static BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData parseDelimitedFrom(InputStream input) throws IOException - Throws:
IOException
-
parseDelimitedFrom
public static BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilderForType
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
-
newBuilder
public static BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData.Builder newBuilder(BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData prototype) -
toBuilder
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) - Overrides:
newBuilderForTypein classcom.google.protobuf.AbstractMessage
-
getDefaultInstance
-
parser
public static com.google.protobuf.Parser<BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData> parser() -
getParserForType
public com.google.protobuf.Parser<BuildEventStreamProtos.BuildMetrics.ActionSummary.ActionData> getParserForType()- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessage
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-