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 defines virtual methods for user-facing overload sets within `JobServiceClient`."],["The `JobServiceConnection` interface allows users to inject custom behaviors into tests utilizing `JobServiceClient` objects, such as with Google Mock objects."],["The document provides a list of versions, ranging from `2.37.0-rc` to `2.11.0`, for the `JobServiceConnection`, with `2.37.0-rc` being the latest."],["It offers functions such as `CreateJob`, `BatchCreateJobs`, `GetJob`, `UpdateJob`, `BatchUpdateJobs`, `DeleteJob`, `BatchDeleteJobs`, `ListJobs`, `SearchJobs`, and `SearchJobsForAlert`, each detailed with parameters and return types."],["The document explains how to create concrete instances of `JobServiceConnection`, using the `MakeJobServiceConnection()` function, and how to use the `talent_v4_mocks::MockJobServiceConnection` for mocking purposes."]]],[]]