Uses of Class
io.metaloom.qdrant.client.grpc.proto.Points.CountResponse
Packages that use Points.CountResponse
-
Uses of Points.CountResponse in io.metaloom.qdrant.client.grpc.method
Methods in io.metaloom.qdrant.client.grpc.method that return types with arguments of type Points.CountResponseModifier and TypeMethodDescriptiondefault GrpcClientRequest<Points.CountResponse>PointMethods.countPoints(String collectionName, Points.Filter filter, boolean exact) Count points which matches given filtering condition. -
Uses of Points.CountResponse in io.metaloom.qdrant.client.grpc.proto
Methods in io.metaloom.qdrant.client.grpc.proto that return Points.CountResponseModifier and TypeMethodDescriptionPoints.CountResponse.Builder.build()Points.CountResponse.Builder.buildPartial()PointsGrpc.PointsBlockingStub.count(Points.CountPoints request) Count points in collection with given filtering conditionsPointsInternalGrpc.PointsInternalBlockingStub.count(PointsInternalService.CountPointsInternal request) static Points.CountResponsePoints.CountResponse.getDefaultInstance()Points.CountResponse.Builder.getDefaultInstanceForType()Points.CountResponse.getDefaultInstanceForType()static Points.CountResponsePoints.CountResponse.parseDelimitedFrom(InputStream input) static Points.CountResponsePoints.CountResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.CountResponsePoints.CountResponse.parseFrom(byte[] data) static Points.CountResponsePoints.CountResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.CountResponsePoints.CountResponse.parseFrom(com.google.protobuf.ByteString data) static Points.CountResponsePoints.CountResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.CountResponsePoints.CountResponse.parseFrom(com.google.protobuf.CodedInputStream input) static Points.CountResponsePoints.CountResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.CountResponsePoints.CountResponse.parseFrom(InputStream input) static Points.CountResponsePoints.CountResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.CountResponsePoints.CountResponse.parseFrom(ByteBuffer data) static Points.CountResponsePoints.CountResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.metaloom.qdrant.client.grpc.proto that return types with arguments of type Points.CountResponseModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<Points.CountResponse>PointsGrpc.PointsFutureStub.count(Points.CountPoints request) Count points in collection with given filtering conditionscom.google.common.util.concurrent.ListenableFuture<Points.CountResponse>PointsInternalGrpc.PointsInternalFutureStub.count(PointsInternalService.CountPointsInternal request) static io.grpc.MethodDescriptor<Points.CountPoints,Points.CountResponse> PointsGrpc.getCountMethod()static io.grpc.MethodDescriptor<PointsInternalService.CountPointsInternal,Points.CountResponse> PointsInternalGrpc.getCountMethod()com.google.protobuf.Parser<Points.CountResponse>Points.CountResponse.getParserForType()static com.google.protobuf.Parser<Points.CountResponse>Points.CountResponse.parser()Methods in io.metaloom.qdrant.client.grpc.proto with parameters of type Points.CountResponseModifier and TypeMethodDescriptionPoints.CountResponse.Builder.mergeFrom(Points.CountResponse other) static Points.CountResponse.BuilderPoints.CountResponse.newBuilder(Points.CountResponse prototype) Method parameters in io.metaloom.qdrant.client.grpc.proto with type arguments of type Points.CountResponseModifier and TypeMethodDescriptionvoidPointsGrpc.PointsImplBase.count(Points.CountPoints request, io.grpc.stub.StreamObserver<Points.CountResponse> responseObserver) Count points in collection with given filtering conditionsvoidPointsGrpc.PointsStub.count(Points.CountPoints request, io.grpc.stub.StreamObserver<Points.CountResponse> responseObserver) Count points in collection with given filtering conditionsvoidPointsInternalGrpc.PointsInternalImplBase.count(PointsInternalService.CountPointsInternal request, io.grpc.stub.StreamObserver<Points.CountResponse> responseObserver) voidPointsInternalGrpc.PointsInternalStub.count(PointsInternalService.CountPointsInternal request, io.grpc.stub.StreamObserver<Points.CountResponse> responseObserver)