public static class WorkflowsServiceV2Beta
A service for running workflows, such as pipelines consisting of Docker containers.
Namespace
Google.Cloud.LifeSciences.V2BetaAssembly
Google.Cloud.LifeSciences.V2Beta.dll
Methods
BindService(WorkflowsServiceV2Beta.WorkflowsServiceV2BetaBase)
public static ServerServiceDefinition BindService(WorkflowsServiceV2Beta.WorkflowsServiceV2BetaBase serviceImpl)
Creates service definition that can be registered with a server
Parameter | |
---|---|
Name | Description |
serviceImpl | WorkflowsServiceV2Beta.WorkflowsServiceV2BetaBase An object implementing the server-side handling logic. |
Returns | |
---|---|
Type | Description |
ServerServiceDefinition |
BindService(ServiceBinderBase, WorkflowsServiceV2Beta.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 |
serviceImpl | WorkflowsServiceV2Beta.WorkflowsServiceV2BetaBase An object implementing the server-side handling logic. |