Interface Points.FilterOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Points.Filter, Points.Filter.Builder
Enclosing class:
Points

public static interface Points.FilterOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getShouldList

      List<Points.Condition> getShouldList()
       At least one of those conditions should match
       
      repeated .qdrant.Condition should = 1;
    • getShould

      Points.Condition getShould(int index)
       At least one of those conditions should match
       
      repeated .qdrant.Condition should = 1;
    • getShouldCount

      int getShouldCount()
       At least one of those conditions should match
       
      repeated .qdrant.Condition should = 1;
    • getShouldOrBuilderList

      List<? extends Points.ConditionOrBuilder> getShouldOrBuilderList()
       At least one of those conditions should match
       
      repeated .qdrant.Condition should = 1;
    • getShouldOrBuilder

      Points.ConditionOrBuilder getShouldOrBuilder(int index)
       At least one of those conditions should match
       
      repeated .qdrant.Condition should = 1;
    • getMustList

      List<Points.Condition> getMustList()
       All conditions must match
       
      repeated .qdrant.Condition must = 2;
    • getMust

      Points.Condition getMust(int index)
       All conditions must match
       
      repeated .qdrant.Condition must = 2;
    • getMustCount

      int getMustCount()
       All conditions must match
       
      repeated .qdrant.Condition must = 2;
    • getMustOrBuilderList

      List<? extends Points.ConditionOrBuilder> getMustOrBuilderList()
       All conditions must match
       
      repeated .qdrant.Condition must = 2;
    • getMustOrBuilder

      Points.ConditionOrBuilder getMustOrBuilder(int index)
       All conditions must match
       
      repeated .qdrant.Condition must = 2;
    • getMustNotList

      List<Points.Condition> getMustNotList()
       All conditions must NOT match
       
      repeated .qdrant.Condition must_not = 3;
    • getMustNot

      Points.Condition getMustNot(int index)
       All conditions must NOT match
       
      repeated .qdrant.Condition must_not = 3;
    • getMustNotCount

      int getMustNotCount()
       All conditions must NOT match
       
      repeated .qdrant.Condition must_not = 3;
    • getMustNotOrBuilderList

      List<? extends Points.ConditionOrBuilder> getMustNotOrBuilderList()
       All conditions must NOT match
       
      repeated .qdrant.Condition must_not = 3;
    • getMustNotOrBuilder

      Points.ConditionOrBuilder getMustNotOrBuilder(int index)
       All conditions must NOT match
       
      repeated .qdrant.Condition must_not = 3;