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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-26 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."]]],[]]