CreateIndexRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use createIndexRequestDescriptor instead')
const CreateIndexRequest$json = const {
  '1': 'CreateIndexRequest',
  '2': const [
    const {'1': 'parent', '3': 1, '4': 1, '5': 9, '10': 'parent'},
    const {'1': 'index', '3': 2, '4': 1, '5': 11, '6': '.google.firestore.admin.v1.Index', '10': 'index'},
  ],
};