Show / Hide Table of Contents

Class PipelinesResource

The "pipelines" collection of methods.

Inheritance
object
PipelinesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In This Article
Back to top Generated by DocFX