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 webpage provides documentation for the `IDSConnection` class, which is part of the Google Cloud IDS (Intrusion Detection System) C++ client library."],["The latest release candidate version of the documentation available is `2.37.0-rc`, and the webpage offers documentation for numerous previous versions, ranging back to `2.11.0`."],["`IDSConnection` defines virtual methods corresponding to the user-facing functions in `IDSClient`, allowing for the injection of custom behavior during testing."],["The documentation for `IDSConnection` details its core functions, including `ListEndpoints`, `GetEndpoint`, `CreateEndpoint`, and `DeleteEndpoint`, along with their parameters and return types."],["Users can create a concrete instance of the IDSConnection object using the `MakeIDSConnection()` function, or use `MockIDSConnection` for testing purposes."]]],[]]