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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides documentation for the `JobServiceConnection` class within the Google Cloud Talent API, covering various versions from 2.11.0 up to the latest release candidate 2.37.0-rc."],["The `JobServiceConnection` class defines the interface for interacting with the `JobServiceClient`, enabling custom behavior injection during testing."],["The page outlines virtual methods like `CreateJob`, `GetJob`, `UpdateJob`, `DeleteJob`, `ListJobs`, and `SearchJobs`, which are the core functions for managing jobs within the API."],["Users can find information on how to create a concrete instance of `JobServiceConnection` using `MakeJobServiceConnection()` or use `talent_v4_mocks::MockJobServiceConnection` for testing."],["The interface also supports batch operations such as `BatchCreateJobs`, `BatchUpdateJobs`, and `BatchDeleteJobs` for efficient handling of multiple job requests."]]],[]]