Uses of Class
com.google.devtools.build.v1.StreamId.Builder
Packages that use StreamId.Builder
-
Uses of StreamId.Builder in com.google.devtools.build.v1
Methods in com.google.devtools.build.v1 that return StreamId.BuilderModifier and TypeMethodDescriptionStreamId.Builder.clear()StreamId.Builder.clearBuildId()The id of a Build message.StreamId.Builder.clearComponent()The component that emitted this event.StreamId.Builder.clearInvocationId()The unique invocation ID within this build.OrderedBuildEvent.Builder.getStreamIdBuilder()Which build event stream this event belongs to.PublishBuildToolEventStreamResponse.Builder.getStreamIdBuilder()The stream that contains this event.StreamId.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StreamId.Builder.mergeFrom(com.google.protobuf.Message other) static StreamId.BuilderStreamId.newBuilder()static StreamId.BuilderStreamId.newBuilder(StreamId prototype) StreamId.newBuilderForType()protected StreamId.BuilderStreamId.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) StreamId.Builder.setBuildId(String value) The id of a Build message.StreamId.Builder.setBuildIdBytes(com.google.protobuf.ByteString value) The id of a Build message.StreamId.Builder.setComponent(StreamId.BuildComponent value) The component that emitted this event.StreamId.Builder.setComponentValue(int value) The component that emitted this event.StreamId.Builder.setInvocationId(String value) The unique invocation ID within this build.StreamId.Builder.setInvocationIdBytes(com.google.protobuf.ByteString value) The unique invocation ID within this build.StreamId.toBuilder()Methods in com.google.devtools.build.v1 with parameters of type StreamId.BuilderModifier and TypeMethodDescriptionOrderedBuildEvent.Builder.setStreamId(StreamId.Builder builderForValue) Which build event stream this event belongs to.PublishBuildToolEventStreamResponse.Builder.setStreamId(StreamId.Builder builderForValue) The stream that contains this event.