JobStatus$json top-level constant

  1. @Deprecated('Use jobStatusDescriptor instead')
Map<String, Object> const JobStatus$json

Implementation

@$core.Deprecated('Use jobStatusDescriptor instead')
const JobStatus$json = {
  '1': 'JobStatus',
  '2': [
    {'1': 'job_name', '3': 1, '4': 1, '5': 9, '10': 'jobName'},
    {'1': 'recent_successful_runs', '3': 2, '4': 3, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'recentSuccessfulRuns'},
    {'1': 'recent_failed_runs', '3': 3, '4': 3, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'recentFailedRuns'},
  ],
};