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"]],[["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 `RoutesConnection` object, which is essential for interacting with the `RoutesClient` in the Google Cloud Compute API, specifically within the context of C++ development."],["The content provides links to the documentation for various versions of the `RoutesConnection`, ranging from version 2.15.1 to the latest release candidate version 2.37.0-rc, along with the current version `2.29.0`."],["`RoutesConnection` facilitates custom behavior injection during testing, utilizing mock objects such as `MockRoutesConnection`."],["The `RoutesConnection` interface defines virtual methods for crucial operations like `DeleteRoute`, `GetRoute`, `InsertRoute`, and `ListRoutes`, all of which deal with route management within the compute environment."],["The webpage outlines specific functions within the `RoutesConnection`, which include, but are not limited to, how to retrieve options and perform deletion, insertion, and retrieval operations on routes, each method having a parameter for the request type, and a returned operation type."]]],[]]