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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["\u003cp\u003eThis document details the \u003ccode\u003eInterconnectsConnection\u003c/code\u003e object, which acts as an interface for the \u003ccode\u003eInterconnectsClient\u003c/code\u003e and allows users to inject custom behaviors for testing.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the documentation is 2.37.0-rc, and it includes information for several past versions, starting from version 2.15.1.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eInterconnectsConnection\u003c/code\u003e 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.\u003c/p\u003e\n"],["\u003cp\u003eThe document offers insights into creating concrete instances using \u003ccode\u003eMakeInterconnectsConnection()\u003c/code\u003e and mocking using \u003ccode\u003eMockInterconnectsConnection\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eEach function in the \u003ccode\u003eInterconnectsConnection\u003c/code\u003e like \u003ccode\u003eDeleteInterconnect\u003c/code\u003e or \u003ccode\u003eGetDiagnostics\u003c/code\u003e 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< Operation > type and some returning a future< StatusOr< Operation > >.\u003c/p\u003e\n"]]],[],null,[]]