Publisher_Device$json top-level constant

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

Implementation

@$core.Deprecated('Use publisherDescriptor instead')
const Publisher_Device$json = const {
  '1': 'Device',
  '2': const [
    const {'1': 'hardware_id', '3': 1, '4': 1, '5': 12, '10': 'hardwareId'},
    const {'1': 'device_id', '3': 2, '4': 1, '5': 12, '10': 'deviceId'},
    const {'1': 'event_id', '3': 3, '4': 1, '5': 12, '10': 'eventId'},
    const {'1': 'job_id', '3': 4, '4': 1, '5': 12, '10': 'jobId'},
    const {
      '1': 'written_at',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'writtenAt'
    },
  ],
};