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 in the Google Cloud Dataproc C++ client library, offering a range of versions from 2.11.0 up to the latest release candidate, 2.37.0-rc."],["`JobControllerConnection` defines virtual methods for interacting with the `JobControllerClient`, enabling users to submit, get, list, update, cancel, and delete Dataproc jobs."],["The `JobControllerConnection` interface facilitates custom behavior injection for testing, such as using mock objects, and concrete instances can be created using the `MakeJobControllerConnection()` function."],["The class includes methods like `SubmitJob`, `GetJob`, `ListJobs`, `UpdateJob`, `CancelJob`, and `DeleteJob`, all of which take specific request objects as parameters and return appropriate status or job-related objects."],["The latest version available for review is `2.37.0-rc` and there are 26 other versions available for this specific class."]]],[]]