Export_Status$json top-level constant
Implementation
@$core.Deprecated('Use exportDescriptor instead')
const Export_Status$json = {
'1': 'Status',
'2': [
{'1': 'init', '2': 0},
{'1': 'pending', '2': 1},
{'1': 'processing', '2': 2},
{'1': 'done', '2': 3},
{'1': 'failed', '2': 4},
],
};