TimestampFilterMethod$json top-level constant
- @Deprecated('Use timestampFilterMethodDescriptor instead')
Implementation
@$core.Deprecated('Use timestampFilterMethodDescriptor instead')
const TimestampFilterMethod$json = {
'1': 'TimestampFilterMethod',
'2': [
{'1': 'TIMESTAMP_FILTER_METHOD_EQUALS', '2': 0},
{'1': 'TIMESTAMP_FILTER_METHOD_AFTER', '2': 1},
{'1': 'TIMESTAMP_FILTER_METHOD_AFTER_OR_EQUALS', '2': 2},
{'1': 'TIMESTAMP_FILTER_METHOD_BEFORE', '2': 3},
{'1': 'TIMESTAMP_FILTER_METHOD_BEFORE_OR_EQUALS', '2': 4},
],
};