BatchGetDocumentsRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use batchGetDocumentsRequestDescriptor instead')
const BatchGetDocumentsRequest$json = const {
  '1': 'BatchGetDocumentsRequest',
  '2': const [
    const {
      '1': 'database',
      '3': 1,
      '4': 1,
      '5': 9,
      '8': const {},
      '10': 'database'
    },
    const {'1': 'documents', '3': 2, '4': 3, '5': 9, '10': 'documents'},
    const {
      '1': 'mask',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.google.firestore.v1.DocumentMask',
      '10': 'mask'
    },
    const {
      '1': 'transaction',
      '3': 4,
      '4': 1,
      '5': 12,
      '9': 0,
      '10': 'transaction'
    },
    const {
      '1': 'new_transaction',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.google.firestore.v1.TransactionOptions',
      '9': 0,
      '10': 'newTransaction'
    },
    const {
      '1': 'read_time',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '9': 0,
      '10': 'readTime'
    },
  ],
  '8': const [
    const {'1': 'consistency_selector'},
  ],
};