Classes
FleetRoutingClient
A service for optimizing vehicle tours.
FleetRoutingConnection
The FleetRoutingConnection
object for FleetRoutingClient
.
FleetRoutingConnectionIdempotencyPolicy
FleetRoutingLimitedErrorCountRetryPolicy
A retry policy for FleetRoutingConnection
based on counting errors.
FleetRoutingLimitedTimeRetryPolicy
A retry policy for FleetRoutingConnection
based on elapsed time.
FleetRoutingRetryPolicy
The retry policy for FleetRoutingConnection
.
Structs
FleetRoutingBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
FleetRoutingConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
FleetRoutingPollingPolicyOption
Use with google::cloud::Options
to configure the long-running operations polling policy.
FleetRoutingRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
Functions
MakeFleetRoutingConnection(Options)
A factory function to construct an object of type FleetRoutingConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of FleetRoutingClient.
The optional options
argument may be used to configure aspects of the returned FleetRoutingConnection
. Expected options are any of the types in the following option lists:
Parameter | |
---|---|
Name | Description |
options |
(optional) Configure the |
Returns | |
---|---|
Type | Description |
std::shared_ptr< FleetRoutingConnection > |
MakeDefaultFleetRoutingConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< FleetRoutingConnectionIdempotencyPolicy > |