Class BuildEventStreamProtos.WorkspaceStatus

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.WorkspaceStatus
All Implemented Interfaces:
BuildEventStreamProtos.WorkspaceStatusOrBuilder, 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.WorkspaceStatus extends com.google.protobuf.GeneratedMessage implements BuildEventStreamProtos.WorkspaceStatusOrBuilder
 Payload of an event reporting the workspace status. Key-value pairs can be
 provided by specifying the workspace_status_command to an executable that
 returns one key-value pair per line of output (key and value separated by a
 space).
 
Protobuf type build_event_stream.WorkspaceStatus
See Also: