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-09 UTC."],[[["The `JobController` class in the Google Cloud Dataproc v1 API provides methods for managing jobs within the Dataproc service."],["The latest version of the `JobController` documentation is for version 5.17.0, with a range of versions from 5.17.0 down to 3.1.0 available for reference."],["`JobController` inherits from the base `object` class and contains two `BindService` methods to create a service definition or bind service methods, respectively."],["The `BindService` methods take a `JobControllerBase` implementation as an argument, to handle the server-side logic."]]],[]]