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-09 UTC."],[[["This webpage details the `JobControllerConnection` interface for the `JobControllerClient`, used in Google Cloud Dataproc's C++ library, version 2.15.1."],["The interface offers virtual methods corresponding to the user-facing overload sets within `JobControllerClient`, enabling custom behavior injection for testing purposes, such as mocking."],["Users can find the concrete instance creation through `MakeJobControllerConnection()` and access mock functionality through `dataproc_v1_mocks::MockJobControllerConnection`."],["The documented functions within `JobControllerConnection` include `options()`, `SubmitJob()`, `SubmitJobAsOperation()`, `GetJob()`, `ListJobs()`, `UpdateJob()`, `CancelJob()`, and `DeleteJob()`, each with specific parameter and return types."],["The page provides the documentation for many previous versions of the `JobControllerConnection` interface, up to the latest release candidate version 2.37.0-rc."]]],[]]