Uses of Class
com.google.devtools.build.v1.BuildEvent.ConsoleOutput
Packages that use BuildEvent.ConsoleOutput
-
Uses of BuildEvent.ConsoleOutput in com.google.devtools.build.v1
Methods in com.google.devtools.build.v1 that return BuildEvent.ConsoleOutputModifier and TypeMethodDescriptionBuildEvent.ConsoleOutput.Builder.build()BuildEvent.ConsoleOutput.Builder.buildPartial()BuildEvent.Builder.getConsoleOutput()An event containing printed text.BuildEvent.getConsoleOutput()An event containing printed text.BuildEventOrBuilder.getConsoleOutput()An event containing printed text.static BuildEvent.ConsoleOutputBuildEvent.ConsoleOutput.getDefaultInstance()BuildEvent.ConsoleOutput.Builder.getDefaultInstanceForType()BuildEvent.ConsoleOutput.getDefaultInstanceForType()static BuildEvent.ConsoleOutputBuildEvent.ConsoleOutput.parseDelimitedFrom(InputStream input) static BuildEvent.ConsoleOutputBuildEvent.ConsoleOutput.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BuildEvent.ConsoleOutputBuildEvent.ConsoleOutput.parseFrom(byte[] data) static BuildEvent.ConsoleOutputBuildEvent.ConsoleOutput.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BuildEvent.ConsoleOutputBuildEvent.ConsoleOutput.parseFrom(com.google.protobuf.ByteString data) static BuildEvent.ConsoleOutputBuildEvent.ConsoleOutput.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BuildEvent.ConsoleOutputBuildEvent.ConsoleOutput.parseFrom(com.google.protobuf.CodedInputStream input) static BuildEvent.ConsoleOutputBuildEvent.ConsoleOutput.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BuildEvent.ConsoleOutputBuildEvent.ConsoleOutput.parseFrom(InputStream input) static BuildEvent.ConsoleOutputBuildEvent.ConsoleOutput.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BuildEvent.ConsoleOutputBuildEvent.ConsoleOutput.parseFrom(ByteBuffer data) static BuildEvent.ConsoleOutputBuildEvent.ConsoleOutput.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.devtools.build.v1 that return types with arguments of type BuildEvent.ConsoleOutputModifier and TypeMethodDescriptioncom.google.protobuf.Parser<BuildEvent.ConsoleOutput>BuildEvent.ConsoleOutput.getParserForType()static com.google.protobuf.Parser<BuildEvent.ConsoleOutput>BuildEvent.ConsoleOutput.parser()Methods in com.google.devtools.build.v1 with parameters of type BuildEvent.ConsoleOutputModifier and TypeMethodDescriptionBuildEvent.Builder.mergeConsoleOutput(BuildEvent.ConsoleOutput value) An event containing printed text.BuildEvent.ConsoleOutput.Builder.mergeFrom(BuildEvent.ConsoleOutput other) BuildEvent.ConsoleOutput.newBuilder(BuildEvent.ConsoleOutput prototype) BuildEvent.Builder.setConsoleOutput(BuildEvent.ConsoleOutput value) An event containing printed text.