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` for interacting with the IDS (Intrusion Detection System) service."],["The latest version of `IDSConnection` is version 2.37.0-rc, with a comprehensive list of previous versions dating back to 2.11.0, available for browsing and reference."],["`IDSConnection` offers virtual methods such as `options()`, `ListEndpoints()`, `GetEndpoint()`, `CreateEndpoint()`, and `DeleteEndpoint()`, that mirror the user-facing overload sets found in `IDSClient`."],["The documentation outlines how to create a concrete `IDSConnection` instance using `MakeIDSConnection()` and how to implement mocking using `MockIDSConnection`."],["The tables provided detail the parameters and return types for each of the `IDSConnection` virtual functions."]]],[]]