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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eWorkflowsServiceV2Beta.WorkflowsServiceV2BetaBase\u003c/code\u003e class is the base for server-side implementations of the WorkflowsServiceV2Beta in the Cloud Life Sciences v2beta API.\u003c/p\u003e\n"],["\u003cp\u003eThis class is part of the \u003ccode\u003eGoogle.Cloud.LifeSciences.V2Beta\u003c/code\u003e namespace within the Google.Cloud.LifeSciences.V2Beta.dll assembly.\u003c/p\u003e\n"],["\u003cp\u003eThe primary method within this class is \u003ccode\u003eRunPipeline\u003c/code\u003e, which executes a pipeline and returns an \u003ccode\u003eOperation\u003c/code\u003e object containing metadata about the pipeline's status.\u003c/p\u003e\n"],["\u003cp\u003eUsing the \u003ccode\u003eRunPipeline\u003c/code\u003e 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 \u003ccode\u003elifesciences.workflows.run\u003c/code\u003e IAM permission.\u003c/p\u003e\n"],["\u003cp\u003eThere 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.\u003c/p\u003e\n"]]],[],null,["# Cloud Life Sciences v2beta API - Class WorkflowsServiceV2Beta.WorkflowsServiceV2BetaBase (2.0.0-beta06)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta06 (latest)](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/latest/Google.Cloud.LifeSciences.V2Beta.WorkflowsServiceV2Beta.WorkflowsServiceV2BetaBase)\n- [2.0.0-beta05](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/2.0.0-beta05/Google.Cloud.LifeSciences.V2Beta.WorkflowsServiceV2Beta.WorkflowsServiceV2BetaBase)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/1.0.0-beta02/Google.Cloud.LifeSciences.V2Beta.WorkflowsServiceV2Beta.WorkflowsServiceV2BetaBase) \n\n [BindServiceMethod(typeof(WorkflowsServiceV2Beta), \"BindService\")]\n public abstract class WorkflowsServiceV2Beta.WorkflowsServiceV2BetaBase\n\nReference documentation and code samples for the Cloud Life Sciences v2beta API class WorkflowsServiceV2Beta.WorkflowsServiceV2BetaBase.\n\nBase class for server-side implementations of WorkflowsServiceV2Beta \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e WorkflowsServiceV2Beta.WorkflowsServiceV2BetaBase \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.LifeSciences.V2Beta](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/latest/Google.Cloud.LifeSciences.V2Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.LifeSciences.V2Beta.dll\n\nMethods\n-------\n\n### RunPipeline(RunPipelineRequest, ServerCallContext)\n\n public virtual Task\u003cOperation\u003e RunPipeline(RunPipelineRequest request, ServerCallContext context)\n\nRuns a pipeline. The returned Operation's \\[metadata\\]\n\\[google.longrunning.Operation.metadata\\] field will contain a\n\\[google.cloud.lifesciences.v2beta.Metadata\\]\\[google.cloud.lifesciences.v2beta.Metadata\\]\nobject describing the status of the pipeline execution. The\n\\[response\\]\\[google.longrunning.Operation.response\\] field will contain a\n\\[google.cloud.lifesciences.v2beta.RunPipelineResponse\\]\\[google.cloud.lifesciences.v2beta.RunPipelineResponse\\]\nobject if the pipeline completes successfully.\n\n**Note:** Before you can use this method, the *Life Sciences Service Agent*\nmust have access to your project. This is done automatically when the\nCloud Life Sciences API is first enabled, but if you delete this permission\nyou must disable and re-enable the API to grant the Life Sciences\nService Agent the required permissions.\nAuthorization requires the following [Google\nIAM](https://cloud.google.com/iam/) permission:\n\n- `lifesciences.workflows.run`"]]