public static void BindService(ServiceBinderBase serviceBinder, JobController.JobControllerBase serviceImpl)
Register service method with a service binder with or without implementation. Useful when customizing the service binding logic.
Note: this method is part of an experimental API that can change or be removed without any prior notice.
[[["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-04-17 UTC."],[[["This documentation covers the `JobController` class within the `Google.Cloud.Dataproc.V1` namespace, which is used to manage jobs via the Google Cloud Dataproc v1 API."],["The latest version documented is 5.17.0, and a range of previous versions, from 3.1.0 to 5.16.0, are also documented and accessible."],["The `JobController` class provides two static `BindService` methods for creating service definitions and binding service methods, both accepting an object implementing server-side handling logic."],["The class `JobController` inherits from the base object class and the documentation lists the inherited members."],["It highlights that the `JobController` is located in the assembly `Google.Cloud.Dataproc.V1.dll`."]]],[]]