FieldCondition$json top-level constant

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

Implementation

@$core.Deprecated('Use fieldConditionDescriptor instead')
const FieldCondition$json = {
  '1': 'FieldCondition',
  '2': [
    {'1': 'key', '3': 1, '4': 1, '5': 9, '10': 'key'},
    {'1': 'match', '3': 2, '4': 1, '5': 11, '6': '.qdrant.Match', '10': 'match'},
    {'1': 'range', '3': 3, '4': 1, '5': 11, '6': '.qdrant.Range', '10': 'range'},
    {'1': 'geo_bounding_box', '3': 4, '4': 1, '5': 11, '6': '.qdrant.GeoBoundingBox', '10': 'geoBoundingBox'},
    {'1': 'geo_radius', '3': 5, '4': 1, '5': 11, '6': '.qdrant.GeoRadius', '10': 'geoRadius'},
    {'1': 'values_count', '3': 6, '4': 1, '5': 11, '6': '.qdrant.ValuesCount', '10': 'valuesCount'},
    {'1': 'geo_polygon', '3': 7, '4': 1, '5': 11, '6': '.qdrant.GeoPolygon', '10': 'geoPolygon'},
    {'1': 'datetime_range', '3': 8, '4': 1, '5': 11, '6': '.qdrant.DatetimeRange', '10': 'datetimeRange'},
    {'1': 'is_empty', '3': 9, '4': 1, '5': 8, '9': 0, '10': 'isEmpty', '17': true},
    {'1': 'is_null', '3': 10, '4': 1, '5': 8, '9': 1, '10': 'isNull', '17': true},
  ],
  '8': [
    {'1': '_is_empty'},
    {'1': '_is_null'},
  ],
};