IndexableCollection$json top-level constant

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

Implementation

@$core.Deprecated('Use indexableCollectionDescriptor instead')
const IndexableCollection$json = {
  '1': 'IndexableCollection',
  '2': [
    {'1': 'INDEXABLE_COLLECTION_UNSPECIFIED', '2': 0},
    {'1': 'INDEXABLE_COLLECTION_HOT_STORE', '2': 1},
    {'1': 'INDEXABLE_COLLECTION_PIPELINE_SINK', '2': 2},
  ],
};