Target$json top-level constant

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

Implementation

@$core.Deprecated('Use targetDescriptor instead')
const Target$json = const {
  '1': 'Target',
  '2': const [
    const {
      '1': 'query',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.google.firestore.v1.Target.QueryTarget',
      '9': 0,
      '10': 'query'
    },
    const {
      '1': 'documents',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.google.firestore.v1.Target.DocumentsTarget',
      '9': 0,
      '10': 'documents'
    },
    const {
      '1': 'resume_token',
      '3': 4,
      '4': 1,
      '5': 12,
      '9': 1,
      '10': 'resumeToken'
    },
    const {
      '1': 'read_time',
      '3': 11,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '9': 1,
      '10': 'readTime'
    },
    const {'1': 'target_id', '3': 5, '4': 1, '5': 5, '10': 'targetId'},
    const {'1': 'once', '3': 6, '4': 1, '5': 8, '10': 'once'},
  ],
  '3': const [Target_DocumentsTarget$json, Target_QueryTarget$json],
  '8': const [
    const {'1': 'target_type'},
    const {'1': 'resume_type'},
  ],
};