Class PipelinesResource
The "pipelines" collection of methods.
Inheritance
Inherited Members
Namespace: Google.Apis.Genomics.v2alpha1
Assembly: Google.Apis.Genomics.v2alpha1.dll
Syntax
public class PipelinesResource
Constructors
PipelinesResource(IClientService)
Constructs a new resource.
Declaration
public PipelinesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Run(RunPipelineRequest)
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
Declaration
public virtual PipelinesResource.RunRequest Run(RunPipelineRequest body)
Parameters
Type | Name | Description |
---|---|---|
RunPipelineRequest | body | The body of the request. |
Returns
Type | Description |
---|---|
PipelinesResource.RunRequest |