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

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
Name Description
serviceImpl WorkflowsServiceV2BetaWorkflowsServiceV2BetaBase

An object implementing the server-side handling logic.

Returns
Type Description
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
Name Description
serviceBinder ServiceBinderBase

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

serviceImpl WorkflowsServiceV2BetaWorkflowsServiceV2BetaBase

An object implementing the server-side handling logic.