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 page provides documentation for the `IDSConnection` object, which is used in conjunction with `IDSClient`."],["The `IDSConnection` interface allows for the injection of custom behaviors, particularly useful for testing `IDSClient` objects using tools like Google Mock."],["The content provides access to various versions of the IDS API, ranging from 2.11.0 up to the latest release candidate 2.37.0-rc, along with version 2.15.1 currently being the focused version."],["`IDSConnection` defines several virtual methods, including `options()`, `ListEndpoints()`, `GetEndpoint()`, `CreateEndpoint()`, and `DeleteEndpoint()`, for interacting with the IDS service."],["The `MakeIDSConnection()` function is available for creating concrete instances of `IDSConnection`, while `MockIDSConnection` can be used for mocking in tests."]]],[]]