This interface defines virtual methods for each of the user-facing overload sets in InterconnectsClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type InterconnectsClient.
To create a concrete instance, see MakeInterconnectsConnection().
[[["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 `InterconnectsConnection` object, which is integral to the `InterconnectsClient` for Google Cloud Compute services."],["The `InterconnectsConnection` interface allows for the customization of behaviors, particularly useful in testing scenarios using mock objects."],["The latest version available is 2.37.0-rc, and the webpage includes links to the documentation for various versions, ranging from 2.15.1 to the latest."],["The page provides documentation on several virtual functions of the `InterconnectsConnection` object, including `DeleteInterconnects`, `GetInterconnects`, `GetDiagnostics`, `InsertInterconnects`, `ListInterconnects`, `PatchInterconnects`, and `SetLabels`."],["A concrete instance can be created by using `MakeInterconnectsConnection()`, and `MockInterconnectsConnection` can be used to create a mock."]]],[]]