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-21 UTC."],[[["This document details the `InterconnectsConnection` object, which acts as an interface for the `InterconnectsClient` and allows users to inject custom behaviors for testing."],["The latest version of the documentation is 2.37.0-rc, and it includes information for several past versions, starting from version 2.15.1."],["`InterconnectsConnection` supports various virtual methods for managing interconnects, such as deleting, getting, inserting, listing, patching, and setting labels, alongside supporting asynchronous and synchronous operation return types."],["The document offers insights into creating concrete instances using `MakeInterconnectsConnection()` and mocking using `MockInterconnectsConnection`."],["Each function in the `InterconnectsConnection` like `DeleteInterconnect` or `GetDiagnostics` contain a parameter section and a returns section, and most of the functions have multiple overloads to use, some taking a NoAwaitTag to return a StatusOr\u003c Operation \u003e type and some returning a future\u003c StatusOr\u003c Operation \u003e \u003e."]]],[]]