Class BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.Builder>
-
- com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.Builder
-
- All Implemented Interfaces:
BuildEventStreamProtos.BuildMetrics.BuildGraphMetricsOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.lang.Cloneable
- Enclosing class:
- BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics
public static final class BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.Builder> implements BuildEventStreamProtos.BuildMetrics.BuildGraphMetricsOrBuilder
Information about the size and shape of the build graph. Some fields may not be populated if Bazel was able to skip steps due to caching.
Protobuf typebuild_event_stream.BuildMetrics.BuildGraphMetrics
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)BuildEventStreamProtos.BuildMetrics.BuildGraphMetricsbuild()BuildEventStreamProtos.BuildMetrics.BuildGraphMetricsbuildPartial()BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.Builderclear()BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.BuilderclearActionCount()How many actions belonged to the configured targets/aspects above.BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.BuilderclearActionCountNotIncludingAspects()How many actions belonged to configured targets: always at most action_count.BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.BuilderclearActionLookupValueCount()How many configured targets/aspects were in this build, including any that were analyzed on a prior build and are still valid.BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.BuilderclearActionLookupValueCountNotIncludingAspects()How many configured targets alone were in this build: always at most action_lookup_value_count.BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.BuilderclearInputFileConfiguredTargetCount()How many "input file" configured targets there were: one per source file.BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.BuilderclearOtherConfiguredTargetCount()How many "other" configured targets there were (like alias, package_group, and other non-rule non-file configured targets).BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.BuilderclearOutputArtifactCount()How many artifacts are outputs of the above actions.BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.BuilderclearOutputFileConfiguredTargetCount()How many "output file" configured targets there were: output files that are targets (not implicit outputs).BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.BuilderclearPostInvocationSkyframeNodeCount()How many Skyframe nodes there are in memory at the end of the build.BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.Builderclone()intgetActionCount()How many actions belonged to the configured targets/aspects above.intgetActionCountNotIncludingAspects()How many actions belonged to configured targets: always at most action_count.intgetActionLookupValueCount()How many configured targets/aspects were in this build, including any that were analyzed on a prior build and are still valid.intgetActionLookupValueCountNotIncludingAspects()How many configured targets alone were in this build: always at most action_lookup_value_count.BuildEventStreamProtos.BuildMetrics.BuildGraphMetricsgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()intgetInputFileConfiguredTargetCount()How many "input file" configured targets there were: one per source file.intgetOtherConfiguredTargetCount()How many "other" configured targets there were (like alias, package_group, and other non-rule non-file configured targets).intgetOutputArtifactCount()How many artifacts are outputs of the above actions.intgetOutputFileConfiguredTargetCount()How many "output file" configured targets there were: output files that are targets (not implicit outputs).intgetPostInvocationSkyframeNodeCount()How many Skyframe nodes there are in memory at the end of the build.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.BuildermergeFrom(BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics other)BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.BuildermergeFrom(com.google.protobuf.Message other)BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.BuildersetActionCount(int value)How many actions belonged to the configured targets/aspects above.BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.BuildersetActionCountNotIncludingAspects(int value)How many actions belonged to configured targets: always at most action_count.BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.BuildersetActionLookupValueCount(int value)How many configured targets/aspects were in this build, including any that were analyzed on a prior build and are still valid.BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.BuildersetActionLookupValueCountNotIncludingAspects(int value)How many configured targets alone were in this build: always at most action_lookup_value_count.BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.BuildersetInputFileConfiguredTargetCount(int value)How many "input file" configured targets there were: one per source file.BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.BuildersetOtherConfiguredTargetCount(int value)How many "other" configured targets there were (like alias, package_group, and other non-rule non-file configured targets).BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.BuildersetOutputArtifactCount(int value)How many artifacts are outputs of the above actions.BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.BuildersetOutputFileConfiguredTargetCount(int value)How many "output file" configured targets there were: output files that are targets (not implicit outputs).BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.BuildersetPostInvocationSkyframeNodeCount(int value)How many Skyframe nodes there are in memory at the end of the build.BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.Builder>
-
clear
public BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.Builder>
-
getDefaultInstanceForType
public BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.Builder>
-
setField
public BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.Builder>
-
clearField
public BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.Builder>
-
clearOneof
public BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.Builder>
-
setRepeatedField
public BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.Builder>
-
addRepeatedField
public BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.Builder>
-
mergeFrom
public BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.Builder>
-
mergeFrom
public BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.Builder mergeFrom(BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.Builder>
-
mergeFrom
public BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.Builder>- Throws:
java.io.IOException
-
getActionLookupValueCount
public int getActionLookupValueCount()
How many configured targets/aspects were in this build, including any that were analyzed on a prior build and are still valid. May not be populated if analysis phase was fully cached. Note: for historical reasons this includes input/output files and other configured targets that do not actually have associated actions.
int32 action_lookup_value_count = 1;- Specified by:
getActionLookupValueCountin interfaceBuildEventStreamProtos.BuildMetrics.BuildGraphMetricsOrBuilder- Returns:
- The actionLookupValueCount.
-
setActionLookupValueCount
public BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.Builder setActionLookupValueCount(int value)
How many configured targets/aspects were in this build, including any that were analyzed on a prior build and are still valid. May not be populated if analysis phase was fully cached. Note: for historical reasons this includes input/output files and other configured targets that do not actually have associated actions.
int32 action_lookup_value_count = 1;- Parameters:
value- The actionLookupValueCount to set.- Returns:
- This builder for chaining.
-
clearActionLookupValueCount
public BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.Builder clearActionLookupValueCount()
How many configured targets/aspects were in this build, including any that were analyzed on a prior build and are still valid. May not be populated if analysis phase was fully cached. Note: for historical reasons this includes input/output files and other configured targets that do not actually have associated actions.
int32 action_lookup_value_count = 1;- Returns:
- This builder for chaining.
-
getActionLookupValueCountNotIncludingAspects
public int getActionLookupValueCountNotIncludingAspects()
How many configured targets alone were in this build: always at most action_lookup_value_count. Useful mainly for historical comparisons to TargetMetrics.targets_configured, which used to not count aspects. This also includes configured targets that do not have associated actions.
int32 action_lookup_value_count_not_including_aspects = 5;- Specified by:
getActionLookupValueCountNotIncludingAspectsin interfaceBuildEventStreamProtos.BuildMetrics.BuildGraphMetricsOrBuilder- Returns:
- The actionLookupValueCountNotIncludingAspects.
-
setActionLookupValueCountNotIncludingAspects
public BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.Builder setActionLookupValueCountNotIncludingAspects(int value)
How many configured targets alone were in this build: always at most action_lookup_value_count. Useful mainly for historical comparisons to TargetMetrics.targets_configured, which used to not count aspects. This also includes configured targets that do not have associated actions.
int32 action_lookup_value_count_not_including_aspects = 5;- Parameters:
value- The actionLookupValueCountNotIncludingAspects to set.- Returns:
- This builder for chaining.
-
clearActionLookupValueCountNotIncludingAspects
public BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.Builder clearActionLookupValueCountNotIncludingAspects()
How many configured targets alone were in this build: always at most action_lookup_value_count. Useful mainly for historical comparisons to TargetMetrics.targets_configured, which used to not count aspects. This also includes configured targets that do not have associated actions.
int32 action_lookup_value_count_not_including_aspects = 5;- Returns:
- This builder for chaining.
-
getActionCount
public int getActionCount()
How many actions belonged to the configured targets/aspects above. It may not be necessary to execute all of these actions to build the requested targets. May not be populated if analysis phase was fully cached.
int32 action_count = 2;- Specified by:
getActionCountin interfaceBuildEventStreamProtos.BuildMetrics.BuildGraphMetricsOrBuilder- Returns:
- The actionCount.
-
setActionCount
public BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.Builder setActionCount(int value)
How many actions belonged to the configured targets/aspects above. It may not be necessary to execute all of these actions to build the requested targets. May not be populated if analysis phase was fully cached.
int32 action_count = 2;- Parameters:
value- The actionCount to set.- Returns:
- This builder for chaining.
-
clearActionCount
public BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.Builder clearActionCount()
How many actions belonged to the configured targets/aspects above. It may not be necessary to execute all of these actions to build the requested targets. May not be populated if analysis phase was fully cached.
int32 action_count = 2;- Returns:
- This builder for chaining.
-
getActionCountNotIncludingAspects
public int getActionCountNotIncludingAspects()
How many actions belonged to configured targets: always at most action_count. Useful mainly for historical comparisons to ActionMetrics.actions_created, which used to not count aspects' actions.
int32 action_count_not_including_aspects = 6;- Specified by:
getActionCountNotIncludingAspectsin interfaceBuildEventStreamProtos.BuildMetrics.BuildGraphMetricsOrBuilder- Returns:
- The actionCountNotIncludingAspects.
-
setActionCountNotIncludingAspects
public BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.Builder setActionCountNotIncludingAspects(int value)
How many actions belonged to configured targets: always at most action_count. Useful mainly for historical comparisons to ActionMetrics.actions_created, which used to not count aspects' actions.
int32 action_count_not_including_aspects = 6;- Parameters:
value- The actionCountNotIncludingAspects to set.- Returns:
- This builder for chaining.
-
clearActionCountNotIncludingAspects
public BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.Builder clearActionCountNotIncludingAspects()
How many actions belonged to configured targets: always at most action_count. Useful mainly for historical comparisons to ActionMetrics.actions_created, which used to not count aspects' actions.
int32 action_count_not_including_aspects = 6;- Returns:
- This builder for chaining.
-
getInputFileConfiguredTargetCount
public int getInputFileConfiguredTargetCount()
How many "input file" configured targets there were: one per source file. Should agree with artifact_metrics.source_artifacts_read.count above,
int32 input_file_configured_target_count = 7;- Specified by:
getInputFileConfiguredTargetCountin interfaceBuildEventStreamProtos.BuildMetrics.BuildGraphMetricsOrBuilder- Returns:
- The inputFileConfiguredTargetCount.
-
setInputFileConfiguredTargetCount
public BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.Builder setInputFileConfiguredTargetCount(int value)
How many "input file" configured targets there were: one per source file. Should agree with artifact_metrics.source_artifacts_read.count above,
int32 input_file_configured_target_count = 7;- Parameters:
value- The inputFileConfiguredTargetCount to set.- Returns:
- This builder for chaining.
-
clearInputFileConfiguredTargetCount
public BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.Builder clearInputFileConfiguredTargetCount()
How many "input file" configured targets there were: one per source file. Should agree with artifact_metrics.source_artifacts_read.count above,
int32 input_file_configured_target_count = 7;- Returns:
- This builder for chaining.
-
getOutputFileConfiguredTargetCount
public int getOutputFileConfiguredTargetCount()
How many "output file" configured targets there were: output files that are targets (not implicit outputs).
int32 output_file_configured_target_count = 8;- Specified by:
getOutputFileConfiguredTargetCountin interfaceBuildEventStreamProtos.BuildMetrics.BuildGraphMetricsOrBuilder- Returns:
- The outputFileConfiguredTargetCount.
-
setOutputFileConfiguredTargetCount
public BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.Builder setOutputFileConfiguredTargetCount(int value)
How many "output file" configured targets there were: output files that are targets (not implicit outputs).
int32 output_file_configured_target_count = 8;- Parameters:
value- The outputFileConfiguredTargetCount to set.- Returns:
- This builder for chaining.
-
clearOutputFileConfiguredTargetCount
public BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.Builder clearOutputFileConfiguredTargetCount()
How many "output file" configured targets there were: output files that are targets (not implicit outputs).
int32 output_file_configured_target_count = 8;- Returns:
- This builder for chaining.
-
getOtherConfiguredTargetCount
public int getOtherConfiguredTargetCount()
How many "other" configured targets there were (like alias, package_group, and other non-rule non-file configured targets).
int32 other_configured_target_count = 9;- Specified by:
getOtherConfiguredTargetCountin interfaceBuildEventStreamProtos.BuildMetrics.BuildGraphMetricsOrBuilder- Returns:
- The otherConfiguredTargetCount.
-
setOtherConfiguredTargetCount
public BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.Builder setOtherConfiguredTargetCount(int value)
How many "other" configured targets there were (like alias, package_group, and other non-rule non-file configured targets).
int32 other_configured_target_count = 9;- Parameters:
value- The otherConfiguredTargetCount to set.- Returns:
- This builder for chaining.
-
clearOtherConfiguredTargetCount
public BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.Builder clearOtherConfiguredTargetCount()
How many "other" configured targets there were (like alias, package_group, and other non-rule non-file configured targets).
int32 other_configured_target_count = 9;- Returns:
- This builder for chaining.
-
getOutputArtifactCount
public int getOutputArtifactCount()
How many artifacts are outputs of the above actions. May not be populated if analysis phase was fully cached.
int32 output_artifact_count = 3;- Specified by:
getOutputArtifactCountin interfaceBuildEventStreamProtos.BuildMetrics.BuildGraphMetricsOrBuilder- Returns:
- The outputArtifactCount.
-
setOutputArtifactCount
public BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.Builder setOutputArtifactCount(int value)
How many artifacts are outputs of the above actions. May not be populated if analysis phase was fully cached.
int32 output_artifact_count = 3;- Parameters:
value- The outputArtifactCount to set.- Returns:
- This builder for chaining.
-
clearOutputArtifactCount
public BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.Builder clearOutputArtifactCount()
How many artifacts are outputs of the above actions. May not be populated if analysis phase was fully cached.
int32 output_artifact_count = 3;- Returns:
- This builder for chaining.
-
getPostInvocationSkyframeNodeCount
public int getPostInvocationSkyframeNodeCount()
How many Skyframe nodes there are in memory at the end of the build. This may underestimate the number of nodes when running with memory-saving settings or with Skybuild, and may overestimate if there are nodes from prior evaluations still in the cache.
int32 post_invocation_skyframe_node_count = 4;- Specified by:
getPostInvocationSkyframeNodeCountin interfaceBuildEventStreamProtos.BuildMetrics.BuildGraphMetricsOrBuilder- Returns:
- The postInvocationSkyframeNodeCount.
-
setPostInvocationSkyframeNodeCount
public BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.Builder setPostInvocationSkyframeNodeCount(int value)
How many Skyframe nodes there are in memory at the end of the build. This may underestimate the number of nodes when running with memory-saving settings or with Skybuild, and may overestimate if there are nodes from prior evaluations still in the cache.
int32 post_invocation_skyframe_node_count = 4;- Parameters:
value- The postInvocationSkyframeNodeCount to set.- Returns:
- This builder for chaining.
-
clearPostInvocationSkyframeNodeCount
public BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.Builder clearPostInvocationSkyframeNodeCount()
How many Skyframe nodes there are in memory at the end of the build. This may underestimate the number of nodes when running with memory-saving settings or with Skybuild, and may overestimate if there are nodes from prior evaluations still in the cache.
int32 post_invocation_skyframe_node_count = 4;- Returns:
- This builder for chaining.
-
setUnknownFields
public final BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.Builder>
-
mergeUnknownFields
public final BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.Builder>
-
-