Google Cloud Talent Solution v4 API - Class CompletionClientBuilder (2.5.0)

public sealed class CompletionClientBuilder : ClientBuilderBase<CompletionClient>

Reference documentation and code samples for the Google Cloud Talent Solution v4 API class CompletionClientBuilder.

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

Inheritance

object > ClientBuilderBaseCompletionClient > CompletionClientBuilder

Namespace

Google.Cloud.Talent.V4

Assembly

Google.Cloud.Talent.V4.dll

Constructors

CompletionClientBuilder()

public CompletionClientBuilder()

Creates a new builder with default settings.

Properties

Settings

public CompletionSettings Settings { get; set; }

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

Property Value
TypeDescription
CompletionSettings

Methods

Build()

public override CompletionClient Build()

Builds the resulting client.

Returns
TypeDescription
CompletionClient
Overrides

BuildAsync(CancellationToken)

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

Builds the resulting client asynchronously.

Parameter
NameDescription
cancellationTokenCancellationToken
Returns
TypeDescription
TaskCompletionClient
Overrides

GetChannelPool()

protected override ChannelPool GetChannelPool()

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

Returns
TypeDescription
ChannelPool
Overrides