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 outlines the `IDSConnection` interface for `IDSClient`, which provides methods for interacting with the Intrusion Detection System (IDS)."],["The `IDSConnection` interface supports various operations, including listing, getting, creating, and deleting endpoints."],["The latest release candidate is version 2.37.0-rc, while the current version of focus is 2.33.0, with other versions listed for context."],["Users can inject custom behavior into the `IDSClient` using this interface, for instance for creating mocks for testing purposes."],["The interface utilizes `Options` for configurations and `StreamRange` for handling lists of endpoints, as well as several methods for longrunning operations."]]],[]]