Uses of Class
io.metaloom.qdrant.client.grpc.proto.Points.LookupLocation.Builder
Packages that use Points.LookupLocation.Builder
-
Uses of Points.LookupLocation.Builder in io.metaloom.qdrant.client.grpc.proto
Methods in io.metaloom.qdrant.client.grpc.proto that return Points.LookupLocation.BuilderModifier and TypeMethodDescriptionPoints.LookupLocation.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Points.LookupLocation.Builder.clear()Points.LookupLocation.Builder.clearCollectionName()string collection_name = 1;Points.LookupLocation.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Points.LookupLocation.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Points.LookupLocation.Builder.clearVectorName()Which vector to use for search, if not specified - use default vectorPoints.LookupLocation.Builder.clone()Points.RecommendPoints.Builder.getLookupFromBuilder()Name of the collection to use for points lookup, if not specified - use current collectionPoints.LookupLocation.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Points.LookupLocation.Builder.mergeFrom(com.google.protobuf.Message other) Points.LookupLocation.Builder.mergeFrom(Points.LookupLocation other) Points.LookupLocation.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Points.LookupLocation.newBuilder()Points.LookupLocation.newBuilder(Points.LookupLocation prototype) Points.LookupLocation.newBuilderForType()protected Points.LookupLocation.BuilderPoints.LookupLocation.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Points.LookupLocation.Builder.setCollectionName(String value) string collection_name = 1;Points.LookupLocation.Builder.setCollectionNameBytes(com.google.protobuf.ByteString value) string collection_name = 1;Points.LookupLocation.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Points.LookupLocation.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Points.LookupLocation.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Points.LookupLocation.Builder.setVectorName(String value) Which vector to use for search, if not specified - use default vectorPoints.LookupLocation.Builder.setVectorNameBytes(com.google.protobuf.ByteString value) Which vector to use for search, if not specified - use default vectorPoints.LookupLocation.toBuilder()Methods in io.metaloom.qdrant.client.grpc.proto with parameters of type Points.LookupLocation.BuilderModifier and TypeMethodDescriptionPoints.RecommendPoints.Builder.setLookupFrom(Points.LookupLocation.Builder builderForValue) Name of the collection to use for points lookup, if not specified - use current collection