Field_IndexConfig$json top-level constant

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

Implementation

@$core.Deprecated('Use fieldDescriptor instead')
const Field_IndexConfig$json = const {
  '1': 'IndexConfig',
  '2': const [
    const {'1': 'indexes', '3': 1, '4': 3, '5': 11, '6': '.google.firestore.admin.v1.Index', '10': 'indexes'},
    const {'1': 'uses_ancestor_config', '3': 2, '4': 1, '5': 8, '10': 'usesAncestorConfig'},
    const {'1': 'ancestor_field', '3': 3, '4': 1, '5': 9, '10': 'ancestorField'},
    const {'1': 'reverting', '3': 4, '4': 1, '5': 8, '10': 'reverting'},
  ],
};