PartitionQueryRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use partitionQueryRequestDescriptor instead')
const PartitionQueryRequest$json = const {
  '1': 'PartitionQueryRequest',
  '2': const [
    const {
      '1': 'parent',
      '3': 1,
      '4': 1,
      '5': 9,
      '8': const {},
      '10': 'parent'
    },
    const {
      '1': 'structured_query',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.google.firestore.v1.StructuredQuery',
      '9': 0,
      '10': 'structuredQuery'
    },
    const {
      '1': 'partition_count',
      '3': 3,
      '4': 1,
      '5': 3,
      '10': 'partitionCount'
    },
    const {'1': 'page_token', '3': 4, '4': 1, '5': 9, '10': 'pageToken'},
    const {'1': 'page_size', '3': 5, '4': 1, '5': 5, '10': 'pageSize'},
  ],
  '8': const [
    const {'1': 'query_type'},
  ],
};