JobStatus$json top-level constant
Implementation
@$core.Deprecated('Use jobStatusDescriptor instead')
const JobStatus$json = {
'1': 'JobStatus',
'2': [
{'1': 'JOB_STATUS_UNSPECIFIED', '2': 0},
{'1': 'JOB_STATUS_IN_PROGRESS', '2': 1},
{'1': 'JOB_STATUS_FAILED', '2': 2},
{'1': 'JOB_STATUS_DONE', '2': 3},
],
};