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

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 > WorkflowsServiceV2BetaClientBuilder

Namespace

Google.Cloud.LifeSciences.V2Beta

Assembly

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
TypeDescription
WorkflowsServiceV2BetaSettings

Methods

Build()

public override WorkflowsServiceV2BetaClient Build()

Builds the resulting client.

Returns
TypeDescription
WorkflowsServiceV2BetaClient
Overrides

BuildAsync(CancellationToken)

public override Task<WorkflowsServiceV2BetaClient> BuildAsync(CancellationToken cancellationToken = default)

Builds the resulting client asynchronously.

Parameter
NameDescription
cancellationTokenCancellationToken
Returns
TypeDescription
TaskWorkflowsServiceV2BetaClient
Overrides

GetChannelPool()

protected override ChannelPool GetChannelPool()

Returns the channel pool to use when no other options are specified.

Returns
TypeDescription
ChannelPool
Overrides