Searched refs:setPipeline (Results 1 – 7 of 7) sorted by relevance
50 public function setPipeline(Pipeline $pipeline) function in Google\\Service\\Genomics\\RunPipelineRequest
103 public function setPipeline(Pipeline $pipeline) function in Google\\Service\\Genomics\\Metadata
50 public function setPipeline(Pipeline $pipeline) function in Google\\Service\\CloudLifeSciences\\RunPipelineRequest
107 public function setPipeline(Pipeline $pipeline) function in Google\\Service\\CloudLifeSciences\\Metadata
232 public function setPipeline(string $pipeline): self function in Elastica\\Document
132 public function setPipeline(Pipeline $pipeline): void124 public function setPipeline(Pipeline $pipeline): void global() function in Elastica\\Reindex
271 * Added `Elastica\Reindex->setPipeline(Elastica\Pipeline $pipeline): void`. The link between the reindex and the pipeline is solved when `run()` is called, and thus the pipeline given doesn't need to be created before calling `setPipeline()` [#1752](https://github.com/ruflin/Elastica/pull/1752)