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 Type
    Method
    Description
    boolean
    If `true` - return all vectors, if `false` - none
    List of payload keys to include into result
    List of payload keys to include into result
     
    boolean
    If `true` - return all vectors, if `false` - none
    boolean
    List of payload keys to include into result

    Methods 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

    • 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

       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