Google Cloud Natural Language v1 API - Class LanguageServiceClientBuilder (3.6.0)

public sealed class LanguageServiceClientBuilder : ClientBuilderBase<LanguageServiceClient>

Reference documentation and code samples for the Google Cloud Natural Language v1 API class LanguageServiceClientBuilder.

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

Inheritance

object > ClientBuilderBaseLanguageServiceClient > LanguageServiceClientBuilder

Namespace

Google.Cloud.Language.V1

Assembly

Google.Cloud.Language.V1.dll

Constructors

LanguageServiceClientBuilder()

public LanguageServiceClientBuilder()

Creates a new builder with default settings.

Properties

ApiKey

public string ApiKey { get; set; }

An API key to use instead of an authenticated credential. When this is set, no other credential-related properties should be set.

Property Value
TypeDescription
string

Settings

public LanguageServiceSettings Settings { get; set; }

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

Property Value
TypeDescription
LanguageServiceSettings

Methods

Build()

public override LanguageServiceClient Build()

Builds the resulting client.

Returns
TypeDescription
LanguageServiceClient
Overrides

BuildAsync(CancellationToken)

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

Builds the resulting client asynchronously.

Parameter
NameDescription
cancellationTokenCancellationToken
Returns
TypeDescription
TaskLanguageServiceClient
Overrides

GetChannelPool()

protected override ChannelPool GetChannelPool()

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

Returns
TypeDescription
ChannelPool
Overrides