URLValidation$json top-level constant
Implementation
@$core.Deprecated('Use uRLValidationDescriptor instead')
const URLValidation$json = {
'1': 'URLValidation',
'2': [
{'1': 'URL_VALIDATION_UNSPECIFIED', '2': 0},
{'1': 'URL_VALIDATION_EXACT_MATCH', '2': 1},
{'1': 'URL_VALIDATION_ALLOW_WILDCARDS', '2': 2},
],
};