EndStatus$json top-level constant

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

Implementation

@$core.Deprecated('Use endStatusDescriptor instead')
const EndStatus$json = {
  '1': 'EndStatus',
  '2': [
    {'1': 'END_STATUS_UNSPECIFIED', '2': 0},
    {'1': 'END_STATUS_SUCCESS', '2': 1},
    {'1': 'END_STATUS_TIMEOUT', '2': 2},
    {'1': 'END_STATUS_FAIL', '2': 3},
  ],
};