Home
last modified time | relevance | path

Searched refs:setPipeline (Results 1 – 7 of 7) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Genomics/
H A DRunPipelineRequest.php50 public function setPipeline(Pipeline $pipeline) function in Google\\Service\\Genomics\\RunPipelineRequest
H A DMetadata.php103 public function setPipeline(Pipeline $pipeline) function in Google\\Service\\Genomics\\Metadata
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudLifeSciences/
H A DRunPipelineRequest.php50 public function setPipeline(Pipeline $pipeline) function in Google\\Service\\CloudLifeSciences\\RunPipelineRequest
H A DMetadata.php107 public function setPipeline(Pipeline $pipeline) function in Google\\Service\\CloudLifeSciences\\Metadata
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DDocument.php232 public function setPipeline(string $pipeline): self function in Elastica\\Document
H A DReindex.php132 public function setPipeline(Pipeline $pipeline): void
124 public function setPipeline(Pipeline $pipeline): void global() function in Elastica\\Reindex
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md271 * 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)