Uses of Class
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.Progress.Builder
Packages that use BuildEventStreamProtos.Progress.Builder
-
Uses of BuildEventStreamProtos.Progress.Builder in com.google.devtools.build.lib.buildeventstream
Methods in com.google.devtools.build.lib.buildeventstream that return BuildEventStreamProtos.Progress.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.Progress.Builder.clear()BuildEventStreamProtos.Progress.Builder.clearStderr()The next chunk of stderr that bazel produced since the last progress event or the beginning of the build.BuildEventStreamProtos.Progress.Builder.clearStdout()The next chunk of stdout that bazel produced since the last progress event or the beginning of the build.BuildEventStreamProtos.BuildEvent.Builder.getProgressBuilder().build_event_stream.Progress progress = 3;BuildEventStreamProtos.Progress.Builder.mergeFrom(BuildEventStreamProtos.Progress other) BuildEventStreamProtos.Progress.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEventStreamProtos.Progress.Builder.mergeFrom(com.google.protobuf.Message other) BuildEventStreamProtos.Progress.newBuilder()BuildEventStreamProtos.Progress.newBuilder(BuildEventStreamProtos.Progress prototype) BuildEventStreamProtos.Progress.newBuilderForType()protected BuildEventStreamProtos.Progress.BuilderBuildEventStreamProtos.Progress.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) The next chunk of stderr that bazel produced since the last progress event or the beginning of the build.BuildEventStreamProtos.Progress.Builder.setStderrBytes(com.google.protobuf.ByteString value) The next chunk of stderr that bazel produced since the last progress event or the beginning of the build.The next chunk of stdout that bazel produced since the last progress event or the beginning of the build.BuildEventStreamProtos.Progress.Builder.setStdoutBytes(com.google.protobuf.ByteString value) The next chunk of stdout that bazel produced since the last progress event or the beginning of the build.BuildEventStreamProtos.Progress.toBuilder()Methods in com.google.devtools.build.lib.buildeventstream with parameters of type BuildEventStreamProtos.Progress.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.BuildEvent.Builder.setProgress(BuildEventStreamProtos.Progress.Builder builderForValue) .build_event_stream.Progress progress = 3;