This interface defines virtual methods for each of the user-facing overload sets in JobServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type JobServiceClient.
[[["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-21 UTC."],[[["The page provides documentation for the `JobServiceConnection` class within the Google Cloud Talent V4 C++ library, with the latest version being 2.37.0-rc and a list of prior versions going all the way back to 2.11.0."],["`JobServiceConnection` defines the virtual methods for user-facing overload sets in `JobServiceClient`, allowing users to implement custom behavior for testing purposes, and concrete instances can be made with `MakeJobServiceConnection()`."],["The documentation details various functions available within `JobServiceConnection`, including `CreateJob`, `BatchCreateJobs`, `GetJob`, `UpdateJob`, `BatchUpdateJobs`, `DeleteJob`, `BatchDeleteJobs`, `ListJobs`, `SearchJobs`, and `SearchJobsForAlert`, along with their respective parameters and return types."],["It also allows for mocking via `talent_v4_mocks::MockJobServiceConnection`."]]],[]]