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.
To create a concrete instance, see MakeJobServiceConnection().
[[["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-03-05 UTC."],[[["The latest release candidate version is 2.37.0-rc, while the current version being described is 2.36.0, and there are also 9 older versions listed, from 2.35.0 down to 2.27.0."],["`JobServiceConnection` is the object for `JobServiceClient`, defining virtual methods for user-facing overload sets in `JobServiceClient`."],["The interface enables custom behavior injection for testing purposes, using a Google Mock object with `JobServiceClient`."],["The `JobServiceConnection` class includes virtual methods such as `CancelJob`, `GetJob`, `InsertJob`, `DeleteJob`, `ListJobs`, `GetQueryResults`, and `Query`, each handling different request types related to BigQuery jobs."],["It is possible to create a concrete instance via `MakeJobServiceConnection()` and to mock, using `bigquerycontrol_v2_mocks::MockJobServiceConnection`."]]],[]]