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 geo location lies in a given areaCheck if points geo location lies in a given areaCheck if geo point is within a given radiusCheck if geo point is within a given radiusgetKey()string key = 1;com.google.protobuf.ByteStringstring 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 fieldbooleanCheck if points geo location lies in a given areabooleanCheck if geo point is within a given radiusbooleanhasMatch()Check if point has field with a given valuebooleanhasRange()Check if points value lies in a given rangebooleanCheck number of values for a specific fieldMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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 geo location 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 geo location lies in a given area
.qdrant.GeoBoundingBox geo_bounding_box = 4;- Returns:
- The geoBoundingBox.
-
getGeoBoundingBoxOrBuilder
Points.GeoBoundingBoxOrBuilder getGeoBoundingBoxOrBuilder()Check if points geo location 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;
-