Uses of Class
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.OutputGroup
Packages that use BuildEventStreamProtos.OutputGroup
-
Uses of BuildEventStreamProtos.OutputGroup in com.google.devtools.build.lib.buildeventstream
Methods in com.google.devtools.build.lib.buildeventstream that return BuildEventStreamProtos.OutputGroupModifier and TypeMethodDescriptionBuildEventStreamProtos.OutputGroup.Builder.build()BuildEventStreamProtos.OutputGroup.Builder.buildPartial()BuildEventStreamProtos.OutputGroup.getDefaultInstance()BuildEventStreamProtos.OutputGroup.Builder.getDefaultInstanceForType()BuildEventStreamProtos.OutputGroup.getDefaultInstanceForType()BuildEventStreamProtos.TargetComplete.Builder.getOutputGroup(int index) The output files are arranged by their output group.BuildEventStreamProtos.TargetComplete.getOutputGroup(int index) The output files are arranged by their output group.BuildEventStreamProtos.TargetCompleteOrBuilder.getOutputGroup(int index) The output files are arranged by their output group.BuildEventStreamProtos.OutputGroup.parseDelimitedFrom(InputStream input) BuildEventStreamProtos.OutputGroup.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEventStreamProtos.OutputGroup.parseFrom(byte[] data) BuildEventStreamProtos.OutputGroup.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEventStreamProtos.OutputGroup.parseFrom(com.google.protobuf.ByteString data) BuildEventStreamProtos.OutputGroup.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEventStreamProtos.OutputGroup.parseFrom(com.google.protobuf.CodedInputStream input) BuildEventStreamProtos.OutputGroup.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEventStreamProtos.OutputGroup.parseFrom(InputStream input) BuildEventStreamProtos.OutputGroup.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEventStreamProtos.OutputGroup.parseFrom(ByteBuffer data) BuildEventStreamProtos.OutputGroup.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.devtools.build.lib.buildeventstream that return types with arguments of type BuildEventStreamProtos.OutputGroupModifier and TypeMethodDescriptionBuildEventStreamProtos.TargetComplete.Builder.getOutputGroupList()The output files are arranged by their output group.BuildEventStreamProtos.TargetComplete.getOutputGroupList()The output files are arranged by their output group.BuildEventStreamProtos.TargetCompleteOrBuilder.getOutputGroupList()The output files are arranged by their output group.com.google.protobuf.Parser<BuildEventStreamProtos.OutputGroup>BuildEventStreamProtos.OutputGroup.getParserForType()static com.google.protobuf.Parser<BuildEventStreamProtos.OutputGroup>BuildEventStreamProtos.OutputGroup.parser()Methods in com.google.devtools.build.lib.buildeventstream with parameters of type BuildEventStreamProtos.OutputGroupModifier and TypeMethodDescriptionBuildEventStreamProtos.TargetComplete.Builder.addOutputGroup(int index, BuildEventStreamProtos.OutputGroup value) The output files are arranged by their output group.BuildEventStreamProtos.TargetComplete.Builder.addOutputGroup(BuildEventStreamProtos.OutputGroup value) The output files are arranged by their output group.BuildEventStreamProtos.OutputGroup.Builder.mergeFrom(BuildEventStreamProtos.OutputGroup other) BuildEventStreamProtos.OutputGroup.newBuilder(BuildEventStreamProtos.OutputGroup prototype) BuildEventStreamProtos.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.OutputGroupModifier and TypeMethodDescriptionBuildEventStreamProtos.TargetComplete.Builder.addAllOutputGroup(Iterable<? extends BuildEventStreamProtos.OutputGroup> values) The output files are arranged by their output group.