This interface defines virtual methods for each of the user-facing overload sets in FleetRoutingClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type FleetRoutingClient.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `FleetRoutingConnection` class within the Google Cloud Optimization C++ library, offering various version-specific documentation links, from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["The `FleetRoutingConnection` class serves as an interface that provides virtual methods corresponding to the user-facing methods available in the `FleetRoutingClient` class, designed to facilitate the injection of custom behavior during testing."],["The `FleetRoutingConnection` class includes functions like `OptimizeTours`, `BatchOptimizeTours`, and `options`, which provide functionalities for route optimization and request handling."],["Users can create concrete instances of the connection through the `MakeFleetRoutingConnection()` function, or use the `MockFleetRoutingConnection` class for mocking in testing scenarios."],["The latest and most stable version is `2.36.0`, with the Release Candidate `2.37.0-rc` being the absolute newest version."]]],[]]