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 document details the `JobControllerConnection` interface for the `JobControllerClient` in Google Cloud Dataproc v1, defining methods for interacting with Dataproc jobs."],["The `JobControllerConnection` class allows for custom behavior injection, such as with mock objects, facilitating comprehensive testing of `JobControllerClient` objects."],["The interface includes virtual methods for job-related operations like submitting, getting, listing, updating, canceling, and deleting, with each method specifying request parameters and return types."],["Multiple versions of the reference material are available, with version 2.37.0-rc being the latest, and the current version of the content being 2.29.0."],["The `MakeJobControllerConnection()` function can be used to create a real instance, whereas `dataproc_v1_mocks::MockJobControllerConnection` can be used to mock."]]],[]]