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 latest version available is 2.37.0-rc, with numerous previous versions ranging down to 2.11.0 also accessible for the `JobServiceConnection`."],["`JobServiceConnection` defines virtual methods for user-facing overload sets in `JobServiceClient`, enabling custom behavior injection for testing, and is relevant to version 2.34.0."],["`JobServiceConnection` provides functions to execute a wide array of job-related operations, including creating, updating, deleting, listing, and searching jobs, with additional batch operations."],["The documentation describes how to create concrete instances using `MakeJobServiceConnection()` and how to perform mocking with `talent_v4_mocks::MockJobServiceConnection`."],["The various functions provided by the `JobServiceConnection` take in a request parameter, and some provide a specific return type such as `StatusOr`, or `StreamRange`, related to google cloud talent v4."]]],[]]