RunQueryRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use runQueryRequestDescriptor instead')
const RunQueryRequest$json = const {
  '1': 'RunQueryRequest',
  '2': const [
    const {'1': 'parent', '3': 1, '4': 1, '5': 9, '10': 'parent'},
    const {'1': 'structured_query', '3': 2, '4': 1, '5': 11, '6': '.google.firestore.v1.StructuredQuery', '9': 0, '10': 'structuredQuery'},
    const {'1': 'transaction', '3': 5, '4': 1, '5': 12, '9': 1, '10': 'transaction'},
    const {'1': 'new_transaction', '3': 6, '4': 1, '5': 11, '6': '.google.firestore.v1.TransactionOptions', '9': 1, '10': 'newTransaction'},
    const {'1': 'read_time', '3': 7, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '9': 1, '10': 'readTime'},
  ],
  '8': const [
    const {'1': 'query_type'},
    const {'1': 'consistency_selector'},
  ],
};