Uses of Class
com.google.devtools.build.v1.OrderedBuildEvent.Builder
Packages that use OrderedBuildEvent.Builder
-
Uses of OrderedBuildEvent.Builder in com.google.devtools.build.v1
Methods in com.google.devtools.build.v1 that return OrderedBuildEvent.BuilderModifier and TypeMethodDescriptionOrderedBuildEvent.Builder.clear()OrderedBuildEvent.Builder.clearEvent()The actual event.OrderedBuildEvent.Builder.clearSequenceNumber()The position of this event in the stream.OrderedBuildEvent.Builder.clearStreamId()Which build event stream this event belongs to.PublishLifecycleEventRequest.Builder.getBuildEventBuilder()Required.PublishBuildToolEventStreamRequest.Builder.getOrderedBuildEventBuilder()Required.OrderedBuildEvent.Builder.mergeEvent(BuildEvent value) The actual event.OrderedBuildEvent.Builder.mergeFrom(OrderedBuildEvent other) OrderedBuildEvent.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) OrderedBuildEvent.Builder.mergeFrom(com.google.protobuf.Message other) OrderedBuildEvent.Builder.mergeStreamId(StreamId value) Which build event stream this event belongs to.static OrderedBuildEvent.BuilderOrderedBuildEvent.newBuilder()static OrderedBuildEvent.BuilderOrderedBuildEvent.newBuilder(OrderedBuildEvent prototype) OrderedBuildEvent.newBuilderForType()protected OrderedBuildEvent.BuilderOrderedBuildEvent.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) OrderedBuildEvent.Builder.setEvent(BuildEvent value) The actual event.OrderedBuildEvent.Builder.setEvent(BuildEvent.Builder builderForValue) The actual event.OrderedBuildEvent.Builder.setSequenceNumber(long value) The position of this event in the stream.OrderedBuildEvent.Builder.setStreamId(StreamId value) Which build event stream this event belongs to.OrderedBuildEvent.Builder.setStreamId(StreamId.Builder builderForValue) Which build event stream this event belongs to.OrderedBuildEvent.toBuilder()Methods in com.google.devtools.build.v1 with parameters of type OrderedBuildEvent.BuilderModifier and TypeMethodDescriptionPublishLifecycleEventRequest.Builder.setBuildEvent(OrderedBuildEvent.Builder builderForValue) Required.PublishBuildToolEventStreamRequest.Builder.setOrderedBuildEvent(OrderedBuildEvent.Builder builderForValue) Required.