Google Cloud Talent Solution v4beta1 API - Class JobServiceClientBuilder (3.0.0-beta04)

public sealed class JobServiceClientBuilder : ClientBuilderBase<JobServiceClient>

Reference documentation and code samples for the Google Cloud Talent Solution v4beta1 API class JobServiceClientBuilder.

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

Inheritance

object > ClientBuilderBaseJobServiceClient > JobServiceClientBuilder

Namespace

Google.Cloud.Talent.V4Beta1

Assembly

Google.Cloud.Talent.V4Beta1.dll

Constructors

JobServiceClientBuilder()

public JobServiceClientBuilder()

Creates a new builder with default settings.

Properties

Settings

public JobServiceSettings Settings { get; set; }

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

Property Value
TypeDescription
JobServiceSettings

Methods

Build()

public override JobServiceClient Build()

Builds the resulting client.

Returns
TypeDescription
JobServiceClient
Overrides

BuildAsync(CancellationToken)

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

Builds the resulting client asynchronously.

Parameter
NameDescription
cancellationTokenCancellationToken
Returns
TypeDescription
TaskJobServiceClient
Overrides

GetChannelPool()

protected override ChannelPool GetChannelPool()

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

Returns
TypeDescription
ChannelPool
Overrides