TimestampFilterMethod$json top-level constant

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

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},
  ],
};