Interface Points.WithVectorsSelectorOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Points.WithVectorsSelector,Points.WithVectorsSelector.Builder
- Enclosing class:
- Points
public static interface Points.WithVectorsSelectorOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanIf `true` - return all vectors, if `false` - noneList of payload keys to include into resultList of payload keys to include into resultbooleanIf `true` - return all vectors, if `false` - nonebooleanList of payload keys to include into resultMethods 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
-
hasEnable
boolean hasEnable()If `true` - return all vectors, if `false` - none
bool enable = 1;- Returns:
- Whether the enable field is set.
-
getEnable
boolean getEnable()If `true` - return all vectors, if `false` - none
bool enable = 1;- Returns:
- The enable.
-
hasInclude
boolean hasInclude()List of payload keys to include into result
.qdrant.VectorsSelector include = 2;- Returns:
- Whether the include field is set.
-
getInclude
Points.VectorsSelector getInclude()List of payload keys to include into result
.qdrant.VectorsSelector include = 2;- Returns:
- The include.
-
getIncludeOrBuilder
Points.VectorsSelectorOrBuilder getIncludeOrBuilder()List of payload keys to include into result
.qdrant.VectorsSelector include = 2; -
getSelectorOptionsCase
Points.WithVectorsSelector.SelectorOptionsCase getSelectorOptionsCase()
-