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