Uses of Class
io.qdrant.client.grpc.Points.Match.Builder
-
Uses of Points.Match.Builder in io.qdrant.client.grpc
Modifier and TypeMethodDescriptionPoints.Match.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Points.Match.Builder.clear()
Points.Match.Builder.clearBoolean()
Match booleanPoints.Match.Builder.clearExceptIntegers()
Match any other value except those integersPoints.Match.Builder.clearExceptKeywords()
Match any other value except those keywordsPoints.Match.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) Points.Match.Builder.clearInteger()
Match integerPoints.Match.Builder.clearIntegers()
Match multiple integersPoints.Match.Builder.clearKeyword()
Match string keywordPoints.Match.Builder.clearKeywords()
Match multiple keywordsPoints.Match.Builder.clearMatchValue()
Points.Match.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) Points.Match.Builder.clearText()
Match textPoints.Match.Builder.clone()
Points.FieldCondition.Builder.getMatchBuilder()
Check if point has field with a given valuePoints.Match.Builder.mergeExceptIntegers
(Points.RepeatedIntegers value) Match any other value except those integersPoints.Match.Builder.mergeExceptKeywords
(Points.RepeatedStrings value) Match any other value except those keywordsPoints.Match.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Points.Match.Builder.mergeFrom
(com.google.protobuf.Message other) Points.Match.Builder.mergeFrom
(Points.Match other) Points.Match.Builder.mergeIntegers
(Points.RepeatedIntegers value) Match multiple integersPoints.Match.Builder.mergeKeywords
(Points.RepeatedStrings value) Match multiple keywordsfinal Points.Match.Builder
Points.Match.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static Points.Match.Builder
Points.Match.newBuilder()
static Points.Match.Builder
Points.Match.newBuilder
(Points.Match prototype) Points.Match.newBuilderForType()
protected Points.Match.Builder
Points.Match.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Points.Match.Builder.setBoolean
(boolean value) Match booleanPoints.Match.Builder.setExceptIntegers
(Points.RepeatedIntegers value) Match any other value except those integersPoints.Match.Builder.setExceptIntegers
(Points.RepeatedIntegers.Builder builderForValue) Match any other value except those integersPoints.Match.Builder.setExceptKeywords
(Points.RepeatedStrings value) Match any other value except those keywordsPoints.Match.Builder.setExceptKeywords
(Points.RepeatedStrings.Builder builderForValue) Match any other value except those keywordsPoints.Match.Builder.setInteger
(long value) Match integerPoints.Match.Builder.setIntegers
(Points.RepeatedIntegers value) Match multiple integersPoints.Match.Builder.setIntegers
(Points.RepeatedIntegers.Builder builderForValue) Match multiple integersPoints.Match.Builder.setKeyword
(String value) Match string keywordPoints.Match.Builder.setKeywordBytes
(com.google.protobuf.ByteString value) Match string keywordPoints.Match.Builder.setKeywords
(Points.RepeatedStrings value) Match multiple keywordsPoints.Match.Builder.setKeywords
(Points.RepeatedStrings.Builder builderForValue) Match multiple keywordsPoints.Match.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Match textPoints.Match.Builder.setTextBytes
(com.google.protobuf.ByteString value) Match textfinal Points.Match.Builder
Points.Match.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Points.Match.toBuilder()
Modifier and TypeMethodDescriptionPoints.FieldCondition.Builder.setMatch
(Points.Match.Builder builderForValue) Check if point has field with a given value