SortedSetFetchRequest_$json top-level constant

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

Implementation

@$core.Deprecated('Use sortedSetFetchRequest_Descriptor instead')
const SortedSetFetchRequest_$json = {
  '1': '_SortedSetFetchRequest',
  '2': [
    {'1': 'set_name', '3': 1, '4': 1, '5': 12, '10': 'setName'},
    {
      '1': 'order',
      '3': 2,
      '4': 1,
      '5': 14,
      '6': '.cache_client._SortedSetFetchRequest.Order',
      '10': 'order'
    },
    {'1': 'with_scores', '3': 3, '4': 1, '5': 8, '10': 'withScores'},
    {
      '1': 'by_index',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.cache_client._SortedSetFetchRequest._ByIndex',
      '9': 0,
      '10': 'byIndex'
    },
    {
      '1': 'by_score',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.cache_client._SortedSetFetchRequest._ByScore',
      '9': 0,
      '10': 'byScore'
    },
  ],
  '3': [
    SortedSetFetchRequest___ByIndex$json,
    SortedSetFetchRequest___ByScore$json
  ],
  '4': [SortedSetFetchRequest__Order$json],
  '8': [
    {'1': 'range'},
  ],
};