public sealed class WorkflowsServiceV2BetaClientBuilder : ClientBuilderBase<WorkflowsServiceV2BetaClient>Reference documentation and code samples for the Cloud Life Sciences v2beta API class WorkflowsServiceV2BetaClientBuilder.
Builder class for WorkflowsServiceV2BetaClient to provide simple configuration of credentials, endpoint etc.
Inheritance
object > ClientBuilderBaseWorkflowsServiceV2BetaClient > WorkflowsServiceV2BetaClientBuilderNamespace
Google.Cloud.LifeSciences.V2BetaAssembly
Google.Cloud.LifeSciences.V2Beta.dll
Constructors
WorkflowsServiceV2BetaClientBuilder()
public WorkflowsServiceV2BetaClientBuilder()Creates a new builder with default settings.
Properties
Settings
public WorkflowsServiceV2BetaSettings Settings { get; set; }The settings to use for RPCs, or null for the default settings.
| Property Value | |
|---|---|
| Type | Description |
WorkflowsServiceV2BetaSettings |
|
Methods
Build()
public override WorkflowsServiceV2BetaClient Build()Builds the resulting client.
| Returns | |
|---|---|
| Type | Description |
WorkflowsServiceV2BetaClient |
|
BuildAsync(CancellationToken)
public override Task<WorkflowsServiceV2BetaClient> BuildAsync(CancellationToken cancellationToken = default)Builds the resulting client asynchronously.
| Parameter | |
|---|---|
| Name | Description |
cancellationToken |
CancellationToken |
| Returns | |
|---|---|
| Type | Description |
TaskWorkflowsServiceV2BetaClient |
|
GetChannelPool()
protected override ChannelPool GetChannelPool()Returns the channel pool to use when no other options are specified.
| Returns | |
|---|---|
| Type | Description |
ChannelPool |
|