Uses of Class
io.qdrant.client.grpc.Points.RecommendBatchResponse.Builder
Packages that use Points.RecommendBatchResponse.Builder
-
Uses of Points.RecommendBatchResponse.Builder in io.qdrant.client.grpc
Methods in io.qdrant.client.grpc that return Points.RecommendBatchResponse.BuilderModifier and TypeMethodDescriptionPoints.RecommendBatchResponse.Builder.addAllResult
(Iterable<? extends Points.BatchResult> values) repeated .qdrant.BatchResult result = 1;
Points.RecommendBatchResponse.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Points.RecommendBatchResponse.Builder.addResult
(int index, Points.BatchResult value) repeated .qdrant.BatchResult result = 1;
Points.RecommendBatchResponse.Builder.addResult
(int index, Points.BatchResult.Builder builderForValue) repeated .qdrant.BatchResult result = 1;
Points.RecommendBatchResponse.Builder.addResult
(Points.BatchResult value) repeated .qdrant.BatchResult result = 1;
Points.RecommendBatchResponse.Builder.addResult
(Points.BatchResult.Builder builderForValue) repeated .qdrant.BatchResult result = 1;
Points.RecommendBatchResponse.Builder.clear()
Points.RecommendBatchResponse.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) Points.RecommendBatchResponse.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) Points.RecommendBatchResponse.Builder.clearResult()
repeated .qdrant.BatchResult result = 1;
Points.RecommendBatchResponse.Builder.clearTime()
Time spent to processPoints.RecommendBatchResponse.Builder.clone()
Points.RecommendBatchResponse.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Points.RecommendBatchResponse.Builder.mergeFrom
(com.google.protobuf.Message other) Points.RecommendBatchResponse.Builder.mergeFrom
(Points.RecommendBatchResponse other) Points.RecommendBatchResponse.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Points.RecommendBatchResponse.newBuilder()
Points.RecommendBatchResponse.newBuilder
(Points.RecommendBatchResponse prototype) Points.RecommendBatchResponse.newBuilderForType()
protected Points.RecommendBatchResponse.Builder
Points.RecommendBatchResponse.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Points.RecommendBatchResponse.Builder.removeResult
(int index) repeated .qdrant.BatchResult result = 1;
Points.RecommendBatchResponse.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Points.RecommendBatchResponse.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Points.RecommendBatchResponse.Builder.setResult
(int index, Points.BatchResult value) repeated .qdrant.BatchResult result = 1;
Points.RecommendBatchResponse.Builder.setResult
(int index, Points.BatchResult.Builder builderForValue) repeated .qdrant.BatchResult result = 1;
Points.RecommendBatchResponse.Builder.setTime
(double value) Time spent to processPoints.RecommendBatchResponse.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Points.RecommendBatchResponse.toBuilder()