Uses of Class
io.metaloom.qdrant.client.grpc.proto.Points.SearchGroupsResponse
Packages that use Points.SearchGroupsResponse
-
Uses of Points.SearchGroupsResponse in io.metaloom.qdrant.client.grpc.method
Methods in io.metaloom.qdrant.client.grpc.method that return types with arguments of type Points.SearchGroupsResponseModifier and TypeMethodDescriptionPointMethods.searchGroupPoints(Points.SearchPointGroups request) -
Uses of Points.SearchGroupsResponse in io.metaloom.qdrant.client.grpc.proto
Methods in io.metaloom.qdrant.client.grpc.proto that return Points.SearchGroupsResponseModifier and TypeMethodDescriptionPoints.SearchGroupsResponse.Builder.build()Points.SearchGroupsResponse.Builder.buildPartial()static Points.SearchGroupsResponsePoints.SearchGroupsResponse.getDefaultInstance()Points.SearchGroupsResponse.Builder.getDefaultInstanceForType()Points.SearchGroupsResponse.getDefaultInstanceForType()static Points.SearchGroupsResponsePoints.SearchGroupsResponse.parseDelimitedFrom(InputStream input) static Points.SearchGroupsResponsePoints.SearchGroupsResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.SearchGroupsResponsePoints.SearchGroupsResponse.parseFrom(byte[] data) static Points.SearchGroupsResponsePoints.SearchGroupsResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.SearchGroupsResponsePoints.SearchGroupsResponse.parseFrom(com.google.protobuf.ByteString data) static Points.SearchGroupsResponsePoints.SearchGroupsResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.SearchGroupsResponsePoints.SearchGroupsResponse.parseFrom(com.google.protobuf.CodedInputStream input) static Points.SearchGroupsResponsePoints.SearchGroupsResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.SearchGroupsResponsePoints.SearchGroupsResponse.parseFrom(InputStream input) static Points.SearchGroupsResponsePoints.SearchGroupsResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.SearchGroupsResponsePoints.SearchGroupsResponse.parseFrom(ByteBuffer data) static Points.SearchGroupsResponsePoints.SearchGroupsResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PointsGrpc.PointsBlockingStub.searchGroups(Points.SearchPointGroups request) Retrieve closest points based on vector similarity and given filtering conditions, grouped by a given fieldMethods in io.metaloom.qdrant.client.grpc.proto that return types with arguments of type Points.SearchGroupsResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Points.SearchGroupsResponse>Points.SearchGroupsResponse.getParserForType()static io.grpc.MethodDescriptor<Points.SearchPointGroups,Points.SearchGroupsResponse> PointsGrpc.getSearchGroupsMethod()static com.google.protobuf.Parser<Points.SearchGroupsResponse>Points.SearchGroupsResponse.parser()com.google.common.util.concurrent.ListenableFuture<Points.SearchGroupsResponse>PointsGrpc.PointsFutureStub.searchGroups(Points.SearchPointGroups request) Retrieve closest points based on vector similarity and given filtering conditions, grouped by a given fieldMethods in io.metaloom.qdrant.client.grpc.proto with parameters of type Points.SearchGroupsResponseModifier and TypeMethodDescriptionPoints.SearchGroupsResponse.Builder.mergeFrom(Points.SearchGroupsResponse other) Points.SearchGroupsResponse.newBuilder(Points.SearchGroupsResponse prototype) Method parameters in io.metaloom.qdrant.client.grpc.proto with type arguments of type Points.SearchGroupsResponseModifier and TypeMethodDescriptionvoidPointsGrpc.PointsImplBase.searchGroups(Points.SearchPointGroups request, io.grpc.stub.StreamObserver<Points.SearchGroupsResponse> responseObserver) Retrieve closest points based on vector similarity and given filtering conditions, grouped by a given fieldvoidPointsGrpc.PointsStub.searchGroups(Points.SearchPointGroups request, io.grpc.stub.StreamObserver<Points.SearchGroupsResponse> responseObserver) Retrieve closest points based on vector similarity and given filtering conditions, grouped by a given field