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-04-22 UTC."],[[["The `JobServiceConnection` interface provides virtual methods mirroring the user-facing overload sets in `JobServiceClient`, enabling custom behavior injection for testing."],["This documentation details the `JobServiceConnection` object within version 2.36.0 of the Google Cloud Talent C++ library, with links to previous versions and the most up to date pre-release version."],["You can create a concrete instance of `JobServiceConnection` using the `MakeJobServiceConnection()` function, or you can utilize `MockJobServiceConnection` for testing purposes."],["This interface allows for various job operations, including creating, updating, deleting, listing, and searching jobs, with individual and batch processing capabilities."],["The document provides information on the functions associated with `JobServiceConnection` such as `CreateJob`, `BatchCreateJobs`, `GetJob`, `UpdateJob`, `DeleteJob`, `ListJobs` and `SearchJobs` among others, each with parameters and returns clearly listed."]]],[]]