Workflows v1beta API - Class WorkflowsClientBuilder (2.0.0-beta04)

public sealed class WorkflowsClientBuilder : ClientBuilderBase<WorkflowsClient>

Reference documentation and code samples for the Workflows v1beta API class WorkflowsClientBuilder.

Builder class for WorkflowsClient to provide simple configuration of credentials, endpoint etc.

Inheritance

object > ClientBuilderBaseWorkflowsClient > WorkflowsClientBuilder

Namespace

Google.Cloud.Workflows.V1Beta

Assembly

Google.Cloud.Workflows.V1Beta.dll

Constructors

WorkflowsClientBuilder()

public WorkflowsClientBuilder()

Creates a new builder with default settings.

Properties

Settings

public WorkflowsSettings Settings { get; set; }

The settings to use for RPCs, or null for the default settings.

Property Value
TypeDescription
WorkflowsSettings

Methods

Build()

public override WorkflowsClient Build()

Builds the resulting client.

Returns
TypeDescription
WorkflowsClient
Overrides

BuildAsync(CancellationToken)

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

Builds the resulting client asynchronously.

Parameter
NameDescription
cancellationTokenCancellationToken
Returns
TypeDescription
TaskWorkflowsClient
Overrides

GetChannelPool()

protected override ChannelPool GetChannelPool()

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

Returns
TypeDescription
ChannelPool
Overrides