Uses of Class
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.BuildEventId.ActionCompletedId.Builder
Packages that use BuildEventStreamProtos.BuildEventId.ActionCompletedId.Builder
-
Uses of BuildEventStreamProtos.BuildEventId.ActionCompletedId.Builder in com.google.devtools.build.lib.buildeventstream
Methods in com.google.devtools.build.lib.buildeventstream that return BuildEventStreamProtos.BuildEventId.ActionCompletedId.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.BuildEventId.ActionCompletedId.Builder.clear()BuildEventStreamProtos.BuildEventId.ActionCompletedId.Builder.clearConfiguration()Optional, the id of the configuration of the action owner.BuildEventStreamProtos.BuildEventId.ActionCompletedId.Builder.clearLabel()Optional, the label of the owner of the action, for reference.BuildEventStreamProtos.BuildEventId.ActionCompletedId.Builder.clearPrimaryOutput()string primary_output = 1;BuildEventStreamProtos.BuildEventId.Builder.getActionCompletedBuilder().build_event_stream.BuildEventId.ActionCompletedId action_completed = 6;BuildEventStreamProtos.BuildEventId.ActionCompletedId.Builder.mergeConfiguration(BuildEventStreamProtos.BuildEventId.ConfigurationId value) Optional, the id of the configuration of the action owner.BuildEventStreamProtos.BuildEventId.ActionCompletedId.Builder.mergeFrom(BuildEventStreamProtos.BuildEventId.ActionCompletedId other) BuildEventStreamProtos.BuildEventId.ActionCompletedId.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEventStreamProtos.BuildEventId.ActionCompletedId.Builder.mergeFrom(com.google.protobuf.Message other) BuildEventStreamProtos.BuildEventId.ActionCompletedId.newBuilder()BuildEventStreamProtos.BuildEventId.ActionCompletedId.newBuilder(BuildEventStreamProtos.BuildEventId.ActionCompletedId prototype) BuildEventStreamProtos.BuildEventId.ActionCompletedId.newBuilderForType()BuildEventStreamProtos.BuildEventId.ActionCompletedId.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) BuildEventStreamProtos.BuildEventId.ActionCompletedId.Builder.setConfiguration(BuildEventStreamProtos.BuildEventId.ConfigurationId value) Optional, the id of the configuration of the action owner.BuildEventStreamProtos.BuildEventId.ActionCompletedId.Builder.setConfiguration(BuildEventStreamProtos.BuildEventId.ConfigurationId.Builder builderForValue) Optional, the id of the configuration of the action owner.Optional, the label of the owner of the action, for reference.BuildEventStreamProtos.BuildEventId.ActionCompletedId.Builder.setLabelBytes(com.google.protobuf.ByteString value) Optional, the label of the owner of the action, for reference.BuildEventStreamProtos.BuildEventId.ActionCompletedId.Builder.setPrimaryOutput(String value) string primary_output = 1;BuildEventStreamProtos.BuildEventId.ActionCompletedId.Builder.setPrimaryOutputBytes(com.google.protobuf.ByteString value) string primary_output = 1;BuildEventStreamProtos.BuildEventId.ActionCompletedId.toBuilder()Methods in com.google.devtools.build.lib.buildeventstream with parameters of type BuildEventStreamProtos.BuildEventId.ActionCompletedId.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.BuildEventId.Builder.setActionCompleted(BuildEventStreamProtos.BuildEventId.ActionCompletedId.Builder builderForValue) .build_event_stream.BuildEventId.ActionCompletedId action_completed = 6;