Class PipelinesResource.RunRequest
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
Inheritance
Inherited Members
Namespace: Google.Apis.Genomics.v2alpha1
Assembly: Google.Apis.Genomics.v2alpha1.dll
Syntax
public class PipelinesResource.RunRequest : GenomicsBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
RunRequest(IClientService, RunPipelineRequest)
Constructs a new Run request.
Declaration
public RunRequest(IClientService service, RunPipelineRequest body)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
RunPipelineRequest | body |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Run parameter list.
Declaration
protected override void InitParameters()