Uses of Class
com.google.devtools.build.v1.BuildEvent.BuildComponentStreamFinished.Builder
Packages that use BuildEvent.BuildComponentStreamFinished.Builder
-
Uses of BuildEvent.BuildComponentStreamFinished.Builder in com.google.devtools.build.v1
Methods in com.google.devtools.build.v1 that return BuildEvent.BuildComponentStreamFinished.BuilderModifier and TypeMethodDescriptionBuildEvent.BuildComponentStreamFinished.Builder.clear()BuildEvent.BuildComponentStreamFinished.Builder.clearType()How the event stream finished.BuildEvent.Builder.getComponentStreamFinishedBuilder()Indicates the end of a build event stream (with the same StreamId) from a build component executing the requested build task.BuildEvent.BuildComponentStreamFinished.Builder.mergeFrom(BuildEvent.BuildComponentStreamFinished other) BuildEvent.BuildComponentStreamFinished.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEvent.BuildComponentStreamFinished.Builder.mergeFrom(com.google.protobuf.Message other) BuildEvent.BuildComponentStreamFinished.newBuilder()BuildEvent.BuildComponentStreamFinished.newBuilder(BuildEvent.BuildComponentStreamFinished prototype) BuildEvent.BuildComponentStreamFinished.newBuilderForType()BuildEvent.BuildComponentStreamFinished.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) BuildEvent.BuildComponentStreamFinished.Builder.setType(BuildEvent.BuildComponentStreamFinished.FinishType value) How the event stream finished.BuildEvent.BuildComponentStreamFinished.Builder.setTypeValue(int value) How the event stream finished.BuildEvent.BuildComponentStreamFinished.toBuilder()Methods in com.google.devtools.build.v1 with parameters of type BuildEvent.BuildComponentStreamFinished.BuilderModifier and TypeMethodDescriptionBuildEvent.Builder.setComponentStreamFinished(BuildEvent.BuildComponentStreamFinished.Builder builderForValue) Indicates the end of a build event stream (with the same StreamId) from a build component executing the requested build task.