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.
Namespace
Google.Cloud.Language.V1Assembly
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 | |
---|---|
Type | Description |
string |
Settings
public LanguageServiceSettings Settings { get; set; }
The settings to use for RPCs, or null
for the default settings.
Property Value | |
---|---|
Type | Description |
LanguageServiceSettings |
Methods
Build()
public override LanguageServiceClient Build()
Builds the resulting client.
Returns | |
---|---|
Type | Description |
LanguageServiceClient |
BuildAsync(CancellationToken)
public override Task<LanguageServiceClient> BuildAsync(CancellationToken cancellationToken = default)
Builds the resulting client asynchronously.
Parameter | |
---|---|
Name | Description |
cancellationToken | CancellationToken |
Returns | |
---|---|
Type | Description |
TaskLanguageServiceClient |
GetChannelPool()
protected override ChannelPool GetChannelPool()
Returns the channel pool to use when no other options are specified.
Returns | |
---|---|
Type | Description |
ChannelPool |