Index$json top-level constant

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

Implementation

@$core.Deprecated('Use indexDescriptor instead')
const Index$json = const {
  '1': 'Index',
  '2': const [
    const {'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
    const {'1': 'query_scope', '3': 2, '4': 1, '5': 14, '6': '.google.firestore.admin.v1.Index.QueryScope', '10': 'queryScope'},
    const {'1': 'fields', '3': 3, '4': 3, '5': 11, '6': '.google.firestore.admin.v1.Index.IndexField', '10': 'fields'},
    const {'1': 'state', '3': 4, '4': 1, '5': 14, '6': '.google.firestore.admin.v1.Index.State', '10': 'state'},
  ],
  '3': const [Index_IndexField$json],
  '4': const [Index_QueryScope$json, Index_State$json],
};