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 document details the `IDSConnection` object, which is utilized by `IDSClient` for interaction with the IDS service."],["Version 2.37.0-rc is the latest version documented, followed by a list of versions going back to 2.11.0, and includes version 2.28.0, which is the current context's version."],["`IDSConnection` provides virtual methods like `ListEndpoints`, `GetEndpoint`, `CreateEndpoint`, and `DeleteEndpoint` to interact with the IDS service, each with various parameter and return types."],["The document explains that `IDSConnection` allows for the injection of custom behavior during testing, such as using Google Mock objects."],["It also details the necessary steps and information for creating a `IDSConnection` instance, and how to use the mocked version in testing."]]],[]]