Cloud Life Sciences v2beta API - Class WorkflowsServiceV2Beta (2.0.0-beta05)

public static class WorkflowsServiceV2Beta

Reference documentation and code samples for the Cloud Life Sciences v2beta API class WorkflowsServiceV2Beta.

A service for running workflows, such as pipelines consisting of Docker containers.

Inheritance

object > WorkflowsServiceV2Beta

Namespace

Google.Cloud.LifeSciences.V2Beta

Assembly

Google.Cloud.LifeSciences.V2Beta.dll

Methods

BindService(WorkflowsServiceV2BetaBase)

public static ServerServiceDefinition BindService(WorkflowsServiceV2Beta.WorkflowsServiceV2BetaBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
NameDescription
serviceImplWorkflowsServiceV2BetaWorkflowsServiceV2BetaBase

An object implementing the server-side handling logic.

Returns
TypeDescription
ServerServiceDefinition

BindService(ServiceBinderBase, WorkflowsServiceV2BetaBase)

public static void BindService(ServiceBinderBase serviceBinder, WorkflowsServiceV2Beta.WorkflowsServiceV2BetaBase serviceImpl)

Register service method with a service binder with or without implementation. Useful when customizing the service binding logic. Note: this method is part of an experimental API that can change or be removed without any prior notice.

Parameters
NameDescription
serviceBinderServiceBinderBase

Service methods will be bound by calling AddMethod on this object.

serviceImplWorkflowsServiceV2BetaWorkflowsServiceV2BetaBase

An object implementing the server-side handling logic.