BatchGetDocumentsResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use batchGetDocumentsResponseDescriptor instead')
const BatchGetDocumentsResponse$json = const {
  '1': 'BatchGetDocumentsResponse',
  '2': const [
    const {'1': 'found', '3': 1, '4': 1, '5': 11, '6': '.google.firestore.v1.Document', '9': 0, '10': 'found'},
    const {'1': 'missing', '3': 2, '4': 1, '5': 9, '9': 0, '10': 'missing'},
    const {'1': 'transaction', '3': 3, '4': 1, '5': 12, '10': 'transaction'},
    const {'1': 'read_time', '3': 4, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'readTime'},
  ],
  '8': const [
    const {'1': 'result'},
  ],
};