Class RoutesClientBuilder
Builder class for RoutesClient to provide simple configuration of credentials, endpoint etc.
Inherited Members
Namespace: Google.Maps.Routing.V2
Assembly: Google.Maps.Routing.V2.dll
Syntax
public sealed class RoutesClientBuilder : ClientBuilderBase<RoutesClient>
Constructors
RoutesClientBuilder()
Creates a new builder with default settings.
Declaration
public RoutesClientBuilder()
Properties
Settings
The settings to use for RPCs, or null
for the default settings.
Declaration
public RoutesSettings Settings { get; set; }
Property Value
Type | Description |
---|---|
RoutesSettings |
Methods
Build()
Builds the resulting client.
Declaration
public override RoutesClient Build()
Returns
Type | Description |
---|---|
RoutesClient |
Overrides
BuildAsync(CancellationToken)
Builds the resulting client asynchronously.
Declaration
public override Task<RoutesClient> BuildAsync(CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CancellationToken | cancellationToken |
Returns
Type | Description |
---|---|
Task<RoutesClient> |
Overrides
GetChannelPool()
Returns the channel pool to use when no other options are specified.
Declaration
protected override ChannelPool GetChannelPool()
Returns
Type | Description |
---|---|
ChannelPool |