Get desktop application:
View/edit binary Protocol Buffers messages
repeated string groupings = 2
repeated JobOrder order = 2
optional int32 maxResults = 3
optional int32 maxResults = 3
Used in: FindJobsResponse
string id = 1
string namespace = 2
string project = 3
string version = 4
string job = 5
map<string, string> arguments = 8
optional Timestamp startDateTime = 9
optional Timestamp endDateTime = 10
optional string error = 11
Used in: FindJobMetricsRequest, FindJobsRequest
repeated string id = 1
repeated string namespace = 2
repeated string project = 3
repeated string job = 4
map<string, string> arguments = 7
optional Timestamp until = 9
Used in: FindJobsRequest
JOB_BY_DATETIME = 0
JOB_BY_PROJECT = 10
JOB_BY_NAME = 20
JOB_BY_ID = 30
JOB_BY_STATUS = 40
JOB_BY_PHASE = 60
Used in: FindTargetsResponse
string id = 1
optional string jobId = 2
string namespace = 3
string project = 4
string version = 5
string target = 6
map<string, string> partitions = 9
optional Timestamp startDateTime = 10
optional Timestamp endDateTime = 11
optional string error = 12
Used in: FindTargetsRequest
repeated string id = 1
repeated string namespace = 2
repeated string project = 3
repeated string job = 4
repeated string jobId = 5
repeated string target = 6
map<string, string> partitions = 9
optional Timestamp from = 10
optional Timestamp until = 11
Used in: FindTargetsRequest
TARGET_BY_DATETIME = 0
TARGET_BY_PROJECT = 10
TARGET_BY_NAME = 20
TARGET_BY_ID = 30
TARGET_BY_STATUS = 40
TARGET_BY_PHASE = 50
TARGET_BY_PARENT_NAME = 60
TARGET_BY_PARENT_ID = 70