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."],[[["The webpage provides documentation for the `JobControllerConnection` object, which is used with `JobControllerClient` in the Google Cloud Dataproc v1 C++ library."],["This interface allows users to customize `JobControllerClient` behavior, particularly for testing purposes, by injecting custom implementations."],["The latest stable release of the library is version 2.36.0, while the release candidate is 2.37.0-rc, with a history of releases going back to version 2.11.0."],["The `JobControllerConnection` interface defines several virtual methods for interacting with Dataproc jobs, including `SubmitJob`, `GetJob`, `ListJobs`, `UpdateJob`, `CancelJob`, and `DeleteJob`."],["The documentation also includes details on how to create a concrete instance of the interface using `MakeJobControllerConnection()` and how to mock it with `dataproc_v1_mocks::MockJobControllerConnection`."]]],[]]