Uses of Class
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.BuildEventId.TargetCompletedId.Builder
Packages that use BuildEventStreamProtos.BuildEventId.TargetCompletedId.Builder
-
Uses of BuildEventStreamProtos.BuildEventId.TargetCompletedId.Builder in com.google.devtools.build.lib.buildeventstream
Methods in com.google.devtools.build.lib.buildeventstream that return BuildEventStreamProtos.BuildEventId.TargetCompletedId.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.BuildEventId.TargetCompletedId.Builder.clear()BuildEventStreamProtos.BuildEventId.TargetCompletedId.Builder.clearAspect()If empty, the id refers to the completion of the target.BuildEventStreamProtos.BuildEventId.TargetCompletedId.Builder.clearConfiguration()The configuration for which the target was built.BuildEventStreamProtos.BuildEventId.TargetCompletedId.Builder.clearLabel()string label = 1;BuildEventStreamProtos.BuildEventId.Builder.getTargetCompletedBuilder().build_event_stream.BuildEventId.TargetCompletedId target_completed = 5;BuildEventStreamProtos.BuildEventId.TargetCompletedId.Builder.mergeConfiguration(BuildEventStreamProtos.BuildEventId.ConfigurationId value) The configuration for which the target was built.BuildEventStreamProtos.BuildEventId.TargetCompletedId.Builder.mergeFrom(BuildEventStreamProtos.BuildEventId.TargetCompletedId other) BuildEventStreamProtos.BuildEventId.TargetCompletedId.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEventStreamProtos.BuildEventId.TargetCompletedId.Builder.mergeFrom(com.google.protobuf.Message other) BuildEventStreamProtos.BuildEventId.TargetCompletedId.newBuilder()BuildEventStreamProtos.BuildEventId.TargetCompletedId.newBuilder(BuildEventStreamProtos.BuildEventId.TargetCompletedId prototype) BuildEventStreamProtos.BuildEventId.TargetCompletedId.newBuilderForType()BuildEventStreamProtos.BuildEventId.TargetCompletedId.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) If empty, the id refers to the completion of the target.BuildEventStreamProtos.BuildEventId.TargetCompletedId.Builder.setAspectBytes(com.google.protobuf.ByteString value) If empty, the id refers to the completion of the target.BuildEventStreamProtos.BuildEventId.TargetCompletedId.Builder.setConfiguration(BuildEventStreamProtos.BuildEventId.ConfigurationId value) The configuration for which the target was built.BuildEventStreamProtos.BuildEventId.TargetCompletedId.Builder.setConfiguration(BuildEventStreamProtos.BuildEventId.ConfigurationId.Builder builderForValue) The configuration for which the target was built.string label = 1;BuildEventStreamProtos.BuildEventId.TargetCompletedId.Builder.setLabelBytes(com.google.protobuf.ByteString value) string label = 1;BuildEventStreamProtos.BuildEventId.TargetCompletedId.toBuilder()Methods in com.google.devtools.build.lib.buildeventstream with parameters of type BuildEventStreamProtos.BuildEventId.TargetCompletedId.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.BuildEventId.Builder.setTargetCompleted(BuildEventStreamProtos.BuildEventId.TargetCompletedId.Builder builderForValue) .build_event_stream.BuildEventId.TargetCompletedId target_completed = 5;