BytesRules$json top-level constant

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

Implementation

@$core.Deprecated('Use bytesRulesDescriptor instead')
const BytesRules$json = {
  '1': 'BytesRules',
  '2': [
    {'1': 'const', '3': 1, '4': 1, '5': 12, '10': 'const'},
    {'1': 'len', '3': 13, '4': 1, '5': 4, '10': 'len'},
    {'1': 'min_len', '3': 2, '4': 1, '5': 4, '10': 'minLen'},
    {'1': 'max_len', '3': 3, '4': 1, '5': 4, '10': 'maxLen'},
    {'1': 'pattern', '3': 4, '4': 1, '5': 9, '10': 'pattern'},
    {'1': 'prefix', '3': 5, '4': 1, '5': 12, '10': 'prefix'},
    {'1': 'suffix', '3': 6, '4': 1, '5': 12, '10': 'suffix'},
    {'1': 'contains', '3': 7, '4': 1, '5': 12, '10': 'contains'},
    {'1': 'in', '3': 8, '4': 3, '5': 12, '10': 'in'},
    {'1': 'not_in', '3': 9, '4': 3, '5': 12, '10': 'notIn'},
    {'1': 'ip', '3': 10, '4': 1, '5': 8, '9': 0, '10': 'ip'},
    {'1': 'ipv4', '3': 11, '4': 1, '5': 8, '9': 0, '10': 'ipv4'},
    {'1': 'ipv6', '3': 12, '4': 1, '5': 8, '9': 0, '10': 'ipv6'},
  ],
  '8': [
    {'1': 'well_known'},
  ],
};