Google Cloud Dialogflow v2beta1 API - Class PhoneNumbersClientBuilder (1.0.0-beta22)

public sealed class PhoneNumbersClientBuilder : ClientBuilderBase<PhoneNumbersClient>

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class PhoneNumbersClientBuilder.

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

Inheritance

object > ClientBuilderBasePhoneNumbersClient > PhoneNumbersClientBuilder

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

PhoneNumbersClientBuilder()

public PhoneNumbersClientBuilder()

Creates a new builder with default settings.

Properties

Settings

public PhoneNumbersSettings Settings { get; set; }

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

Property Value
Type Description
PhoneNumbersSettings

Methods

Build()

public override PhoneNumbersClient Build()

Builds the resulting client.

Returns
Type Description
PhoneNumbersClient
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.Dialogflow.V2Beta1.PhoneNumbersClient>.Build()

BuildAsync(CancellationToken)

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

Builds the resulting client asynchronously.

Parameter
Name Description
cancellationToken CancellationToken
Returns
Type Description
TaskPhoneNumbersClient
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.Dialogflow.V2Beta1.PhoneNumbersClient>.BuildAsync(System.Threading.CancellationToken)

GetChannelPool()

protected override ChannelPool GetChannelPool()

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

Returns
Type Description
ChannelPool
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.Dialogflow.V2Beta1.PhoneNumbersClient>.GetChannelPool()