Uses of Class
io.qdrant.client.grpc.Points.RepeatedStrings
Packages that use Points.RepeatedStrings
-
Uses of Points.RepeatedStrings in io.qdrant.client.grpc
Methods in io.qdrant.client.grpc that return Points.RepeatedStringsModifier and TypeMethodDescriptionPoints.RepeatedStrings.Builder.build()
Points.RepeatedStrings.Builder.buildPartial()
static Points.RepeatedStrings
Points.RepeatedStrings.getDefaultInstance()
Points.RepeatedStrings.Builder.getDefaultInstanceForType()
Points.RepeatedStrings.getDefaultInstanceForType()
Points.Match.Builder.getExceptKeywords()
Match any other value except those keywordsPoints.Match.getExceptKeywords()
Match any other value except those keywordsPoints.MatchOrBuilder.getExceptKeywords()
Match any other value except those keywordsPoints.Match.Builder.getKeywords()
Match multiple keywordsPoints.Match.getKeywords()
Match multiple keywordsPoints.MatchOrBuilder.getKeywords()
Match multiple keywordsstatic Points.RepeatedStrings
Points.RepeatedStrings.parseDelimitedFrom
(InputStream input) static Points.RepeatedStrings
Points.RepeatedStrings.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.RepeatedStrings
Points.RepeatedStrings.parseFrom
(byte[] data) static Points.RepeatedStrings
Points.RepeatedStrings.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.RepeatedStrings
Points.RepeatedStrings.parseFrom
(com.google.protobuf.ByteString data) static Points.RepeatedStrings
Points.RepeatedStrings.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.RepeatedStrings
Points.RepeatedStrings.parseFrom
(com.google.protobuf.CodedInputStream input) static Points.RepeatedStrings
Points.RepeatedStrings.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.RepeatedStrings
Points.RepeatedStrings.parseFrom
(InputStream input) static Points.RepeatedStrings
Points.RepeatedStrings.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.RepeatedStrings
Points.RepeatedStrings.parseFrom
(ByteBuffer data) static Points.RepeatedStrings
Points.RepeatedStrings.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.qdrant.client.grpc that return types with arguments of type Points.RepeatedStringsModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Points.RepeatedStrings>
Points.RepeatedStrings.getParserForType()
static com.google.protobuf.Parser<Points.RepeatedStrings>
Points.RepeatedStrings.parser()
Methods in io.qdrant.client.grpc with parameters of type Points.RepeatedStringsModifier and TypeMethodDescriptionPoints.Match.Builder.mergeExceptKeywords
(Points.RepeatedStrings value) Match any other value except those keywordsPoints.RepeatedStrings.Builder.mergeFrom
(Points.RepeatedStrings other) Points.Match.Builder.mergeKeywords
(Points.RepeatedStrings value) Match multiple keywordsPoints.RepeatedStrings.newBuilder
(Points.RepeatedStrings prototype) Points.Match.Builder.setExceptKeywords
(Points.RepeatedStrings value) Match any other value except those keywordsPoints.Match.Builder.setKeywords
(Points.RepeatedStrings value) Match multiple keywords