This interface defines virtual methods for each of the user-facing overload sets in RoutesClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type RoutesClient.
To create a concrete instance, see MakeRoutesConnection().
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-26 UTC."],[[["This webpage details the `RoutesConnection` object for `RoutesClient`, covering versions from 2.15.1 up to the latest release candidate 2.37.0-rc."],["`RoutesConnection` defines virtual methods that mirror the user-facing overload sets in `RoutesClient`, enabling the injection of custom behavior for testing."],["The document describes the virtual methods `DeleteRoute`, `GetRoute`, `InsertRoute`, and `ListRoutes`, along with their parameters and return types."],["The `MakeRoutesConnection()` function is provided to create a concrete instance of `RoutesConnection`, while `compute_routes_v1_mocks::MockRoutesConnection` is available for mocking."],["This content showcases the options available when interacting with the compute routes API, including how to manage operations and retrieve route information."]]],[]]