Class Points.Filter

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.qdrant.client.grpc.Points.Filter
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Points.FilterOrBuilder, Serializable
Enclosing class:
Points

public static final class Points.Filter extends com.google.protobuf.GeneratedMessageV3 implements Points.FilterOrBuilder
Protobuf type qdrant.Filter
See Also:
  • Field Details

  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getShouldList

      public List<Points.Condition> getShouldList()
       At least one of those conditions should match
       
      repeated .qdrant.Condition should = 1;
      Specified by:
      getShouldList in interface Points.FilterOrBuilder
    • getShouldOrBuilderList

      public List<? extends Points.ConditionOrBuilder> getShouldOrBuilderList()
       At least one of those conditions should match
       
      repeated .qdrant.Condition should = 1;
      Specified by:
      getShouldOrBuilderList in interface Points.FilterOrBuilder
    • getShouldCount

      public int getShouldCount()
       At least one of those conditions should match
       
      repeated .qdrant.Condition should = 1;
      Specified by:
      getShouldCount in interface Points.FilterOrBuilder
    • getShould

      public Points.Condition getShould(int index)
       At least one of those conditions should match
       
      repeated .qdrant.Condition should = 1;
      Specified by:
      getShould in interface Points.FilterOrBuilder
    • getShouldOrBuilder

      public Points.ConditionOrBuilder getShouldOrBuilder(int index)
       At least one of those conditions should match
       
      repeated .qdrant.Condition should = 1;
      Specified by:
      getShouldOrBuilder in interface Points.FilterOrBuilder
    • getMustList

      public List<Points.Condition> getMustList()
       All conditions must match
       
      repeated .qdrant.Condition must = 2;
      Specified by:
      getMustList in interface Points.FilterOrBuilder
    • getMustOrBuilderList

      public List<? extends Points.ConditionOrBuilder> getMustOrBuilderList()
       All conditions must match
       
      repeated .qdrant.Condition must = 2;
      Specified by:
      getMustOrBuilderList in interface Points.FilterOrBuilder
    • getMustCount

      public int getMustCount()
       All conditions must match
       
      repeated .qdrant.Condition must = 2;
      Specified by:
      getMustCount in interface Points.FilterOrBuilder
    • getMust

      public Points.Condition getMust(int index)
       All conditions must match
       
      repeated .qdrant.Condition must = 2;
      Specified by:
      getMust in interface Points.FilterOrBuilder
    • getMustOrBuilder

      public Points.ConditionOrBuilder getMustOrBuilder(int index)
       All conditions must match
       
      repeated .qdrant.Condition must = 2;
      Specified by:
      getMustOrBuilder in interface Points.FilterOrBuilder
    • getMustNotList

      public List<Points.Condition> getMustNotList()
       All conditions must NOT match
       
      repeated .qdrant.Condition must_not = 3;
      Specified by:
      getMustNotList in interface Points.FilterOrBuilder
    • getMustNotOrBuilderList

      public List<? extends Points.ConditionOrBuilder> getMustNotOrBuilderList()
       All conditions must NOT match
       
      repeated .qdrant.Condition must_not = 3;
      Specified by:
      getMustNotOrBuilderList in interface Points.FilterOrBuilder
    • getMustNotCount

      public int getMustNotCount()
       All conditions must NOT match
       
      repeated .qdrant.Condition must_not = 3;
      Specified by:
      getMustNotCount in interface Points.FilterOrBuilder
    • getMustNot

      public Points.Condition getMustNot(int index)
       All conditions must NOT match
       
      repeated .qdrant.Condition must_not = 3;
      Specified by:
      getMustNot in interface Points.FilterOrBuilder
    • getMustNotOrBuilder

      public Points.ConditionOrBuilder getMustNotOrBuilder(int index)
       All conditions must NOT match
       
      repeated .qdrant.Condition must_not = 3;
      Specified by:
      getMustNotOrBuilder in interface Points.FilterOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static Points.Filter parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Points.Filter parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Points.Filter parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Points.Filter parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Points.Filter parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Points.Filter parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Points.Filter parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Points.Filter parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Points.Filter parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Points.Filter parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Points.Filter parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Points.Filter parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public Points.Filter.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static Points.Filter.Builder newBuilder()
    • newBuilder

      public static Points.Filter.Builder newBuilder(Points.Filter prototype)
    • toBuilder

      public Points.Filter.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected Points.Filter.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static Points.Filter getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Points.Filter> parser()
    • getParserForType

      public com.google.protobuf.Parser<Points.Filter> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public Points.Filter getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder