This interface defines virtual methods for each of the user-facing overload sets in JobsClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type JobsClient.
[[["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."],[[["This document outlines the `JobsConnection` interface, which defines virtual methods for each overload set in `JobsClient`, enabling custom behavior injection during testing."],["The interface supports various operations on jobs, including creating, retrieving, listing, updating, deleting, and running jobs through specific virtual functions like `CreateJob`, `GetJob`, and `RunJob`."],["`JobsConnection` facilitates managing IAM policies, providing methods such as `GetIamPolicy`, `SetIamPolicy`, and `TestIamPermissions` for controlling access and permissions."],["The document showcases version history, listing available versions from 2.11.0 to 2.37.0-rc, along with links for each version of `JobsConnection`."],["`MakeJobsConnection()` can be used to generate a concrete instance of `JobsConnection`, and `run_v2_mocks::MockJobsConnection` can be used for mocking purposes."]]],[]]