Dialogflow v3 API - Class ChangelogsClientBuilder (2.17.0)

public sealed class ChangelogsClientBuilder : ClientBuilderBase<ChangelogsClient>

Reference documentation and code samples for the Dialogflow v3 API class ChangelogsClientBuilder.

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

Inheritance

object > ClientBuilderBaseChangelogsClient > ChangelogsClientBuilder

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

ChangelogsClientBuilder()

public ChangelogsClientBuilder()

Creates a new builder with default settings.

Properties

Settings

public ChangelogsSettings Settings { get; set; }

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

Property Value
TypeDescription
ChangelogsSettings

Methods

Build()

public override ChangelogsClient Build()

Builds the resulting client.

Returns
TypeDescription
ChangelogsClient
Overrides

BuildAsync(CancellationToken)

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

Builds the resulting client asynchronously.

Parameter
NameDescription
cancellationTokenCancellationToken
Returns
TypeDescription
TaskChangelogsClient
Overrides

GetChannelPool()

protected override ChannelPool GetChannelPool()

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

Returns
TypeDescription
ChannelPool
Overrides