Status$json top-level constant

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

Implementation

@$core.Deprecated('Use statusDescriptor instead')
const Status$json = const {
  '1': 'Status',
  '2': const [
    const {'1': 'ok', '3': 1, '4': 1, '5': 11, '6': '.google.protobuf.Empty', '9': 0, '10': 'ok'},
    const {'1': 'error', '3': 2, '4': 1, '5': 11, '6': '.spine.base.Error', '9': 0, '10': 'error'},
    const {'1': 'rejection', '3': 3, '4': 1, '5': 11, '6': '.spine.core.Event', '9': 0, '10': 'rejection'},
  ],
  '8': const [
    const {'1': 'status', '2': const {}},
  ],
};