Dialogflow v3 API - Class SecuritySettingsServiceClientBuilder (2.3.0)

public sealed class SecuritySettingsServiceClientBuilder : ClientBuilderBase<SecuritySettingsServiceClient>

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

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

Inheritance

Object > ClientBuilderBase<SecuritySettingsServiceClient> > SecuritySettingsServiceClientBuilder

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

SecuritySettingsServiceClientBuilder()

public SecuritySettingsServiceClientBuilder()

Creates a new builder with default settings.

Properties

Settings

public SecuritySettingsServiceSettings Settings { get; set; }

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

Property Value
TypeDescription
SecuritySettingsServiceSettings

Methods

Build()

public override SecuritySettingsServiceClient Build()

Builds the resulting client.

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

BuildAsync(CancellationToken)

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

Builds the resulting client asynchronously.

Parameter
NameDescription
cancellationTokenCancellationToken
Returns
TypeDescription
Task<SecuritySettingsServiceClient>
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.Dialogflow.Cx.V3.SecuritySettingsServiceClient>.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.SecuritySettingsServiceClient>.GetChannelPool()