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-14 UTC."],[[["This webpage 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 past versions going all the way back to 2.11.0."],["The `JobServiceConnection` object defines the interface for the `JobServiceClient`, offering virtual methods corresponding to the user-facing overload sets in `JobServiceClient`."],["The interface allows for the injection of custom behaviors, such as with a mock object, for testing the `JobServiceClient` via mocking."],["The `JobServiceConnection` class includes methods for various job-related operations, including `CreateJob`, `GetJob`, `UpdateJob`, `DeleteJob`, `ListJobs`, `SearchJobs`, `BatchCreateJobs`, `BatchUpdateJobs`, `BatchDeleteJobs`, and `SearchJobsForAlert`, all of which accept various request parameters and return the corresponding objects."],["It also contains functions to control the options and their return parameters of the `JobServiceConnection` object."]]],[]]