DeviceLog$json top-level constant

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

Implementation

@$core.Deprecated('Use deviceLogDescriptor instead')
const DeviceLog$json = const {
  '1': 'DeviceLog',
  '2': const [
    const {'1': 'device_id', '3': 1, '4': 1, '5': 12, '10': 'deviceId'},
    const {'1': 'event_id', '3': 2, '4': 1, '5': 12, '10': 'eventId'},
    const {'1': 'job_id', '3': 3, '4': 1, '5': 12, '10': 'jobId'},
    const {
      '1': 'received',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'received'
    },
    const {
      '1': 'type',
      '3': 5,
      '4': 1,
      '5': 14,
      '6': '.toit.api.DeviceLog.Type',
      '10': 'type'
    },
    const {'1': 'msg', '3': 6, '4': 1, '5': 9, '10': 'msg'},
    const {'1': 'data', '3': 7, '4': 1, '5': 12, '10': 'data'},
    const {
      '1': 'created',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'created'
    },
  ],
  '4': const [DeviceLog_Type$json],
};