Interface Points.CountPointsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Points.CountPoints,Points.CountPoints.Builder
- Enclosing class:
- Points
public static interface Points.CountPointsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionname of the collectioncom.google.protobuf.ByteStringname of the collectionbooleangetExact()If `true` - return exact count, if `false` - return approximate countFilter conditions - return only those points that satisfy the specified conditionsFilter conditions - return only those points that satisfy the specified conditionsbooleanhasExact()If `true` - return exact count, if `false` - return approximate countbooleanFilter conditions - return only those points that satisfy the specified conditionsMethods 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
-
getCollectionName
String getCollectionName()name of the collection
string collection_name = 1;- Returns:
- The collectionName.
-
getCollectionNameBytes
com.google.protobuf.ByteString getCollectionNameBytes()name of the collection
string collection_name = 1;- Returns:
- The bytes for collectionName.
-
hasFilter
boolean hasFilter()Filter conditions - return only those points that satisfy the specified conditions
.qdrant.Filter filter = 2;- Returns:
- Whether the filter field is set.
-
getFilter
Points.Filter getFilter()Filter conditions - return only those points that satisfy the specified conditions
.qdrant.Filter filter = 2;- Returns:
- The filter.
-
getFilterOrBuilder
Points.FilterOrBuilder getFilterOrBuilder()Filter conditions - return only those points that satisfy the specified conditions
.qdrant.Filter filter = 2; -
hasExact
boolean hasExact()If `true` - return exact count, if `false` - return approximate count
optional bool exact = 3;- Returns:
- Whether the exact field is set.
-
getExact
boolean getExact()If `true` - return exact count, if `false` - return approximate count
optional bool exact = 3;- Returns:
- The exact.
-