This interface defines virtual methods for each of the user-facing overload sets in UserEventServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type UserEventServiceClient.
[[["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."],[[["The `UserEventServiceConnection` object provides virtual methods for each user-facing overload set in `UserEventServiceClient`, enabling custom behavior in testing."],["The latest version of `UserEventServiceConnection` is 2.37.0-rc, and a list of all other previous versions are available to view, ranging down to version 2.15.1."],["It supports operations like `WriteUserEvent`, `CollectUserEvent`, `PurgeUserEvents`, and `ImportUserEvents`, each with their own specific request types and return values."],["The interface allows for mocking via `discoveryengine_v1_mocks::MockUserEventServiceConnection`, and concrete instances can be created using `MakeUserEventServiceConnection()`."],["There are functions to manage operations, such as `ListOperations`, `GetOperation`, and `CancelOperation`, using `google::longrunning` requests and operation types."]]],[]]