ListRetainRequest_$json top-level constant

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

Implementation

@$core.Deprecated('Use listRetainRequest_Descriptor instead')
const ListRetainRequest_$json = {
  '1': '_ListRetainRequest',
  '2': [
    {'1': 'list_name', '3': 1, '4': 1, '5': 12, '10': 'listName'},
    {
      '1': 'unbounded_start',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.cache_client._Unbounded',
      '9': 0,
      '10': 'unboundedStart'
    },
    {
      '1': 'inclusive_start',
      '3': 3,
      '4': 1,
      '5': 17,
      '9': 0,
      '10': 'inclusiveStart'
    },
    {
      '1': 'unbounded_end',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.cache_client._Unbounded',
      '9': 1,
      '10': 'unboundedEnd'
    },
    {
      '1': 'exclusive_end',
      '3': 5,
      '4': 1,
      '5': 17,
      '9': 1,
      '10': 'exclusiveEnd'
    },
    {'1': 'ttl_milliseconds', '3': 6, '4': 1, '5': 4, '10': 'ttlMilliseconds'},
    {'1': 'refresh_ttl', '3': 7, '4': 1, '5': 8, '10': 'refreshTtl'},
  ],
  '8': [
    {'1': 'start_index'},
    {'1': 'end_index'},
  ],
};