Cloud Optimization v1 API - Class FleetRoutingClientBuilder (2.6.0)

public sealed class FleetRoutingClientBuilder : ClientBuilderBase<FleetRoutingClient>

Reference documentation and code samples for the Cloud Optimization v1 API class FleetRoutingClientBuilder.

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

Inheritance

object > ClientBuilderBaseFleetRoutingClient > FleetRoutingClientBuilder

Namespace

Google.Cloud.Optimization.V1

Assembly

Google.Cloud.Optimization.V1.dll

Constructors

FleetRoutingClientBuilder()

public FleetRoutingClientBuilder()

Creates a new builder with default settings.

Properties

Settings

public FleetRoutingSettings Settings { get; set; }

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

Property Value
Type Description
FleetRoutingSettings

Methods

Build()

public override FleetRoutingClient Build()

Builds the resulting client.

Returns
Type Description
FleetRoutingClient
Overrides

BuildAsync(CancellationToken)

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

Builds the resulting client asynchronously.

Parameter
Name Description
cancellationToken CancellationToken
Returns
Type Description
TaskFleetRoutingClient
Overrides

GetChannelPool()

protected override ChannelPool GetChannelPool()

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

Returns
Type Description
ChannelPool
Overrides