public virtual Task<Operation> RunPipeline(RunPipelineRequest request, ServerCallContext context)
Runs a pipeline. The returned Operation's [metadata]
[google.longrunning.Operation.metadata] field will contain a
[google.cloud.lifesciences.v2beta.Metadata][google.cloud.lifesciences.v2beta.Metadata]
object describing the status of the pipeline execution. The
[response][google.longrunning.Operation.response] field will contain a
[google.cloud.lifesciences.v2beta.RunPipelineResponse][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:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `WorkflowsServiceV2Beta.WorkflowsServiceV2BetaBase` class is the base for server-side implementations of the WorkflowsServiceV2Beta in the Cloud Life Sciences v2beta API."],["This class is part of the `Google.Cloud.LifeSciences.V2Beta` namespace within the Google.Cloud.LifeSciences.V2Beta.dll assembly."],["The primary method within this class is `RunPipeline`, which executes a pipeline and returns an `Operation` object containing metadata about the pipeline's status."],["Using the `RunPipeline` method requires the Life Sciences Service Agent to have access to the project, which is granted when the Cloud Life Sciences API is enabled, and it also requires the `lifesciences.workflows.run` IAM permission."],["There are three versions of this resource available: 2.0.0-beta06, 2.0.0-beta05 and 1.0.0-beta02, with 2.0.0-beta06 being the latest version."]]],[]]