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 outlines the `JobServiceConnection` class, which provides an interface for the `JobServiceClient` to interact with the Google Cloud Talent Solution's job service."],["The `JobServiceConnection` interface offers virtual methods that mirror the user-facing overload sets in `JobServiceClient`, facilitating custom behavior injection during testing with mock objects."],["The document lists available versions, including version `2.37.0-rc` as the latest version and going down to `2.11.0` version, as well as various virtual functions such as `CreateJob`, `BatchCreateJobs`, `GetJob`, and `SearchJobs`."],["The documentation specifies how to create concrete instances via the `MakeJobServiceConnection()` function, and how to create mock versions using the `talent_v4_mocks::MockJobServiceConnection`."],["Each of the functions it provides, such as CreateJob and UpdateJob, take a request object as a parameter, and provide a StatusOr response object."]]],[]]