Get desktop application:
View/edit binary Protocol Buffers messages
(message has no fields)
optional PTY pty = 2
optional string tag = 3
(message has no fields)
(message has no fields)
(message has no fields)
(message has no fields)
Used in: StartRequest, UpdateRequest
Used in: PTY
uint32 cols = 1
uint32 rows = 2
Used in: ProcessInfo, StartRequest
string cmd = 1
repeated string args = 2
map<string, string> envs = 3
optional string cwd = 4
Used in: ConnectResponse, StartResponse
Used in: ProcessEvent
oneof output
bytes stdout = 1
bytes stderr = 2
bytes pty = 3
Used in: ProcessEvent
sint32 exit_code = 1
bool exited = 2
string status = 3
optional string error = 4
Used in: ProcessEvent
(message has no fields)
Used in: ProcessEvent
Used in: ListResponse
uint32 pid = 2
optional string tag = 3
Used in: SendInputRequest, StreamInputRequest.DataEvent
oneof input
bytes stdin = 1
bytes pty = 2
Used in: ConnectRequest, SendInputRequest, SendSignalRequest, StreamInputRequest.StartEvent, UpdateRequest
oneof selector
uint32 pid = 1
string tag = 2
Used in: SendSignalRequest
SIGNAL_UNSPECIFIED = 0
SIGNAL_SIGTERM = 15
SIGNAL_SIGKILL = 9
Used in: StreamInputRequest
Used in: StreamInputRequest
(message has no fields)
Used in: StreamInputRequest