RunAggregationQueryRequest$json top-level constant

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

Implementation

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