Uses of Class
io.metaloom.qdrant.client.grpc.proto.Points.BatchResult
Packages that use Points.BatchResult
-
Uses of Points.BatchResult in io.metaloom.qdrant.client.grpc.proto
Methods in io.metaloom.qdrant.client.grpc.proto that return Points.BatchResultModifier and TypeMethodDescriptionPoints.BatchResult.Builder.build()Points.BatchResult.Builder.buildPartial()static Points.BatchResultPoints.BatchResult.getDefaultInstance()Points.BatchResult.Builder.getDefaultInstanceForType()Points.BatchResult.getDefaultInstanceForType()Points.RecommendBatchResponse.Builder.getResult(int index) repeated .qdrant.BatchResult result = 1;Points.RecommendBatchResponse.getResult(int index) repeated .qdrant.BatchResult result = 1;Points.RecommendBatchResponseOrBuilder.getResult(int index) repeated .qdrant.BatchResult result = 1;Points.SearchBatchResponse.Builder.getResult(int index) repeated .qdrant.BatchResult result = 1;Points.SearchBatchResponse.getResult(int index) repeated .qdrant.BatchResult result = 1;Points.SearchBatchResponseOrBuilder.getResult(int index) repeated .qdrant.BatchResult result = 1;static Points.BatchResultPoints.BatchResult.parseDelimitedFrom(InputStream input) static Points.BatchResultPoints.BatchResult.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.BatchResultPoints.BatchResult.parseFrom(byte[] data) static Points.BatchResultPoints.BatchResult.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.BatchResultPoints.BatchResult.parseFrom(com.google.protobuf.ByteString data) static Points.BatchResultPoints.BatchResult.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.BatchResultPoints.BatchResult.parseFrom(com.google.protobuf.CodedInputStream input) static Points.BatchResultPoints.BatchResult.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.BatchResultPoints.BatchResult.parseFrom(InputStream input) static Points.BatchResultPoints.BatchResult.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.BatchResultPoints.BatchResult.parseFrom(ByteBuffer data) static Points.BatchResultPoints.BatchResult.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.metaloom.qdrant.client.grpc.proto that return types with arguments of type Points.BatchResultModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Points.BatchResult>Points.BatchResult.getParserForType()Points.RecommendBatchResponse.Builder.getResultList()repeated .qdrant.BatchResult result = 1;Points.RecommendBatchResponse.getResultList()repeated .qdrant.BatchResult result = 1;Points.RecommendBatchResponseOrBuilder.getResultList()repeated .qdrant.BatchResult result = 1;Points.SearchBatchResponse.Builder.getResultList()repeated .qdrant.BatchResult result = 1;Points.SearchBatchResponse.getResultList()repeated .qdrant.BatchResult result = 1;Points.SearchBatchResponseOrBuilder.getResultList()repeated .qdrant.BatchResult result = 1;static com.google.protobuf.Parser<Points.BatchResult>Points.BatchResult.parser()Methods in io.metaloom.qdrant.client.grpc.proto with parameters of type Points.BatchResultModifier and TypeMethodDescriptionPoints.RecommendBatchResponse.Builder.addResult(int index, Points.BatchResult value) repeated .qdrant.BatchResult result = 1;Points.RecommendBatchResponse.Builder.addResult(Points.BatchResult value) repeated .qdrant.BatchResult result = 1;Points.SearchBatchResponse.Builder.addResult(int index, Points.BatchResult value) repeated .qdrant.BatchResult result = 1;Points.SearchBatchResponse.Builder.addResult(Points.BatchResult value) repeated .qdrant.BatchResult result = 1;Points.BatchResult.Builder.mergeFrom(Points.BatchResult other) static Points.BatchResult.BuilderPoints.BatchResult.newBuilder(Points.BatchResult prototype) Points.RecommendBatchResponse.Builder.setResult(int index, Points.BatchResult value) repeated .qdrant.BatchResult result = 1;Points.SearchBatchResponse.Builder.setResult(int index, Points.BatchResult value) repeated .qdrant.BatchResult result = 1;Method parameters in io.metaloom.qdrant.client.grpc.proto with type arguments of type Points.BatchResultModifier and TypeMethodDescriptionPoints.RecommendBatchResponse.Builder.addAllResult(Iterable<? extends Points.BatchResult> values) repeated .qdrant.BatchResult result = 1;Points.SearchBatchResponse.Builder.addAllResult(Iterable<? extends Points.BatchResult> values) repeated .qdrant.BatchResult result = 1;