Class BuildEventStreamProtos.ConvenienceSymlinksIdentified

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.ConvenienceSymlinksIdentified
All Implemented Interfaces:
BuildEventStreamProtos.ConvenienceSymlinksIdentifiedOrBuilder, 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.ConvenienceSymlinksIdentified extends com.google.protobuf.GeneratedMessage implements BuildEventStreamProtos.ConvenienceSymlinksIdentifiedOrBuilder
 Event describing all convenience symlinks (i.e., workspace symlinks) to be
 created or deleted once the execution phase has begun. Note that this event
 does not say anything about whether or not the build tool actually executed
 these filesystem operations; it only says what logical operations should be
 performed. This event is emitted exactly once per build; if no symlinks are
 to be modified, the event is still emitted with empty contents.
 
Protobuf type build_event_stream.ConvenienceSymlinksIdentified
See Also: