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 outlines the `IDSConnection` object for `IDSClient`, which provides an interface for user-facing overload sets in `IDSClient`."],["The `IDSConnection` class allows for the injection of custom behavior in tests, often using mocking objects like `MockIDSConnection`."],["The document lists various versions of `IDSConnection`, with version 2.37.0-rc being the latest and links to each of them with detailed information about each."],["`IDSConnection` functions include managing endpoints, with methods such as `ListEndpoints`, `GetEndpoint`, `CreateEndpoint`, and `DeleteEndpoint`."],["Each function within `IDSConnection` lists its parameters, return types, and a brief description for developers to understand each function."]]],[]]