SortedSetFetchRequest___ByScore$json top-level constant

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

Implementation

@$core.Deprecated('Use sortedSetFetchRequest_Descriptor instead')
const SortedSetFetchRequest___ByScore$json = {
  '1': '_ByScore',
  '2': [
    {
      '1': 'unbounded_min',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.cache_client._Unbounded',
      '9': 0,
      '10': 'unboundedMin'
    },
    {
      '1': 'min_score',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.cache_client._SortedSetFetchRequest._ByScore._Score',
      '9': 0,
      '10': 'minScore'
    },
    {
      '1': 'unbounded_max',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.cache_client._Unbounded',
      '9': 1,
      '10': 'unboundedMax'
    },
    {
      '1': 'max_score',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.cache_client._SortedSetFetchRequest._ByScore._Score',
      '9': 1,
      '10': 'maxScore'
    },
    {'1': 'offset', '3': 5, '4': 1, '5': 13, '10': 'offset'},
    {'1': 'count', '3': 6, '4': 1, '5': 17, '10': 'count'},
  ],
  '3': [SortedSetFetchRequest___ByScore__Score$json],
  '8': [
    {'1': 'min'},
    {'1': 'max'},
  ],
};