This interface defines virtual methods for each of the user-facing overload sets in IDSClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type IDSClient.
[[["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-14 UTC."],[[["This document provides documentation for the `IDSConnection` object, which is used in conjunction with `IDSClient`."],["The `IDSConnection` interface defines virtual methods corresponding to user-facing overload sets within `IDSClient`, enabling custom behavior injection for testing."],["The latest version of the documentation is for `2.37.0-rc`, and the current documented version is 2.11.0, with links available for other versions from `2.11.0` up to `2.37.0-rc`."],["The document covers functions such as `ListEndpoints`, `GetEndpoint`, `CreateEndpoint`, and `DeleteEndpoint`, detailing their parameters and return types."],["To create a concrete instance of the `IDSConnection`, the user can use the `MakeIDSConnection()` function, and for testing or mocking purposes, `ids_v1_mocks::MockIDSConnection` can be used."]]],[]]