package job
Get desktop application:
View/edit binary Protocol Buffers messages
(message has no fields)
string id = 1
string name = 2
string description = 3
(message has no fields)
Used as request type in: Job.Create
Used as field type in: pipeline.CreatePipelineRequest
string name = 1
string description = 2
string task_name = 3
int32 timeout = 4
string run_at = 6
Used as response type in: Job.Create
Used as field type in: pipeline.CreatePipelineResponse
string id = 1
string name = 2
string task_name = 3
int32 timeout = 5
string description = 6
int32 status = 7
Used as response type in: Job.Get
Used as field type in: GetJobsResponse, pipeline.GetPipelineJobsResponse
string id = 1
string name = 2
string task_name = 3
int32 timeout = 5
string description = 6
int32 status = 7
string failure_reason = 8
int64 duration = 14