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-05-07 UTC."],[[["This webpage details the `JobServiceConnection` object, which defines virtual methods for each user-facing overload set in `JobServiceClient`."],["The latest version available is `2.37.0-rc`, while the current documented version is `2.35.0`, with numerous other versions listed ranging from 2.36.0 down to 2.11.0."],["`JobServiceConnection` allows for custom behavior injection during testing, typically through the use of mock objects like `MockJobServiceConnection`."],["The interface provides virtual functions for various job management operations, including `CreateJob`, `BatchCreateJobs`, `GetJob`, `UpdateJob`, `BatchUpdateJobs`, `DeleteJob`, `BatchDeleteJobs`, `ListJobs`, `SearchJobs`, and `SearchJobsForAlert`."],["The document also include `GetOperation` which is used for retrieving information on a google long running operation."]]],[]]