Uses of Class
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.BuildToolLogs.Builder
Packages that use BuildEventStreamProtos.BuildToolLogs.Builder
-
Uses of BuildEventStreamProtos.BuildToolLogs.Builder in com.google.devtools.build.lib.buildeventstream
Methods in com.google.devtools.build.lib.buildeventstream that return BuildEventStreamProtos.BuildToolLogs.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.BuildToolLogs.Builder.addAllLog(Iterable<? extends BuildEventStreamProtos.File> values) repeated .build_event_stream.File log = 1;BuildEventStreamProtos.BuildToolLogs.Builder.addLog(int index, BuildEventStreamProtos.File value) repeated .build_event_stream.File log = 1;BuildEventStreamProtos.BuildToolLogs.Builder.addLog(int index, BuildEventStreamProtos.File.Builder builderForValue) repeated .build_event_stream.File log = 1;BuildEventStreamProtos.BuildToolLogs.Builder.addLog(BuildEventStreamProtos.File value) repeated .build_event_stream.File log = 1;BuildEventStreamProtos.BuildToolLogs.Builder.addLog(BuildEventStreamProtos.File.Builder builderForValue) repeated .build_event_stream.File log = 1;BuildEventStreamProtos.BuildToolLogs.Builder.clear()BuildEventStreamProtos.BuildToolLogs.Builder.clearLog()repeated .build_event_stream.File log = 1;BuildEventStreamProtos.BuildEvent.Builder.getBuildToolLogsBuilder().build_event_stream.BuildToolLogs build_tool_logs = 23;BuildEventStreamProtos.BuildToolLogs.Builder.mergeFrom(BuildEventStreamProtos.BuildToolLogs other) BuildEventStreamProtos.BuildToolLogs.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEventStreamProtos.BuildToolLogs.Builder.mergeFrom(com.google.protobuf.Message other) BuildEventStreamProtos.BuildToolLogs.newBuilder()BuildEventStreamProtos.BuildToolLogs.newBuilder(BuildEventStreamProtos.BuildToolLogs prototype) BuildEventStreamProtos.BuildToolLogs.newBuilderForType()BuildEventStreamProtos.BuildToolLogs.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) BuildEventStreamProtos.BuildToolLogs.Builder.removeLog(int index) repeated .build_event_stream.File log = 1;BuildEventStreamProtos.BuildToolLogs.Builder.setLog(int index, BuildEventStreamProtos.File value) repeated .build_event_stream.File log = 1;BuildEventStreamProtos.BuildToolLogs.Builder.setLog(int index, BuildEventStreamProtos.File.Builder builderForValue) repeated .build_event_stream.File log = 1;BuildEventStreamProtos.BuildToolLogs.toBuilder()Methods in com.google.devtools.build.lib.buildeventstream with parameters of type BuildEventStreamProtos.BuildToolLogs.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.BuildEvent.Builder.setBuildToolLogs(BuildEventStreamProtos.BuildToolLogs.Builder builderForValue) .build_event_stream.BuildToolLogs build_tool_logs = 23;