Uses of Class
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.NamedSetOfFiles.Builder
Packages that use BuildEventStreamProtos.NamedSetOfFiles.Builder
-
Uses of BuildEventStreamProtos.NamedSetOfFiles.Builder in com.google.devtools.build.lib.buildeventstream
Methods in com.google.devtools.build.lib.buildeventstream that return BuildEventStreamProtos.NamedSetOfFiles.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.NamedSetOfFiles.Builder.addAllFiles(Iterable<? extends BuildEventStreamProtos.File> values) Files that belong to this named set of files.BuildEventStreamProtos.NamedSetOfFiles.Builder.addAllFileSets(Iterable<? extends BuildEventStreamProtos.BuildEventId.NamedSetOfFilesId> values) Other named sets whose members also belong to this set.BuildEventStreamProtos.NamedSetOfFiles.Builder.addFiles(int index, BuildEventStreamProtos.File value) Files that belong to this named set of files.BuildEventStreamProtos.NamedSetOfFiles.Builder.addFiles(int index, BuildEventStreamProtos.File.Builder builderForValue) Files that belong to this named set of files.BuildEventStreamProtos.NamedSetOfFiles.Builder.addFiles(BuildEventStreamProtos.File value) Files that belong to this named set of files.BuildEventStreamProtos.NamedSetOfFiles.Builder.addFiles(BuildEventStreamProtos.File.Builder builderForValue) Files that belong to this named set of files.BuildEventStreamProtos.NamedSetOfFiles.Builder.addFileSets(int index, BuildEventStreamProtos.BuildEventId.NamedSetOfFilesId value) Other named sets whose members also belong to this set.BuildEventStreamProtos.NamedSetOfFiles.Builder.addFileSets(int index, BuildEventStreamProtos.BuildEventId.NamedSetOfFilesId.Builder builderForValue) Other named sets whose members also belong to this set.BuildEventStreamProtos.NamedSetOfFiles.Builder.addFileSets(BuildEventStreamProtos.BuildEventId.NamedSetOfFilesId value) Other named sets whose members also belong to this set.BuildEventStreamProtos.NamedSetOfFiles.Builder.addFileSets(BuildEventStreamProtos.BuildEventId.NamedSetOfFilesId.Builder builderForValue) Other named sets whose members also belong to this set.BuildEventStreamProtos.NamedSetOfFiles.Builder.clear()BuildEventStreamProtos.NamedSetOfFiles.Builder.clearFiles()Files that belong to this named set of files.BuildEventStreamProtos.NamedSetOfFiles.Builder.clearFileSets()Other named sets whose members also belong to this set.BuildEventStreamProtos.BuildEvent.Builder.getNamedSetOfFilesBuilder().build_event_stream.NamedSetOfFiles named_set_of_files = 15;BuildEventStreamProtos.NamedSetOfFiles.Builder.mergeFrom(BuildEventStreamProtos.NamedSetOfFiles other) BuildEventStreamProtos.NamedSetOfFiles.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEventStreamProtos.NamedSetOfFiles.Builder.mergeFrom(com.google.protobuf.Message other) BuildEventStreamProtos.NamedSetOfFiles.newBuilder()BuildEventStreamProtos.NamedSetOfFiles.newBuilder(BuildEventStreamProtos.NamedSetOfFiles prototype) BuildEventStreamProtos.NamedSetOfFiles.newBuilderForType()BuildEventStreamProtos.NamedSetOfFiles.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) BuildEventStreamProtos.NamedSetOfFiles.Builder.removeFiles(int index) Files that belong to this named set of files.BuildEventStreamProtos.NamedSetOfFiles.Builder.removeFileSets(int index) Other named sets whose members also belong to this set.BuildEventStreamProtos.NamedSetOfFiles.Builder.setFiles(int index, BuildEventStreamProtos.File value) Files that belong to this named set of files.BuildEventStreamProtos.NamedSetOfFiles.Builder.setFiles(int index, BuildEventStreamProtos.File.Builder builderForValue) Files that belong to this named set of files.BuildEventStreamProtos.NamedSetOfFiles.Builder.setFileSets(int index, BuildEventStreamProtos.BuildEventId.NamedSetOfFilesId value) Other named sets whose members also belong to this set.BuildEventStreamProtos.NamedSetOfFiles.Builder.setFileSets(int index, BuildEventStreamProtos.BuildEventId.NamedSetOfFilesId.Builder builderForValue) Other named sets whose members also belong to this set.BuildEventStreamProtos.NamedSetOfFiles.toBuilder()Methods in com.google.devtools.build.lib.buildeventstream with parameters of type BuildEventStreamProtos.NamedSetOfFiles.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.BuildEvent.Builder.setNamedSetOfFiles(BuildEventStreamProtos.NamedSetOfFiles.Builder builderForValue) .build_event_stream.NamedSetOfFiles named_set_of_files = 15;