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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 UTC."],[[["The webpage details the `JobServiceConnection` object, which is crucial for interacting with `JobServiceClient` and managing BigQuery jobs."],["This object provides virtual methods that mirror the user-facing overload sets in `JobServiceClient`, facilitating the injection of custom behaviors for testing purposes."],["The `JobServiceConnection` object can be instantiated via `MakeJobServiceConnection()`, while mocking is made possible by `bigquerycontrol_v2_mocks::MockJobServiceConnection`."],["It lists the various versions of `JobServiceConnection`, from 2.37.0-rc down to 2.27.0, with links to each version's documentation."],["The interface defines methods like `CancelJob`, `GetJob`, `InsertJob`, `DeleteJob`, `ListJobs`, `GetQueryResults`, and `Query`, for different operations related to BigQuery jobs."]]],[]]