Implementation
@$core.Deprecated('Use stringRulesDescriptor instead')
const StringRules$json = {
'1': 'StringRules',
'2': [
{'1': 'const', '3': 1, '4': 1, '5': 9, '10': 'const'},
{'1': 'len', '3': 19, '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': 'len_bytes', '3': 20, '4': 1, '5': 4, '10': 'lenBytes'},
{'1': 'min_bytes', '3': 4, '4': 1, '5': 4, '10': 'minBytes'},
{'1': 'max_bytes', '3': 5, '4': 1, '5': 4, '10': 'maxBytes'},
{'1': 'pattern', '3': 6, '4': 1, '5': 9, '10': 'pattern'},
{'1': 'prefix', '3': 7, '4': 1, '5': 9, '10': 'prefix'},
{'1': 'suffix', '3': 8, '4': 1, '5': 9, '10': 'suffix'},
{'1': 'contains', '3': 9, '4': 1, '5': 9, '10': 'contains'},
{'1': 'not_contains', '3': 23, '4': 1, '5': 9, '10': 'notContains'},
{'1': 'in', '3': 10, '4': 3, '5': 9, '10': 'in'},
{'1': 'not_in', '3': 11, '4': 3, '5': 9, '10': 'notIn'},
{'1': 'email', '3': 12, '4': 1, '5': 8, '9': 0, '10': 'email'},
{'1': 'hostname', '3': 13, '4': 1, '5': 8, '9': 0, '10': 'hostname'},
{'1': 'ip', '3': 14, '4': 1, '5': 8, '9': 0, '10': 'ip'},
{'1': 'ipv4', '3': 15, '4': 1, '5': 8, '9': 0, '10': 'ipv4'},
{'1': 'ipv6', '3': 16, '4': 1, '5': 8, '9': 0, '10': 'ipv6'},
{'1': 'uri', '3': 17, '4': 1, '5': 8, '9': 0, '10': 'uri'},
{'1': 'uri_ref', '3': 18, '4': 1, '5': 8, '9': 0, '10': 'uriRef'},
{'1': 'address', '3': 21, '4': 1, '5': 8, '9': 0, '10': 'address'},
{'1': 'uuid', '3': 22, '4': 1, '5': 8, '9': 0, '10': 'uuid'},
{'1': 'well_known_regex', '3': 24, '4': 1, '5': 14, '6': '.validate.KnownRegex', '9': 0, '10': 'wellKnownRegex'},
{'1': 'strict', '3': 25, '4': 1, '5': 8, '7': 'true', '10': 'strict'},
],
'8': [
{'1': 'well_known'},
],
};