Get desktop application:
View/edit binary Protocol Buffers messages
An input file.
Used in:
The path in the file system where to read this input artifact from. This is either a path relative to the execution root (the worker process is launched with the working directory set to the execution root), or an absolute path.
A hash-value of the contents. The format of the contents is unspecified and the digest should be treated as an opaque token.
This represents a single work unit that Blaze sends to the worker.
The inputs that the worker is allowed to read during execution of this request.
The worker sends this message to Blaze when it finished its work on the WorkRequest message.
This is printed to the user after the WorkResponse has been received and is supposed to contain compiler warnings / errors etc. - thus we'll use a string type here, which gives us UTF-8 encoding.