Uses of Class
io.metaloom.qdrant.client.grpc.proto.PointsInternalService.SearchPointsInternal.Builder
Packages that use PointsInternalService.SearchPointsInternal.Builder
-
Uses of PointsInternalService.SearchPointsInternal.Builder in io.metaloom.qdrant.client.grpc.proto
Methods in io.metaloom.qdrant.client.grpc.proto that return PointsInternalService.SearchPointsInternal.BuilderModifier and TypeMethodDescriptionPointsInternalService.SearchPointsInternal.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) PointsInternalService.SearchPointsInternal.Builder.clear()PointsInternalService.SearchPointsInternal.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) PointsInternalService.SearchPointsInternal.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) PointsInternalService.SearchPointsInternal.Builder.clearSearchPoints().qdrant.SearchPoints search_points = 1;PointsInternalService.SearchPointsInternal.Builder.clearShardId()uint32 shard_id = 2;PointsInternalService.SearchPointsInternal.Builder.clone()PointsInternalService.SearchPointsInternal.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PointsInternalService.SearchPointsInternal.Builder.mergeFrom(com.google.protobuf.Message other) PointsInternalService.SearchPointsInternal.Builder.mergeFrom(PointsInternalService.SearchPointsInternal other) PointsInternalService.SearchPointsInternal.Builder.mergeSearchPoints(Points.SearchPoints value) .qdrant.SearchPoints search_points = 1;PointsInternalService.SearchPointsInternal.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) PointsInternalService.SearchPointsInternal.newBuilder()PointsInternalService.SearchPointsInternal.newBuilder(PointsInternalService.SearchPointsInternal prototype) PointsInternalService.SearchPointsInternal.newBuilderForType()PointsInternalService.SearchPointsInternal.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) PointsInternalService.SearchPointsInternal.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) PointsInternalService.SearchPointsInternal.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) PointsInternalService.SearchPointsInternal.Builder.setSearchPoints(Points.SearchPoints value) .qdrant.SearchPoints search_points = 1;PointsInternalService.SearchPointsInternal.Builder.setSearchPoints(Points.SearchPoints.Builder builderForValue) .qdrant.SearchPoints search_points = 1;PointsInternalService.SearchPointsInternal.Builder.setShardId(int value) uint32 shard_id = 2;PointsInternalService.SearchPointsInternal.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) PointsInternalService.SearchPointsInternal.toBuilder()