Event$json top-level constant

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

Implementation

@$core.Deprecated('Use eventDescriptor instead')
const Event$json = {
  '1': 'Event',
  '2': [
    {'1': 'EventType', '3': 1, '4': 1, '5': 9, '10': 'EventType'},
    {
      '1': 'Payload',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Any',
      '10': 'Payload'
    },
    {
      '1': 'Created',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'Created'
    },
    {'1': 'User', '3': 4, '4': 1, '5': 11, '6': '.RuntimeUser', '10': 'User'},
    {
      '1': 'HandlerType',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.StringValue',
      '10': 'HandlerType'
    },
    {'1': 'TraceIdentifier', '3': 6, '4': 1, '5': 9, '10': 'TraceIdentifier'},
    {'1': 'UniqueId', '3': 7, '4': 1, '5': 11, '6': '.UUID', '10': 'UniqueId'},
    {
      '1': 'OversizedPayloadName',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.StringValue',
      '10': 'OversizedPayloadName'
    },
    {
      '1': 'ConfigurationScope',
      '3': 9,
      '4': 1,
      '5': 11,
      '6': '.ConfigurationScope',
      '10': 'ConfigurationScope'
    },
    {'1': 'CausalDepth', '3': 10, '4': 1, '5': 5, '10': 'CausalDepth'},
  ],
};