Fixed64Rules$json top-level constant
Implementation
@$core.Deprecated('Use fixed64RulesDescriptor instead')
const Fixed64Rules$json = {
'1': 'Fixed64Rules',
'2': [
{'1': 'const', '3': 1, '4': 1, '5': 6, '10': 'const'},
{'1': 'lt', '3': 2, '4': 1, '5': 6, '10': 'lt'},
{'1': 'lte', '3': 3, '4': 1, '5': 6, '10': 'lte'},
{'1': 'gt', '3': 4, '4': 1, '5': 6, '10': 'gt'},
{'1': 'gte', '3': 5, '4': 1, '5': 6, '10': 'gte'},
{'1': 'in', '3': 6, '4': 3, '5': 6, '10': 'in'},
{'1': 'not_in', '3': 7, '4': 3, '5': 6, '10': 'notIn'},
],
};