Uses of Class
io.metaloom.qdrant.client.grpc.proto.Points.GetResponse
Packages that use Points.GetResponse
-
Uses of Points.GetResponse in io.metaloom.qdrant.client.grpc.method
Methods in io.metaloom.qdrant.client.grpc.method that return types with arguments of type Points.GetResponseModifier and TypeMethodDescriptiondefault GrpcClientRequest<Points.GetResponse>PointMethods.getPoint(String collectionName, boolean withPayload, boolean withVector, Points.PointId pointId) Retrieve full information of single point by id.default GrpcClientRequest<Points.GetResponse>PointMethods.getPoint(String collectionName, Points.PointId pointId) Retrieve full information of single point by id.default GrpcClientRequest<Points.GetResponse>PointMethods.getPoint(String collectionName, Points.WithPayloadSelector withPayloadSelector, Points.WithVectorsSelector withVectorsSelector, Points.PointId pointId) Retrieve full information of single point by id.default GrpcClientRequest<Points.GetResponse>PointMethods.getPoints(String collectionName, Points.WithPayloadSelector withPayloadSelector, Points.WithVectorsSelector withVectorsSelector, Points.PointId... ids) Retrieve multiple points by specified IDsdefault GrpcClientRequest<Points.GetResponse>PointMethods.getPoints(String collectionName, Points.WithPayloadSelector withPayloadSelector, Points.WithVectorsSelector withVectorsSelector, List<Points.PointId> ids) Retrieve multiple points by specified IDs -
Uses of Points.GetResponse in io.metaloom.qdrant.client.grpc.proto
Methods in io.metaloom.qdrant.client.grpc.proto that return Points.GetResponseModifier and TypeMethodDescriptionPoints.GetResponse.Builder.build()Points.GetResponse.Builder.buildPartial()PointsGrpc.PointsBlockingStub.get(Points.GetPoints request) Retrieve pointsPointsInternalGrpc.PointsInternalBlockingStub.get(PointsInternalService.GetPointsInternal request) static Points.GetResponsePoints.GetResponse.getDefaultInstance()Points.GetResponse.Builder.getDefaultInstanceForType()Points.GetResponse.getDefaultInstanceForType()static Points.GetResponsePoints.GetResponse.parseDelimitedFrom(InputStream input) static Points.GetResponsePoints.GetResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.GetResponsePoints.GetResponse.parseFrom(byte[] data) static Points.GetResponsePoints.GetResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.GetResponsePoints.GetResponse.parseFrom(com.google.protobuf.ByteString data) static Points.GetResponsePoints.GetResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.GetResponsePoints.GetResponse.parseFrom(com.google.protobuf.CodedInputStream input) static Points.GetResponsePoints.GetResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.GetResponsePoints.GetResponse.parseFrom(InputStream input) static Points.GetResponsePoints.GetResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.GetResponsePoints.GetResponse.parseFrom(ByteBuffer data) static Points.GetResponsePoints.GetResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.metaloom.qdrant.client.grpc.proto that return types with arguments of type Points.GetResponseModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<Points.GetResponse>PointsGrpc.PointsFutureStub.get(Points.GetPoints request) Retrieve pointscom.google.common.util.concurrent.ListenableFuture<Points.GetResponse>PointsInternalGrpc.PointsInternalFutureStub.get(PointsInternalService.GetPointsInternal request) static io.grpc.MethodDescriptor<Points.GetPoints,Points.GetResponse> PointsGrpc.getGetMethod()static io.grpc.MethodDescriptor<PointsInternalService.GetPointsInternal,Points.GetResponse> PointsInternalGrpc.getGetMethod()com.google.protobuf.Parser<Points.GetResponse>Points.GetResponse.getParserForType()static com.google.protobuf.Parser<Points.GetResponse>Points.GetResponse.parser()Methods in io.metaloom.qdrant.client.grpc.proto with parameters of type Points.GetResponseModifier and TypeMethodDescriptionPoints.GetResponse.Builder.mergeFrom(Points.GetResponse other) static Points.GetResponse.BuilderPoints.GetResponse.newBuilder(Points.GetResponse prototype) Method parameters in io.metaloom.qdrant.client.grpc.proto with type arguments of type Points.GetResponseModifier and TypeMethodDescriptionvoidPointsGrpc.PointsImplBase.get(Points.GetPoints request, io.grpc.stub.StreamObserver<Points.GetResponse> responseObserver) Retrieve pointsvoidPointsGrpc.PointsStub.get(Points.GetPoints request, io.grpc.stub.StreamObserver<Points.GetResponse> responseObserver) Retrieve pointsvoidPointsInternalGrpc.PointsInternalImplBase.get(PointsInternalService.GetPointsInternal request, io.grpc.stub.StreamObserver<Points.GetResponse> responseObserver) voidPointsInternalGrpc.PointsInternalStub.get(PointsInternalService.GetPointsInternal request, io.grpc.stub.StreamObserver<Points.GetResponse> responseObserver)