class Pipelines extends Resource (View source)

The "pipelines" collection of methods.

Typical usage is:

 $genomicsService = new Google\Service\Genomics(...);
 $pipelines = $genomicsService->pipelines;

Methods

run(RunPipelineRequest $postBody, array $optParams = [])

Runs a pipeline. The returned Operation's metadata field will contain a google.genomics.v2alpha1.Metadata object describing the status of the pipeline execution. The [response] field will contain a google.genomics.v2alpha1.RunPipelineResponse object if the pipeline completes successfully. Note: Before you can use this method, the Genomics Service Agent must have access to your project. This is done automatically when the Cloud Genomics API is first enabled, but if you delete this permission, or if you enabled the Cloud Genomics API before the v2alpha1 API launch, you must disable and re-enable the API to grant the Genomics Service Agent the required permissions. Authorization requires the following Google IAM permission: * genomics.operations.create [1]: /genomics/gsa (pipelines.run)

Details

Operation run(RunPipelineRequest $postBody, array $optParams = [])

Runs a pipeline. The returned Operation's metadata field will contain a google.genomics.v2alpha1.Metadata object describing the status of the pipeline execution. The [response] field will contain a google.genomics.v2alpha1.RunPipelineResponse object if the pipeline completes successfully. Note: Before you can use this method, the Genomics Service Agent must have access to your project. This is done automatically when the Cloud Genomics API is first enabled, but if you delete this permission, or if you enabled the Cloud Genomics API before the v2alpha1 API launch, you must disable and re-enable the API to grant the Genomics Service Agent the required permissions. Authorization requires the following Google IAM permission: * genomics.operations.create [1]: /genomics/gsa (pipelines.run)

Parameters

RunPipelineRequest $postBody
array $optParams

Optional parameters.

Return Value

Operation