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."],[[["This webpage provides documentation for the `JobController` class within the `Google.Cloud.Dataproc.V1` namespace, which is part of version 3.1.0 of the library, with the latest available version being 5.17.0."],["The `JobController` class offers functionality to manage jobs and inherits from the base `Object` class, including methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The page details two methods, `BindService`, that facilitates registering the `JobController` service with a server, accepting either a `JobController.JobControllerBase` or both a `ServiceBinderBase` and `JobController.JobControllerBase` as parameters."],["The latest version, 5.17.0, and all previous versions, down to 3.1.0, of the `Google.Cloud.Dataproc.V1.JobController` class are available for viewing, each with their own detailed documentation."]]],[]]