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

public sealed class TenantServiceClientBuilder : ClientBuilderBase<TenantServiceClient>

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

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

Inheritance

object > ClientBuilderBaseTenantServiceClient > TenantServiceClientBuilder

Namespace

Google.Cloud.Talent.V4Beta1

Assembly

Google.Cloud.Talent.V4Beta1.dll

Constructors

TenantServiceClientBuilder()

public TenantServiceClientBuilder()

Creates a new builder with default settings.

Properties

Settings

public TenantServiceSettings Settings { get; set; }

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

Property Value
TypeDescription
TenantServiceSettings

Methods

Build()

public override TenantServiceClient Build()

Builds the resulting client.

Returns
TypeDescription
TenantServiceClient
Overrides

BuildAsync(CancellationToken)

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

Builds the resulting client asynchronously.

Parameter
NameDescription
cancellationTokenCancellationToken
Returns
TypeDescription
TaskTenantServiceClient
Overrides

GetChannelPool()

protected override ChannelPool GetChannelPool()

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

Returns
TypeDescription
ChannelPool
Overrides