Uses of Class
io.qdrant.client.grpc.Points.WithLookup.Builder
Packages that use Points.WithLookup.Builder
-
Uses of Points.WithLookup.Builder in io.qdrant.client.grpc
Methods in io.qdrant.client.grpc that return Points.WithLookup.BuilderModifier and TypeMethodDescriptionPoints.WithLookup.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Points.WithLookup.Builder.clear()
Points.WithLookup.Builder.clearCollection()
Name of the collection to use for points lookupPoints.WithLookup.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) Points.WithLookup.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) Points.WithLookup.Builder.clearWithPayload()
Options for specifying which payload to include (or not)Points.WithLookup.Builder.clearWithVectors()
Options for specifying which vectors to include (or not)Points.WithLookup.Builder.clone()
Points.RecommendPointGroups.Builder.getWithLookupBuilder()
Options for specifying how to use the group id to lookup points in another collectionPoints.SearchPointGroups.Builder.getWithLookupBuilder()
Options for specifying how to use the group id to lookup points in another collectionPoints.WithLookup.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Points.WithLookup.Builder.mergeFrom
(com.google.protobuf.Message other) Points.WithLookup.Builder.mergeFrom
(Points.WithLookup other) Points.WithLookup.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Points.WithLookup.Builder.mergeWithPayload
(Points.WithPayloadSelector value) Options for specifying which payload to include (or not)Points.WithLookup.Builder.mergeWithVectors
(Points.WithVectorsSelector value) Options for specifying which vectors to include (or not)static Points.WithLookup.Builder
Points.WithLookup.newBuilder()
static Points.WithLookup.Builder
Points.WithLookup.newBuilder
(Points.WithLookup prototype) Points.WithLookup.newBuilderForType()
protected Points.WithLookup.Builder
Points.WithLookup.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Points.WithLookup.Builder.setCollection
(String value) Name of the collection to use for points lookupPoints.WithLookup.Builder.setCollectionBytes
(com.google.protobuf.ByteString value) Name of the collection to use for points lookupPoints.WithLookup.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Points.WithLookup.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Points.WithLookup.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Points.WithLookup.Builder.setWithPayload
(Points.WithPayloadSelector value) Options for specifying which payload to include (or not)Points.WithLookup.Builder.setWithPayload
(Points.WithPayloadSelector.Builder builderForValue) Options for specifying which payload to include (or not)Points.WithLookup.Builder.setWithVectors
(Points.WithVectorsSelector value) Options for specifying which vectors to include (or not)Points.WithLookup.Builder.setWithVectors
(Points.WithVectorsSelector.Builder builderForValue) Options for specifying which vectors to include (or not)Points.WithLookup.toBuilder()
Methods in io.qdrant.client.grpc with parameters of type Points.WithLookup.BuilderModifier and TypeMethodDescriptionPoints.RecommendPointGroups.Builder.setWithLookup
(Points.WithLookup.Builder builderForValue) Options for specifying how to use the group id to lookup points in another collectionPoints.SearchPointGroups.Builder.setWithLookup
(Points.WithLookup.Builder builderForValue) Options for specifying how to use the group id to lookup points in another collection