Class ProjectsResource.LocationsResource.PipelinesResource.RunRequest
Runs a pipeline. The returned Operation's metadata field will contain a
google.cloud.lifesciences.v2beta.Metadata object describing the status of the pipeline execution.
The response field will contain a google.cloud.lifesciences.v2beta.RunPipelineResponse object if the
pipeline completes successfully. Note: Before you can use this method, the Life Sciences
Service Agent must have access to your project. This is done automatically when the Cloud Life
Sciences API is first enabled, but if you delete this permission you must disable and re-enable the
API to grant the Life Sciences Service Agent the required permissions. Authorization requires the
following Google IAM permission: * lifesciences.workflows.run
Inheritance
Inherited Members
Namespace: Google.Apis.CloudLifeSciences.v2beta
Assembly: Google.Apis.CloudLifeSciences.v2beta.dll
Syntax
public class ProjectsResource.LocationsResource.PipelinesResource.RunRequest : CloudLifeSciencesBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
RunRequest(IClientService, RunPipelineRequest, string)
Constructs a new Run request.
Declaration
public RunRequest(IClientService service, RunPipelineRequest body, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
RunPipelineRequest | body | |
string | parent |
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
Parent
The project and location that this request should be executed against.
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
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()