This interface defines virtual methods for each of the user-facing overload sets in JobControllerClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type JobControllerClient.
[[["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-18 UTC."],[[["This webpage provides documentation for the `JobControllerConnection` class within the Google Cloud Dataproc C++ client library, covering versions from 2.11.0 up to the latest release candidate 2.37.0-rc."],["The `JobControllerConnection` class defines the interface for interacting with Dataproc job operations, and allows for custom behavior injection for testing `JobControllerClient` objects."],["You can access a specific version's documentation or view the latest version through the list of links, with the most recent release being 2.37.0-rc."],["The `JobControllerConnection` class includes virtual methods for operations such as submitting, retrieving, listing, updating, canceling, and deleting jobs, each with specific request and return types."],["There are ways to create a concrete instance of `JobControllerConnection` by using `MakeJobControllerConnection()`, or by mocking it using `dataproc_v1_mocks::MockJobControllerConnection`."]]],[]]