Uses of Class
io.metaloom.qdrant.client.grpc.proto.PointsInternalService.SearchBatchPointsInternal.Builder
Packages that use PointsInternalService.SearchBatchPointsInternal.Builder
-
Uses of PointsInternalService.SearchBatchPointsInternal.Builder in io.metaloom.qdrant.client.grpc.proto
Methods in io.metaloom.qdrant.client.grpc.proto that return PointsInternalService.SearchBatchPointsInternal.BuilderModifier and TypeMethodDescriptionPointsInternalService.SearchBatchPointsInternal.Builder.addAllSearchPoints(Iterable<? extends Points.SearchPoints> values) repeated .qdrant.SearchPoints search_points = 2;PointsInternalService.SearchBatchPointsInternal.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) PointsInternalService.SearchBatchPointsInternal.Builder.addSearchPoints(int index, Points.SearchPoints value) repeated .qdrant.SearchPoints search_points = 2;PointsInternalService.SearchBatchPointsInternal.Builder.addSearchPoints(int index, Points.SearchPoints.Builder builderForValue) repeated .qdrant.SearchPoints search_points = 2;PointsInternalService.SearchBatchPointsInternal.Builder.addSearchPoints(Points.SearchPoints value) repeated .qdrant.SearchPoints search_points = 2;PointsInternalService.SearchBatchPointsInternal.Builder.addSearchPoints(Points.SearchPoints.Builder builderForValue) repeated .qdrant.SearchPoints search_points = 2;PointsInternalService.SearchBatchPointsInternal.Builder.clear()PointsInternalService.SearchBatchPointsInternal.Builder.clearCollectionName()string collection_name = 1;PointsInternalService.SearchBatchPointsInternal.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) PointsInternalService.SearchBatchPointsInternal.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) PointsInternalService.SearchBatchPointsInternal.Builder.clearSearchPoints()repeated .qdrant.SearchPoints search_points = 2;PointsInternalService.SearchBatchPointsInternal.Builder.clearShardId()uint32 shard_id = 3;PointsInternalService.SearchBatchPointsInternal.Builder.clone()PointsInternalService.SearchBatchPointsInternal.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PointsInternalService.SearchBatchPointsInternal.Builder.mergeFrom(com.google.protobuf.Message other) PointsInternalService.SearchBatchPointsInternal.Builder.mergeFrom(PointsInternalService.SearchBatchPointsInternal other) PointsInternalService.SearchBatchPointsInternal.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) PointsInternalService.SearchBatchPointsInternal.newBuilder()PointsInternalService.SearchBatchPointsInternal.newBuilder(PointsInternalService.SearchBatchPointsInternal prototype) PointsInternalService.SearchBatchPointsInternal.newBuilderForType()PointsInternalService.SearchBatchPointsInternal.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) PointsInternalService.SearchBatchPointsInternal.Builder.removeSearchPoints(int index) repeated .qdrant.SearchPoints search_points = 2;PointsInternalService.SearchBatchPointsInternal.Builder.setCollectionName(String value) string collection_name = 1;PointsInternalService.SearchBatchPointsInternal.Builder.setCollectionNameBytes(com.google.protobuf.ByteString value) string collection_name = 1;PointsInternalService.SearchBatchPointsInternal.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) PointsInternalService.SearchBatchPointsInternal.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) PointsInternalService.SearchBatchPointsInternal.Builder.setSearchPoints(int index, Points.SearchPoints value) repeated .qdrant.SearchPoints search_points = 2;PointsInternalService.SearchBatchPointsInternal.Builder.setSearchPoints(int index, Points.SearchPoints.Builder builderForValue) repeated .qdrant.SearchPoints search_points = 2;PointsInternalService.SearchBatchPointsInternal.Builder.setShardId(int value) uint32 shard_id = 3;PointsInternalService.SearchBatchPointsInternal.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) PointsInternalService.SearchBatchPointsInternal.toBuilder()