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."],[[["The page provides documentation for the `IDSConnection` object, which is part of the `IDSClient` interface, and offers virtual methods for user-facing operations."],["The most recent version of the documentation available is version 2.37.0-rc, with several preceding versions listed, back to 2.11.0."],["`IDSConnection` facilitates the injection of custom behavior, like using a Google Mock object, for testing `IDSClient` objects."],["The documentation includes details on various virtual functions, such as `ListEndpoints`, `GetEndpoint`, `CreateEndpoint`, and `DeleteEndpoint`, along with their parameters and return types."],["The `IDSConnection` can be instanced through `MakeIDSConnection()` or mocked via `ids_v1_mocks::MockIDSConnection`."]]],[]]