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.
Namespace
Google.Cloud.Config.V1Assembly
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 | |
---|---|
Type | Description |
ConfigSettings |
Methods
Build()
public override ConfigClient Build()
Builds the resulting client.
Returns | |
---|---|
Type | Description |
ConfigClient |
BuildAsync(CancellationToken)
public override Task<ConfigClient> BuildAsync(CancellationToken cancellationToken = default)
Builds the resulting client asynchronously.
Parameter | |
---|---|
Name | Description |
cancellationToken | CancellationToken |
Returns | |
---|---|
Type | Description |
TaskConfigClient |
GetChannelPool()
protected override ChannelPool GetChannelPool()
Returns the channel pool to use when no other options are specified.
Returns | |
---|---|
Type | Description |
ChannelPool |