Class PagesClientBuilder (2.0.0)

public sealed class PagesClientBuilder : ClientBuilderBase<PagesClient>

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

Inheritance

Object > ClientBuilderBase<PagesClient> > PagesClientBuilder

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

PagesClientBuilder()

public PagesClientBuilder()

Creates a new builder with default settings.

Properties

Settings

public PagesSettings Settings { get; set; }

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

Property Value
TypeDescription
PagesSettings

Methods

Build()

public override PagesClient Build()

Builds the resulting client.

Returns
TypeDescription
PagesClient
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.Dialogflow.Cx.V3.PagesClient>.Build()

BuildAsync(CancellationToken)

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

Builds the resulting client asynchronously.

Parameter
NameDescription
cancellationTokenCancellationToken
Returns
TypeDescription
Task<PagesClient>
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.Dialogflow.Cx.V3.PagesClient>.BuildAsync(System.Threading.CancellationToken)

GetChannelPool()

protected override ChannelPool GetChannelPool()

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

Returns
TypeDescription
ChannelPool
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.Dialogflow.Cx.V3.PagesClient>.GetChannelPool()