Package io.qdrant.client.grpc
Interface Points.MatchOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Points.Match
,Points.Match.Builder
- Enclosing class:
- Points
public static interface Points.MatchOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Match booleanMatch any other value except those integersMatch any other value except those integersMatch any other value except those keywordsMatch any other value except those keywordslong
Match integerMatch multiple integersMatch multiple integersMatch string keywordcom.google.protobuf.ByteString
Match string keywordMatch multiple keywordsMatch multiple keywordsgetText()
Match textcom.google.protobuf.ByteString
Match textboolean
Match booleanboolean
Match any other value except those integersboolean
Match any other value except those keywordsboolean
Match integerboolean
Match multiple integersboolean
Match string keywordboolean
Match multiple keywordsboolean
hasText()
Match textMethods 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
-
hasKeyword
boolean hasKeyword()Match string keyword
string keyword = 1;
- Returns:
- Whether the keyword field is set.
-
getKeyword
String getKeyword()Match string keyword
string keyword = 1;
- Returns:
- The keyword.
-
getKeywordBytes
com.google.protobuf.ByteString getKeywordBytes()Match string keyword
string keyword = 1;
- Returns:
- The bytes for keyword.
-
hasInteger
boolean hasInteger()Match integer
int64 integer = 2;
- Returns:
- Whether the integer field is set.
-
getInteger
long getInteger()Match integer
int64 integer = 2;
- Returns:
- The integer.
-
hasBoolean
boolean hasBoolean()Match boolean
bool boolean = 3;
- Returns:
- Whether the boolean field is set.
-
getBoolean
boolean getBoolean()Match boolean
bool boolean = 3;
- Returns:
- The boolean.
-
hasText
boolean hasText()Match text
string text = 4;
- Returns:
- Whether the text field is set.
-
getText
String getText()Match text
string text = 4;
- Returns:
- The text.
-
getTextBytes
com.google.protobuf.ByteString getTextBytes()Match text
string text = 4;
- Returns:
- The bytes for text.
-
hasKeywords
boolean hasKeywords()Match multiple keywords
.qdrant.RepeatedStrings keywords = 5;
- Returns:
- Whether the keywords field is set.
-
getKeywords
Points.RepeatedStrings getKeywords()Match multiple keywords
.qdrant.RepeatedStrings keywords = 5;
- Returns:
- The keywords.
-
getKeywordsOrBuilder
Points.RepeatedStringsOrBuilder getKeywordsOrBuilder()Match multiple keywords
.qdrant.RepeatedStrings keywords = 5;
-
hasIntegers
boolean hasIntegers()Match multiple integers
.qdrant.RepeatedIntegers integers = 6;
- Returns:
- Whether the integers field is set.
-
getIntegers
Points.RepeatedIntegers getIntegers()Match multiple integers
.qdrant.RepeatedIntegers integers = 6;
- Returns:
- The integers.
-
getIntegersOrBuilder
Points.RepeatedIntegersOrBuilder getIntegersOrBuilder()Match multiple integers
.qdrant.RepeatedIntegers integers = 6;
-
hasExceptIntegers
boolean hasExceptIntegers()Match any other value except those integers
.qdrant.RepeatedIntegers except_integers = 7;
- Returns:
- Whether the exceptIntegers field is set.
-
getExceptIntegers
Points.RepeatedIntegers getExceptIntegers()Match any other value except those integers
.qdrant.RepeatedIntegers except_integers = 7;
- Returns:
- The exceptIntegers.
-
getExceptIntegersOrBuilder
Points.RepeatedIntegersOrBuilder getExceptIntegersOrBuilder()Match any other value except those integers
.qdrant.RepeatedIntegers except_integers = 7;
-
hasExceptKeywords
boolean hasExceptKeywords()Match any other value except those keywords
.qdrant.RepeatedStrings except_keywords = 8;
- Returns:
- Whether the exceptKeywords field is set.
-
getExceptKeywords
Points.RepeatedStrings getExceptKeywords()Match any other value except those keywords
.qdrant.RepeatedStrings except_keywords = 8;
- Returns:
- The exceptKeywords.
-
getExceptKeywordsOrBuilder
Points.RepeatedStringsOrBuilder getExceptKeywordsOrBuilder()Match any other value except those keywords
.qdrant.RepeatedStrings except_keywords = 8;
-
getMatchValueCase
Points.Match.MatchValueCase getMatchValueCase()
-