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 details the `IDSConnection` object, which provides an interface for interacting with the `IDSClient`."],["The `IDSConnection` interface defines virtual methods that mirror the user-facing overload sets found in `IDSClient`, facilitating custom behavior injection for testing purposes."],["Users can create concrete instances of `IDSConnection` using `MakeIDSConnection()`, while `ids_v1_mocks::MockIDSConnection` supports mocking for testing."],["The document lists numerous available versions of the service, with version 2.37.0-rc being the latest available, and each entry in the list linking to its respective documentation."],["The `IDSConnection` interface provides virtual methods for functions like `ListEndpoints`, `GetEndpoint`, `CreateEndpoint`, and `DeleteEndpoint`, each accepting specific request objects and returning designated types."]]],[]]