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` object, which is used with `JobControllerClient` in the Google Cloud Dataproc v1 C++ library."],["The `JobControllerConnection` interface offers virtual methods for all user-facing overload sets within `JobControllerClient`, enabling custom behavior injection for testing."],["You can create a concrete instance of `JobControllerConnection` using the `MakeJobControllerConnection()` function, or you can mock it using `dataproc_v1_mocks::MockJobControllerConnection` for tests."],["The page has a list of historical versions of the documentation, with the latest one being `2.37.0-rc`, and a range of version dating down to `2.11.0`."],["The `JobControllerConnection` object includes virtual functions such as `SubmitJob`, `SubmitJobAsOperation`, `GetJob`, `ListJobs`, `UpdateJob`, `CancelJob`, and `DeleteJob`, all of which are related to managing jobs and all take in a request parameter of its respective function."]]],[]]