public sealed class InsightsConfigServiceClientBuilder : ClientBuilderBase<InsightsConfigServiceClient>
Reference documentation and code samples for the Developer Connect v1 API class InsightsConfigServiceClientBuilder.
Builder class for InsightsConfigServiceClient to provide simple configuration of credentials, endpoint etc.
Inheritance
object > ClientBuilderBaseInsightsConfigServiceClient > InsightsConfigServiceClientBuilderNamespace
Google.Cloud.DeveloperConnect.V1Assembly
Google.Cloud.DeveloperConnect.V1.dll
Constructors
InsightsConfigServiceClientBuilder()
public InsightsConfigServiceClientBuilder()
Creates a new builder with default settings.
Properties
Settings
public InsightsConfigServiceSettings Settings { get; set; }
The settings to use for RPCs, or null
for the default settings.
Property Value | |
---|---|
Type | Description |
InsightsConfigServiceSettings |
Methods
Build()
public override InsightsConfigServiceClient Build()
Builds the resulting client.
Returns | |
---|---|
Type | Description |
InsightsConfigServiceClient |
BuildAsync(CancellationToken)
public override Task<InsightsConfigServiceClient> BuildAsync(CancellationToken cancellationToken = default)
Builds the resulting client asynchronously.
Parameter | |
---|---|
Name | Description |
cancellationToken |
CancellationToken |
Returns | |
---|---|
Type | Description |
TaskInsightsConfigServiceClient |
GetChannelPool()
protected override ChannelPool GetChannelPool()
Returns the channel pool to use when no other options are specified.
Returns | |
---|---|
Type | Description |
ChannelPool |