Interface Points.FieldConditionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Points.FieldCondition, Points.FieldCondition.Builder
Enclosing class:
Points

public static interface Points.FieldConditionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getKey

      String getKey()
      string key = 1;
      Returns:
      The key.
    • getKeyBytes

      com.google.protobuf.ByteString getKeyBytes()
      string key = 1;
      Returns:
      The bytes for key.
    • hasMatch

      boolean hasMatch()
       Check if point has field with a given value
       
      .qdrant.Match match = 2;
      Returns:
      Whether the match field is set.
    • getMatch

      Points.Match getMatch()
       Check if point has field with a given value
       
      .qdrant.Match match = 2;
      Returns:
      The match.
    • getMatchOrBuilder

      Points.MatchOrBuilder getMatchOrBuilder()
       Check if point has field with a given value
       
      .qdrant.Match match = 2;
    • hasRange

      boolean hasRange()
       Check if points value lies in a given range
       
      .qdrant.Range range = 3;
      Returns:
      Whether the range field is set.
    • getRange

      Points.Range getRange()
       Check if points value lies in a given range
       
      .qdrant.Range range = 3;
      Returns:
      The range.
    • getRangeOrBuilder

      Points.RangeOrBuilder getRangeOrBuilder()
       Check if points value lies in a given range
       
      .qdrant.Range range = 3;
    • hasGeoBoundingBox

      boolean hasGeoBoundingBox()
       Check if points geolocation lies in a given area
       
      .qdrant.GeoBoundingBox geo_bounding_box = 4;
      Returns:
      Whether the geoBoundingBox field is set.
    • getGeoBoundingBox

      Points.GeoBoundingBox getGeoBoundingBox()
       Check if points geolocation lies in a given area
       
      .qdrant.GeoBoundingBox geo_bounding_box = 4;
      Returns:
      The geoBoundingBox.
    • getGeoBoundingBoxOrBuilder

      Points.GeoBoundingBoxOrBuilder getGeoBoundingBoxOrBuilder()
       Check if points geolocation lies in a given area
       
      .qdrant.GeoBoundingBox geo_bounding_box = 4;
    • hasGeoRadius

      boolean hasGeoRadius()
       Check if geo point is within a given radius
       
      .qdrant.GeoRadius geo_radius = 5;
      Returns:
      Whether the geoRadius field is set.
    • getGeoRadius

      Points.GeoRadius getGeoRadius()
       Check if geo point is within a given radius
       
      .qdrant.GeoRadius geo_radius = 5;
      Returns:
      The geoRadius.
    • getGeoRadiusOrBuilder

      Points.GeoRadiusOrBuilder getGeoRadiusOrBuilder()
       Check if geo point is within a given radius
       
      .qdrant.GeoRadius geo_radius = 5;
    • hasValuesCount

      boolean hasValuesCount()
       Check number of values for a specific field
       
      .qdrant.ValuesCount values_count = 6;
      Returns:
      Whether the valuesCount field is set.
    • getValuesCount

      Points.ValuesCount getValuesCount()
       Check number of values for a specific field
       
      .qdrant.ValuesCount values_count = 6;
      Returns:
      The valuesCount.
    • getValuesCountOrBuilder

      Points.ValuesCountOrBuilder getValuesCountOrBuilder()
       Check number of values for a specific field
       
      .qdrant.ValuesCount values_count = 6;
    • hasGeoPolygon

      boolean hasGeoPolygon()
       Check if geo point is within a given polygon
       
      .qdrant.GeoPolygon geo_polygon = 7;
      Returns:
      Whether the geoPolygon field is set.
    • getGeoPolygon

      Points.GeoPolygon getGeoPolygon()
       Check if geo point is within a given polygon
       
      .qdrant.GeoPolygon geo_polygon = 7;
      Returns:
      The geoPolygon.
    • getGeoPolygonOrBuilder

      Points.GeoPolygonOrBuilder getGeoPolygonOrBuilder()
       Check if geo point is within a given polygon
       
      .qdrant.GeoPolygon geo_polygon = 7;