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-15 UTC."],[[["This webpage details the `InterconnectsConnection` object, which works with `InterconnectsClient` and is part of the Google Cloud Compute Interconnects API."],["The `InterconnectsConnection` interface defines virtual methods corresponding to the user-facing overload sets in `InterconnectsClient`, enabling custom behavior for testing purposes."],["The latest version is `2.37.0-rc`, and the page provides links to documentation for numerous prior versions, dating back to `2.15.1`, in addition to information for the current version, `2.19.0`."],["Key functions of the `InterconnectsConnection` object include `DeleteInterconnect`, `GetInterconnect`, `GetDiagnostics`, `GetMacsecConfig`, `InsertInterconnect`, `ListInterconnects`, `PatchInterconnect`, and `SetLabels`, each with specific request and return types."],["The object can be mocked using `MockInterconnectsConnection` and a concrete instance can be created using `MakeInterconnectsConnection()`."]]],[]]