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"]],[["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-14 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`."]]],[]]