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."],[[["The `JobServiceConnection` class provides an interface for interacting with the `JobServiceClient` in the Google Cloud Talent API, allowing for the implementation of custom behavior in testing environments."],["This documentation details the available versions of the `JobServiceConnection`, ranging from the latest release candidate (2.37.0-rc) to version 2.11.0, and including version 2.22.1."],["The `JobServiceConnection` class exposes various virtual methods, such as `CreateJob`, `GetJob`, `UpdateJob`, and `DeleteJob`, among others, for managing jobs within the Talent API."],["For creating instances of the connection, users should reference `MakeJobServiceConnection()`, and for mocking, `talent_v4_mocks::MockJobServiceConnection` is available."],["Each method documented, like `CreateJob`, `BatchCreateJobs` or `SearchJobs`, includes the required request parameters, return type, and associated description."]]],[]]