Get desktop application:
View/edit binary Protocol Buffers messages
The Exec service definition.
Run takes input, executes it and returns result of input execution
StreamingRun takes input, executes it and streams back execution information A nonzero return code, if any, will be in the final response. Intermediate responses may contain stdout and/or stderr.
ExecRequest describes what to execute
Used as request type in: Exec.Run, Exec.StreamingRun
User to execute command as, equivalent of `sudo -u <user> <command>`.
ExecResponse describes output of execution
Used as response type in: Exec.Run, Exec.StreamingRun