Uses of Class
io.metaloom.qdrant.client.grpc.proto.Points.SearchBatchPoints
Packages that use Points.SearchBatchPoints
-
Uses of Points.SearchBatchPoints in io.metaloom.qdrant.client.grpc.proto
Methods in io.metaloom.qdrant.client.grpc.proto that return Points.SearchBatchPointsModifier and TypeMethodDescriptionPoints.SearchBatchPoints.Builder.build()Points.SearchBatchPoints.Builder.buildPartial()static Points.SearchBatchPointsPoints.SearchBatchPoints.getDefaultInstance()Points.SearchBatchPoints.Builder.getDefaultInstanceForType()Points.SearchBatchPoints.getDefaultInstanceForType()static Points.SearchBatchPointsPoints.SearchBatchPoints.parseDelimitedFrom(InputStream input) static Points.SearchBatchPointsPoints.SearchBatchPoints.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.SearchBatchPointsPoints.SearchBatchPoints.parseFrom(byte[] data) static Points.SearchBatchPointsPoints.SearchBatchPoints.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.SearchBatchPointsPoints.SearchBatchPoints.parseFrom(com.google.protobuf.ByteString data) static Points.SearchBatchPointsPoints.SearchBatchPoints.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.SearchBatchPointsPoints.SearchBatchPoints.parseFrom(com.google.protobuf.CodedInputStream input) static Points.SearchBatchPointsPoints.SearchBatchPoints.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.SearchBatchPointsPoints.SearchBatchPoints.parseFrom(InputStream input) static Points.SearchBatchPointsPoints.SearchBatchPoints.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.SearchBatchPointsPoints.SearchBatchPoints.parseFrom(ByteBuffer data) static Points.SearchBatchPointsPoints.SearchBatchPoints.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.metaloom.qdrant.client.grpc.proto that return types with arguments of type Points.SearchBatchPointsModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Points.SearchBatchPoints>Points.SearchBatchPoints.getParserForType()static io.grpc.MethodDescriptor<Points.SearchBatchPoints,Points.SearchBatchResponse> PointsGrpc.getSearchBatchMethod()static com.google.protobuf.Parser<Points.SearchBatchPoints>Points.SearchBatchPoints.parser()Methods in io.metaloom.qdrant.client.grpc.proto with parameters of type Points.SearchBatchPointsModifier and TypeMethodDescriptionPoints.SearchBatchPoints.Builder.mergeFrom(Points.SearchBatchPoints other) Points.SearchBatchPoints.newBuilder(Points.SearchBatchPoints prototype) PointsGrpc.PointsBlockingStub.searchBatch(Points.SearchBatchPoints request) Retrieve closest points based on vector similarity and given filtering conditionscom.google.common.util.concurrent.ListenableFuture<Points.SearchBatchResponse>PointsGrpc.PointsFutureStub.searchBatch(Points.SearchBatchPoints request) Retrieve closest points based on vector similarity and given filtering conditionsvoidPointsGrpc.PointsImplBase.searchBatch(Points.SearchBatchPoints request, io.grpc.stub.StreamObserver<Points.SearchBatchResponse> responseObserver) Retrieve closest points based on vector similarity and given filtering conditionsvoidPointsGrpc.PointsStub.searchBatch(Points.SearchBatchPoints request, io.grpc.stub.StreamObserver<Points.SearchBatchResponse> responseObserver) Retrieve closest points based on vector similarity and given filtering conditions