Package io.qdrant.client.grpc
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 Summary
Modifier and TypeMethodDescriptionCheck if points geolocation lies in a given areaCheck if points geolocation lies in a given areaCheck if geo point is within a given polygonCheck if geo point is within a given polygonCheck if geo point is within a given radiusCheck if geo point is within a given radiusgetKey()
string key = 1;
com.google.protobuf.ByteString
string key = 1;
getMatch()
Check if point has field with a given valueCheck if point has field with a given valuegetRange()
Check if points value lies in a given rangeCheck if points value lies in a given rangeCheck number of values for a specific fieldCheck number of values for a specific fieldboolean
Check if points geolocation lies in a given areaboolean
Check if geo point is within a given polygonboolean
Check if geo point is within a given radiusboolean
hasMatch()
Check if point has field with a given valueboolean
hasRange()
Check if points value lies in a given rangeboolean
Check number of values for a specific fieldMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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;
-