Uses of Class
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.OutputGroup
-
Packages that use BuildEventStreamProtos.OutputGroup Package Description com.google.devtools.build.lib.buildeventstream -
-
Uses of BuildEventStreamProtos.OutputGroup in com.google.devtools.build.lib.buildeventstream
Methods in com.google.devtools.build.lib.buildeventstream that return BuildEventStreamProtos.OutputGroup Modifier and Type Method Description BuildEventStreamProtos.OutputGroupBuildEventStreamProtos.OutputGroup.Builder. build()BuildEventStreamProtos.OutputGroupBuildEventStreamProtos.OutputGroup.Builder. buildPartial()static BuildEventStreamProtos.OutputGroupBuildEventStreamProtos.OutputGroup. getDefaultInstance()BuildEventStreamProtos.OutputGroupBuildEventStreamProtos.OutputGroup.Builder. getDefaultInstanceForType()BuildEventStreamProtos.OutputGroupBuildEventStreamProtos.OutputGroup. getDefaultInstanceForType()BuildEventStreamProtos.OutputGroupBuildEventStreamProtos.TargetComplete.Builder. getOutputGroup(int index)The output files are arranged by their output group.BuildEventStreamProtos.OutputGroupBuildEventStreamProtos.TargetComplete. getOutputGroup(int index)The output files are arranged by their output group.BuildEventStreamProtos.OutputGroupBuildEventStreamProtos.TargetCompleteOrBuilder. getOutputGroup(int index)The output files are arranged by their output group.static BuildEventStreamProtos.OutputGroupBuildEventStreamProtos.OutputGroup. parseDelimitedFrom(java.io.InputStream input)static BuildEventStreamProtos.OutputGroupBuildEventStreamProtos.OutputGroup. parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)static BuildEventStreamProtos.OutputGroupBuildEventStreamProtos.OutputGroup. parseFrom(byte[] data)static BuildEventStreamProtos.OutputGroupBuildEventStreamProtos.OutputGroup. parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)static BuildEventStreamProtos.OutputGroupBuildEventStreamProtos.OutputGroup. parseFrom(ByteString data)static BuildEventStreamProtos.OutputGroupBuildEventStreamProtos.OutputGroup. parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static BuildEventStreamProtos.OutputGroupBuildEventStreamProtos.OutputGroup. parseFrom(CodedInputStream input)static BuildEventStreamProtos.OutputGroupBuildEventStreamProtos.OutputGroup. parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static BuildEventStreamProtos.OutputGroupBuildEventStreamProtos.OutputGroup. parseFrom(java.io.InputStream input)static BuildEventStreamProtos.OutputGroupBuildEventStreamProtos.OutputGroup. parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)static BuildEventStreamProtos.OutputGroupBuildEventStreamProtos.OutputGroup. parseFrom(java.nio.ByteBuffer data)static BuildEventStreamProtos.OutputGroupBuildEventStreamProtos.OutputGroup. parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry)Methods in com.google.devtools.build.lib.buildeventstream that return types with arguments of type BuildEventStreamProtos.OutputGroup Modifier and Type Method Description java.util.List<BuildEventStreamProtos.OutputGroup>BuildEventStreamProtos.TargetComplete.Builder. getOutputGroupList()The output files are arranged by their output group.java.util.List<BuildEventStreamProtos.OutputGroup>BuildEventStreamProtos.TargetComplete. getOutputGroupList()The output files are arranged by their output group.java.util.List<BuildEventStreamProtos.OutputGroup>BuildEventStreamProtos.TargetCompleteOrBuilder. getOutputGroupList()The output files are arranged by their output group.Parser<BuildEventStreamProtos.OutputGroup>BuildEventStreamProtos.OutputGroup. getParserForType()static Parser<BuildEventStreamProtos.OutputGroup>BuildEventStreamProtos.OutputGroup. parser()Methods in com.google.devtools.build.lib.buildeventstream with parameters of type BuildEventStreamProtos.OutputGroup Modifier and Type Method Description BuildEventStreamProtos.TargetComplete.BuilderBuildEventStreamProtos.TargetComplete.Builder. addOutputGroup(int index, BuildEventStreamProtos.OutputGroup value)The output files are arranged by their output group.BuildEventStreamProtos.TargetComplete.BuilderBuildEventStreamProtos.TargetComplete.Builder. addOutputGroup(BuildEventStreamProtos.OutputGroup value)The output files are arranged by their output group.BuildEventStreamProtos.OutputGroup.BuilderBuildEventStreamProtos.OutputGroup.Builder. mergeFrom(BuildEventStreamProtos.OutputGroup other)static BuildEventStreamProtos.OutputGroup.BuilderBuildEventStreamProtos.OutputGroup. newBuilder(BuildEventStreamProtos.OutputGroup prototype)BuildEventStreamProtos.TargetComplete.BuilderBuildEventStreamProtos.TargetComplete.Builder. setOutputGroup(int index, BuildEventStreamProtos.OutputGroup value)The output files are arranged by their output group.Method parameters in com.google.devtools.build.lib.buildeventstream with type arguments of type BuildEventStreamProtos.OutputGroup Modifier and Type Method Description BuildEventStreamProtos.TargetComplete.BuilderBuildEventStreamProtos.TargetComplete.Builder. addAllOutputGroup(java.lang.Iterable<? extends BuildEventStreamProtos.OutputGroup> values)The output files are arranged by their output group.
-