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-17 UTC."],[[["This document outlines the `JobServiceConnection` interface, which provides virtual methods for user-facing overload sets within `JobServiceClient`."],["The `JobServiceConnection` interface allows users to inject custom behaviors, particularly useful for testing `JobServiceClient` objects with mock objects."],["You can create a concrete instance of this connection by using the `MakeJobServiceConnection()` function, while for mocking purposes, refer to `talent_v4_mocks::MockJobServiceConnection`."],["The document lists various functions provided by `JobServiceConnection`, including operations like `CreateJob`, `BatchCreateJobs`, `GetJob`, `UpdateJob`, `DeleteJob`, `ListJobs`, `SearchJobs`, and `SearchJobsForAlert`, each with parameters and return types."],["The document covers a wide range of different versions of the `JobServiceConnection` class, starting at 2.11.0, all the way up to the latest release candidate version 2.37.0-rc."]]],[]]