This interface defines virtual methods for each of the user-facing overload sets in RoutersClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type RoutersClient.
To create a concrete instance, see MakeRoutersConnection().
[[["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 webpage details the `RoutersConnection` interface, which defines virtual methods for each user-facing overload set in `RoutersClient`, allowing for custom behavior injection during testing."],["The latest release candidate for `RoutersConnection` is version 2.37.0-rc, with historical versions ranging from 2.15.1 to 2.36.0 also available, as well as having the current version displayed, 2.17.0."],["The `RoutersConnection` interface includes functions such as `AggregatedListRouters`, `DeleteRouter`, `GetRouter`, and `InsertRouter`, among others, for interacting with router resources."],["`MakeRoutersConnection()` is used to create a concrete instance of the connection, while `compute_routers_v1_mocks::MockRoutersConnection` can be used to mock the connection."]]],[]]