ExecutionType$json top-level constant

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

Implementation

@$core.Deprecated('Use executionTypeDescriptor instead')
const ExecutionType$json = {
  '1': 'ExecutionType',
  '2': [
    {'1': 'EXECUTION_TYPE_UNSPECIFIED', '2': 0},
    {'1': 'EXECUTION_TYPE_REQUEST', '2': 1},
    {'1': 'EXECUTION_TYPE_RESPONSE', '2': 2},
    {'1': 'EXECUTION_TYPE_EVENT', '2': 3},
    {'1': 'EXECUTION_TYPE_FUNCTION', '2': 4},
  ],
};