Class Points.Match

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

public static final class Points.Match extends com.google.protobuf.GeneratedMessageV3 implements Points.MatchOrBuilder
Protobuf type qdrant.Match
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
    • getMatchValueCase

      public Points.Match.MatchValueCase getMatchValueCase()
      Specified by:
      getMatchValueCase in interface Points.MatchOrBuilder
    • hasKeyword

      public boolean hasKeyword()
       Match string keyword
       
      string keyword = 1;
      Specified by:
      hasKeyword in interface Points.MatchOrBuilder
      Returns:
      Whether the keyword field is set.
    • getKeyword

      public String getKeyword()
       Match string keyword
       
      string keyword = 1;
      Specified by:
      getKeyword in interface Points.MatchOrBuilder
      Returns:
      The keyword.
    • getKeywordBytes

      public com.google.protobuf.ByteString getKeywordBytes()
       Match string keyword
       
      string keyword = 1;
      Specified by:
      getKeywordBytes in interface Points.MatchOrBuilder
      Returns:
      The bytes for keyword.
    • hasInteger

      public boolean hasInteger()
       Match integer
       
      int64 integer = 2;
      Specified by:
      hasInteger in interface Points.MatchOrBuilder
      Returns:
      Whether the integer field is set.
    • getInteger

      public long getInteger()
       Match integer
       
      int64 integer = 2;
      Specified by:
      getInteger in interface Points.MatchOrBuilder
      Returns:
      The integer.
    • hasBoolean

      public boolean hasBoolean()
       Match boolean
       
      bool boolean = 3;
      Specified by:
      hasBoolean in interface Points.MatchOrBuilder
      Returns:
      Whether the boolean field is set.
    • getBoolean

      public boolean getBoolean()
       Match boolean
       
      bool boolean = 3;
      Specified by:
      getBoolean in interface Points.MatchOrBuilder
      Returns:
      The boolean.
    • hasText

      public boolean hasText()
       Match text
       
      string text = 4;
      Specified by:
      hasText in interface Points.MatchOrBuilder
      Returns:
      Whether the text field is set.
    • getText

      public String getText()
       Match text
       
      string text = 4;
      Specified by:
      getText in interface Points.MatchOrBuilder
      Returns:
      The text.
    • getTextBytes

      public com.google.protobuf.ByteString getTextBytes()
       Match text
       
      string text = 4;
      Specified by:
      getTextBytes in interface Points.MatchOrBuilder
      Returns:
      The bytes for text.
    • hasKeywords

      public boolean hasKeywords()
       Match multiple keywords
       
      .qdrant.RepeatedStrings keywords = 5;
      Specified by:
      hasKeywords in interface Points.MatchOrBuilder
      Returns:
      Whether the keywords field is set.
    • getKeywords

      public Points.RepeatedStrings getKeywords()
       Match multiple keywords
       
      .qdrant.RepeatedStrings keywords = 5;
      Specified by:
      getKeywords in interface Points.MatchOrBuilder
      Returns:
      The keywords.
    • getKeywordsOrBuilder

      public Points.RepeatedStringsOrBuilder getKeywordsOrBuilder()
       Match multiple keywords
       
      .qdrant.RepeatedStrings keywords = 5;
      Specified by:
      getKeywordsOrBuilder in interface Points.MatchOrBuilder
    • hasIntegers

      public boolean hasIntegers()
       Match multiple integers
       
      .qdrant.RepeatedIntegers integers = 6;
      Specified by:
      hasIntegers in interface Points.MatchOrBuilder
      Returns:
      Whether the integers field is set.
    • getIntegers

      public Points.RepeatedIntegers getIntegers()
       Match multiple integers
       
      .qdrant.RepeatedIntegers integers = 6;
      Specified by:
      getIntegers in interface Points.MatchOrBuilder
      Returns:
      The integers.
    • getIntegersOrBuilder

      public Points.RepeatedIntegersOrBuilder getIntegersOrBuilder()
       Match multiple integers
       
      .qdrant.RepeatedIntegers integers = 6;
      Specified by:
      getIntegersOrBuilder in interface Points.MatchOrBuilder
    • hasExceptIntegers

      public boolean hasExceptIntegers()
       Match any other value except those integers
       
      .qdrant.RepeatedIntegers except_integers = 7;
      Specified by:
      hasExceptIntegers in interface Points.MatchOrBuilder
      Returns:
      Whether the exceptIntegers field is set.
    • getExceptIntegers

      public Points.RepeatedIntegers getExceptIntegers()
       Match any other value except those integers
       
      .qdrant.RepeatedIntegers except_integers = 7;
      Specified by:
      getExceptIntegers in interface Points.MatchOrBuilder
      Returns:
      The exceptIntegers.
    • getExceptIntegersOrBuilder

      public Points.RepeatedIntegersOrBuilder getExceptIntegersOrBuilder()
       Match any other value except those integers
       
      .qdrant.RepeatedIntegers except_integers = 7;
      Specified by:
      getExceptIntegersOrBuilder in interface Points.MatchOrBuilder
    • hasExceptKeywords

      public boolean hasExceptKeywords()
       Match any other value except those keywords
       
      .qdrant.RepeatedStrings except_keywords = 8;
      Specified by:
      hasExceptKeywords in interface Points.MatchOrBuilder
      Returns:
      Whether the exceptKeywords field is set.
    • getExceptKeywords

      public Points.RepeatedStrings getExceptKeywords()
       Match any other value except those keywords
       
      .qdrant.RepeatedStrings except_keywords = 8;
      Specified by:
      getExceptKeywords in interface Points.MatchOrBuilder
      Returns:
      The exceptKeywords.
    • getExceptKeywordsOrBuilder

      public Points.RepeatedStringsOrBuilder getExceptKeywordsOrBuilder()
       Match any other value except those keywords
       
      .qdrant.RepeatedStrings except_keywords = 8;
      Specified by:
      getExceptKeywordsOrBuilder in interface Points.MatchOrBuilder
    • 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.Match parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

      public static Points.Match 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.Match parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static Points.Match getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<Points.Match> 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.Match getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder