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 page details the `JobControllerConnection` object, which acts as an interface defining virtual methods for `JobControllerClient` in the Dataproc v1 API."],["The `JobControllerConnection` interface is essential for injecting custom behaviors, particularly in testing scenarios involving `JobControllerClient` objects."],["You can create a concrete instance of `JobControllerConnection` using `MakeJobControllerConnection()`, or use `dataproc_v1_mocks::MockJobControllerConnection` for mocking purposes."],["The page lists the methods provided by the `JobControllerConnection` interface, such as `SubmitJob`, `GetJob`, `ListJobs`, `UpdateJob`, `CancelJob`, and `DeleteJob`, detailing their parameters and return types."],["The documentation provided includes links to different versions of the `JobControllerConnection` class ranging from version 2.37.0-rc down to version 2.11.0, with version 2.14.0 being the one documented."]]],[]]