Uses of Class
com.google.devtools.build.v1.BuildEvent.ConsoleOutput.Builder
Packages that use BuildEvent.ConsoleOutput.Builder
-
Uses of BuildEvent.ConsoleOutput.Builder in com.google.devtools.build.v1
Methods in com.google.devtools.build.v1 that return BuildEvent.ConsoleOutput.BuilderModifier and TypeMethodDescriptionBuildEvent.ConsoleOutput.Builder.clear()BuildEvent.ConsoleOutput.Builder.clearBinaryOutput()Used if the output is not UTF-8 text (for example, a binary proto).BuildEvent.ConsoleOutput.Builder.clearOutput()BuildEvent.ConsoleOutput.Builder.clearTextOutput()Regular UTF-8 output; normal text.BuildEvent.ConsoleOutput.Builder.clearType()The output stream type.BuildEvent.Builder.getConsoleOutputBuilder()An event containing printed text.BuildEvent.ConsoleOutput.Builder.mergeFrom(BuildEvent.ConsoleOutput other) BuildEvent.ConsoleOutput.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEvent.ConsoleOutput.Builder.mergeFrom(com.google.protobuf.Message other) BuildEvent.ConsoleOutput.newBuilder()BuildEvent.ConsoleOutput.newBuilder(BuildEvent.ConsoleOutput prototype) BuildEvent.ConsoleOutput.newBuilderForType()protected BuildEvent.ConsoleOutput.BuilderBuildEvent.ConsoleOutput.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) BuildEvent.ConsoleOutput.Builder.setBinaryOutput(com.google.protobuf.ByteString value) Used if the output is not UTF-8 text (for example, a binary proto).BuildEvent.ConsoleOutput.Builder.setTextOutput(String value) Regular UTF-8 output; normal text.BuildEvent.ConsoleOutput.Builder.setTextOutputBytes(com.google.protobuf.ByteString value) Regular UTF-8 output; normal text.BuildEvent.ConsoleOutput.Builder.setType(ConsoleOutputStream value) The output stream type.BuildEvent.ConsoleOutput.Builder.setTypeValue(int value) The output stream type.BuildEvent.ConsoleOutput.toBuilder()Methods in com.google.devtools.build.v1 with parameters of type BuildEvent.ConsoleOutput.BuilderModifier and TypeMethodDescriptionBuildEvent.Builder.setConsoleOutput(BuildEvent.ConsoleOutput.Builder builderForValue) An event containing printed text.