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 details the `InterconnectsConnection` object, which is part of the Google Cloud C++ Compute library, specifically for the Interconnects service, and is designed to manage the connection to the Interconnects client."],["The `InterconnectsConnection` interface defines virtual methods for various operations, including deleting, getting, inserting, listing, patching, and setting labels for interconnect resources, which can be accessed by user-facing overload sets found in the InterconnectsClient."],["The latest release candidate version is `2.37.0-rc`, and the document provides links to multiple previous versions of the `InterconnectsConnection` class, ranging from `2.36.0` to `2.15.1`, along with the current page version `2.22.0`."],["This interface is mockable with `compute_interconnects_v1_mocks::MockInterconnectsConnection`, allowing for custom behaviors to be injected when conducting tests that use objects of type `InterconnectsClient`."],["A concrete instance of this class can be created via `MakeInterconnectsConnection()`."]]],[]]