SortedSetLengthByScoreRequest_$json top-level constant

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

Implementation

@$core.Deprecated('Use sortedSetLengthByScoreRequest_Descriptor instead')
const SortedSetLengthByScoreRequest_$json = {
  '1': '_SortedSetLengthByScoreRequest',
  '2': [
    {'1': 'set_name', '3': 1, '4': 1, '5': 12, '10': 'setName'},
    {
      '1': 'inclusive_min',
      '3': 2,
      '4': 1,
      '5': 1,
      '9': 0,
      '10': 'inclusiveMin'
    },
    {
      '1': 'exclusive_min',
      '3': 3,
      '4': 1,
      '5': 1,
      '9': 0,
      '10': 'exclusiveMin'
    },
    {
      '1': 'unbounded_min',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.cache_client._Unbounded',
      '9': 0,
      '10': 'unboundedMin'
    },
    {
      '1': 'inclusive_max',
      '3': 5,
      '4': 1,
      '5': 1,
      '9': 1,
      '10': 'inclusiveMax'
    },
    {
      '1': 'exclusive_max',
      '3': 6,
      '4': 1,
      '5': 1,
      '9': 1,
      '10': 'exclusiveMax'
    },
    {
      '1': 'unbounded_max',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.cache_client._Unbounded',
      '9': 1,
      '10': 'unboundedMax'
    },
  ],
  '8': [
    {'1': 'min'},
    {'1': 'max'},
  ],
};