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 webpage details the `JobControllerConnection` object, which works in conjunction with the `JobControllerClient`."],["The `JobControllerConnection` defines virtual methods that mirror the user-facing overload sets found within `JobControllerClient`, allowing for custom behavior injection during testing."],["The latest version of this documentation can be found under version `2.37.0-rc` and includes documentation for a wide range of previous versions as old as `2.11.0`."],["The documentation provides details for functions such as `SubmitJob`, `GetJob`, `ListJobs`, `UpdateJob`, `CancelJob`, and `DeleteJob`, including their parameters and return types."],["Users can also create an instance of the object using the `MakeJobControllerConnection()` function, and for mocking they can use `dataproc_v1_mocks::MockJobControllerConnection`."]]],[]]