Backfill$json top-level constant

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

Implementation

@$core.Deprecated('Use backfillDescriptor instead')
const Backfill$json = const {
  '1': 'Backfill',
  '2': const [
    const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
    const {
      '1': 'search_fields',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.openmatch.SearchFields',
      '10': 'searchFields'
    },
    const {
      '1': 'extensions',
      '3': 3,
      '4': 3,
      '5': 11,
      '6': '.openmatch.Backfill.ExtensionsEntry',
      '10': 'extensions'
    },
    const {
      '1': 'persistent_field',
      '3': 4,
      '4': 3,
      '5': 11,
      '6': '.openmatch.Backfill.PersistentFieldEntry',
      '10': 'persistentField'
    },
    const {
      '1': 'create_time',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'createTime'
    },
    const {'1': 'generation', '3': 6, '4': 1, '5': 3, '10': 'generation'},
  ],
  '3': const [
    Backfill_ExtensionsEntry$json,
    Backfill_PersistentFieldEntry$json
  ],
};