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-05 UTC."],[[["This webpage details the `IDSConnection` object, which is utilized by `IDSClient` for defining virtual methods and enabling custom behavior injection in testing."],["The page lists available versions of the `IDSConnection`, with `2.37.0-rc` being the latest version."],["The `IDSConnection` object contains functions like `ListEndpoints`, `GetEndpoint`, `CreateEndpoint`, and `DeleteEndpoint`, which interact with `IDSClient` and are detailed on this page."],["`MakeIDSConnection()` is used to create concrete instances, and `MockIDSConnection` is used for mocking purposes."],["Each function listed on this page, such as `CreateEndpoint`, provides information about parameters, and return types, for example `StatusOr\u003c google::longrunning::Operation \u003e`."]]],[]]