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-05 UTC."],[[["This page details the `FleetRoutingConnection` class, which provides an interface for the `FleetRoutingClient` in the Google Cloud Optimization v1 library."],["The `FleetRoutingConnection` class enables users to implement custom behaviors, especially for testing purposes, by injecting mock objects."],["The latest release candidate version of this library is 2.37.0-rc, and there are numerous stable versions available, ranging down to 2.11.0."],["This interface includes virtual methods for `OptimizeTours`, `BatchOptimizeTours` and `GetOperation`, handling requests and returning appropriate responses."],["`MakeFleetRoutingConnection()` can be used to create concrete instances while `optimization_v1_mocks::MockFleetRoutingConnection` allows for the creation of mocks."]]],[]]