This interface defines virtual methods for each of the user-facing overload sets in EventServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type EventServiceClient.
[[["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 page lists different versions of the `EventServiceConnection` class, ranging from the latest release candidate, version 2.37.0-rc, down to version 2.11.0."],["`EventServiceConnection` defines virtual methods for each user-facing overload set in `EventServiceClient`, which enables custom behavior injection, such as with a Google Mock object, during testing."],["The `EventServiceConnection` object is paired with `EventServiceClient` for its operations, and a concrete instance can be created using the `MakeEventServiceConnection()` function."],["Users can utilize `talent_v4_mocks::MockEventServiceConnection` for mocking purposes."],["It has two defined virtual functions, `options()`, which has a return type of Options, and `CreateClientEvent(google::cloud::talent::v4::CreateClientEventRequest const &)`, which takes a parameter named `request`, and has a return type of StatusOr\u003c google::cloud::talent::v4::ClientEvent \u003e."]]],[]]