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-03-21 UTC."],[[["The latest version of the `JobController` is 5.17.0, with the current documentation focusing on version 3.4.0, and the page provides links to documentation for versions ranging from 3.1.0 to 5.17.0."],["The `JobController` class in the `Google.Cloud.Dataproc.V1` namespace is designed to manage jobs and inherits from the base `Object` class, with several inherited members that provide basic object functionalities."],["The `JobController` offers two static methods for binding service definitions: `BindService(JobController.JobControllerBase)` which creates a service definition, and `BindService(ServiceBinderBase, JobController.JobControllerBase)` which registers service methods, useful when customizing service binding logic."],["The `BindService` methods require an object that implements the server-side logic (`JobController.JobControllerBase`) and optionally a `ServiceBinderBase` for customized binding."],["The `BindService(JobController.JobControllerBase)` method returns a `ServerServiceDefinition` object, while the other `BindService` method returns nothing, indicated by void, once the registration is completed."]]],[]]