CacheLimits_$json top-level constant
Implementation
@$core.Deprecated('Use cacheLimits_Descriptor instead')
const CacheLimits_$json = {
'1': '_CacheLimits',
'2': [
{'1': 'max_traffic_rate', '3': 1, '4': 1, '5': 13, '10': 'maxTrafficRate'},
{
'1': 'max_throughput_kbps',
'3': 2,
'4': 1,
'5': 13,
'10': 'maxThroughputKbps'
},
{'1': 'max_item_size_kb', '3': 3, '4': 1, '5': 13, '10': 'maxItemSizeKb'},
{'1': 'max_ttl_seconds', '3': 4, '4': 1, '5': 4, '10': 'maxTtlSeconds'},
],
};