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 page details the `JobControllerConnection` class for Google Cloud Dataproc v1, focusing on its role in defining virtual methods for the `JobControllerClient`."],["It provides a comprehensive list of versions ranging from 2.11.0 to 2.37.0-rc, offering links to each specific version's documentation."],["The `JobControllerConnection` allows for custom behavior injection, such as using a Google Mock object for testing purposes, specifically with the `JobControllerClient`."],["The class outlines virtual methods like `SubmitJob`, `GetJob`, `ListJobs`, `UpdateJob`, `CancelJob`, and `DeleteJob`, detailing their parameters and return types for various operations."],["This page references how to create an instance with `MakeJobControllerConnection()` and how to mock it with `dataproc_v1_mocks::MockJobControllerConnection`."]]],[]]