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-09 UTC."],[[["This document details the `JobServiceConnection` object, which acts as an interface defining virtual methods for `JobServiceClient` operations within the Google Cloud Talent API, specifically for version 2.16.0."],["The `JobServiceConnection` interface allows users to inject custom behavior when testing `JobServiceClient` objects, and a mock implementation, `MockJobServiceConnection`, is also provided."],["The document lists various functions supported by the `JobServiceConnection`, including `CreateJob`, `BatchCreateJobs`, `GetJob`, `UpdateJob`, `BatchUpdateJobs`, `DeleteJob`, `BatchDeleteJobs`, `ListJobs`, `SearchJobs`, and `SearchJobsForAlert`."],["The document displays the latest version as 2.37.0-rc and then lists the available versions from 2.36.0 down to 2.11.0, showing a comprehensive version history."],["A concrete instance of the `JobServiceConnection` can be made using the `MakeJobServiceConnection()` function."]]],[]]