TargetChange$json top-level constant

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

Implementation

@$core.Deprecated('Use targetChangeDescriptor instead')
const TargetChange$json = const {
  '1': 'TargetChange',
  '2': const [
    const {'1': 'target_change_type', '3': 1, '4': 1, '5': 14, '6': '.google.firestore.v1.TargetChange.TargetChangeType', '10': 'targetChangeType'},
    const {'1': 'target_ids', '3': 2, '4': 3, '5': 5, '10': 'targetIds'},
    const {'1': 'cause', '3': 3, '4': 1, '5': 11, '6': '.google.rpc.Status', '10': 'cause'},
    const {'1': 'resume_token', '3': 4, '4': 1, '5': 12, '10': 'resumeToken'},
    const {'1': 'read_time', '3': 6, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'readTime'},
  ],
  '4': const [TargetChange_TargetChangeType$json],
};