Cloud Optimization v1 API - Class FleetRoutingClientBuilder (2.4.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
TypeDescription
FleetRoutingSettings

Methods

Build()

public override FleetRoutingClient Build()

Builds the resulting client.

Returns
TypeDescription
FleetRoutingClient
Overrides

BuildAsync(CancellationToken)

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

Builds the resulting client asynchronously.

Parameter
NameDescription
cancellationTokenCancellationToken
Returns
TypeDescription
TaskFleetRoutingClient
Overrides

GetChannelPool()

protected override ChannelPool GetChannelPool()

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

Returns
TypeDescription
ChannelPool
Overrides