Infrastructure Manager v1 API - Class ConfigClientBuilder (1.3.0)

public sealed class ConfigClientBuilder : ClientBuilderBase<ConfigClient>

Reference documentation and code samples for the Infrastructure Manager v1 API class ConfigClientBuilder.

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

Inheritance

object > ClientBuilderBaseConfigClient > ConfigClientBuilder

Namespace

Google.Cloud.Config.V1

Assembly

Google.Cloud.Config.V1.dll

Constructors

ConfigClientBuilder()

public ConfigClientBuilder()

Creates a new builder with default settings.

Properties

Settings

public ConfigSettings Settings { get; set; }

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

Property Value
TypeDescription
ConfigSettings

Methods

Build()

public override ConfigClient Build()

Builds the resulting client.

Returns
TypeDescription
ConfigClient
Overrides

BuildAsync(CancellationToken)

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

Builds the resulting client asynchronously.

Parameter
NameDescription
cancellationTokenCancellationToken
Returns
TypeDescription
TaskConfigClient
Overrides

GetChannelPool()

protected override ChannelPool GetChannelPool()

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

Returns
TypeDescription
ChannelPool
Overrides