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

public sealed class EventServiceClientBuilder : ClientBuilderBase<EventServiceClient>

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

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

Inheritance

object > ClientBuilderBaseEventServiceClient > EventServiceClientBuilder

Namespace

Google.Cloud.Talent.V4Beta1

Assembly

Google.Cloud.Talent.V4Beta1.dll

Constructors

EventServiceClientBuilder()

public EventServiceClientBuilder()

Creates a new builder with default settings.

Properties

Settings

public EventServiceSettings Settings { get; set; }

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

Property Value
TypeDescription
EventServiceSettings

Methods

Build()

public override EventServiceClient Build()

Builds the resulting client.

Returns
TypeDescription
EventServiceClient
Overrides

BuildAsync(CancellationToken)

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

Builds the resulting client asynchronously.

Parameter
NameDescription
cancellationTokenCancellationToken
Returns
TypeDescription
TaskEventServiceClient
Overrides

GetChannelPool()

protected override ChannelPool GetChannelPool()

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

Returns
TypeDescription
ChannelPool
Overrides