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 document outlines the `InterconnectsConnection` interface, which provides virtual methods corresponding to each user-facing overload set in `InterconnectsClient`."],["The `InterconnectsConnection` interface enables the injection of custom behaviors during testing, such as using Google Mock objects, by implementing virtual methods like `DeleteInterconnect`, `GetInterconnect`, `InsertInterconnect`, `PatchInterconnect`, and `SetLabels`."],["The latest version for this interface is `2.37.0-rc`, with numerous prior versions listed, down to `2.15.1`, showcasing the version history and allowing access to relevant documentation for each."],["`InterconnectsConnection` uses a series of request parameters for different functions, with each of these functions returning different types, such as futures, statusOr, or stream ranges."]]],[]]