Class BuildEventStreamProtos.NamedSetOfFiles

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.NamedSetOfFiles
All Implemented Interfaces:
BuildEventStreamProtos.NamedSetOfFilesOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable
Enclosing class:
BuildEventStreamProtos

public static final class BuildEventStreamProtos.NamedSetOfFiles extends com.google.protobuf.GeneratedMessage implements BuildEventStreamProtos.NamedSetOfFilesOrBuilder
 Payload of a message to describe a set of files, usually build artifacts, to
 be referred to later by their name. In this way, files that occur identically
 as outputs of several targets have to be named only once.
 
Protobuf type build_event_stream.NamedSetOfFiles
See Also: