Uses of Class
io.qdrant.client.grpc.Points.SearchBatchPoints.Builder
-
Uses of Points.SearchBatchPoints.Builder in io.qdrant.client.grpc
Modifier and TypeMethodDescriptionPoints.SearchBatchPoints.Builder.addAllSearchPoints
(Iterable<? extends Points.SearchPoints> values) repeated .qdrant.SearchPoints search_points = 2;
Points.SearchBatchPoints.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Points.SearchBatchPoints.Builder.addSearchPoints
(int index, Points.SearchPoints value) repeated .qdrant.SearchPoints search_points = 2;
Points.SearchBatchPoints.Builder.addSearchPoints
(int index, Points.SearchPoints.Builder builderForValue) repeated .qdrant.SearchPoints search_points = 2;
Points.SearchBatchPoints.Builder.addSearchPoints
(Points.SearchPoints value) repeated .qdrant.SearchPoints search_points = 2;
Points.SearchBatchPoints.Builder.addSearchPoints
(Points.SearchPoints.Builder builderForValue) repeated .qdrant.SearchPoints search_points = 2;
Points.SearchBatchPoints.Builder.clear()
Points.SearchBatchPoints.Builder.clearCollectionName()
Name of the collectionPoints.SearchBatchPoints.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) Points.SearchBatchPoints.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) Points.SearchBatchPoints.Builder.clearReadConsistency()
Options for specifying read consistency guaranteesPoints.SearchBatchPoints.Builder.clearSearchPoints()
repeated .qdrant.SearchPoints search_points = 2;
Points.SearchBatchPoints.Builder.clone()
Points.SearchBatchPoints.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Points.SearchBatchPoints.Builder.mergeFrom
(com.google.protobuf.Message other) Points.SearchBatchPoints.Builder.mergeFrom
(Points.SearchBatchPoints other) Points.SearchBatchPoints.Builder.mergeReadConsistency
(Points.ReadConsistency value) Options for specifying read consistency guaranteesPoints.SearchBatchPoints.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Points.SearchBatchPoints.newBuilder()
Points.SearchBatchPoints.newBuilder
(Points.SearchBatchPoints prototype) Points.SearchBatchPoints.newBuilderForType()
protected Points.SearchBatchPoints.Builder
Points.SearchBatchPoints.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Points.SearchBatchPoints.Builder.removeSearchPoints
(int index) repeated .qdrant.SearchPoints search_points = 2;
Points.SearchBatchPoints.Builder.setCollectionName
(String value) Name of the collectionPoints.SearchBatchPoints.Builder.setCollectionNameBytes
(com.google.protobuf.ByteString value) Name of the collectionPoints.SearchBatchPoints.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Points.SearchBatchPoints.Builder.setReadConsistency
(Points.ReadConsistency value) Options for specifying read consistency guaranteesPoints.SearchBatchPoints.Builder.setReadConsistency
(Points.ReadConsistency.Builder builderForValue) Options for specifying read consistency guaranteesPoints.SearchBatchPoints.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Points.SearchBatchPoints.Builder.setSearchPoints
(int index, Points.SearchPoints value) repeated .qdrant.SearchPoints search_points = 2;
Points.SearchBatchPoints.Builder.setSearchPoints
(int index, Points.SearchPoints.Builder builderForValue) repeated .qdrant.SearchPoints search_points = 2;
Points.SearchBatchPoints.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Points.SearchBatchPoints.toBuilder()