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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eJobController\u003c/code\u003e 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.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eJobController\u003c/code\u003e class in the \u003ccode\u003eGoogle.Cloud.Dataproc.V1\u003c/code\u003e namespace is designed to manage jobs and inherits from the base \u003ccode\u003eObject\u003c/code\u003e class, with several inherited members that provide basic object functionalities.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eJobController\u003c/code\u003e offers two static methods for binding service definitions: \u003ccode\u003eBindService(JobController.JobControllerBase)\u003c/code\u003e which creates a service definition, and \u003ccode\u003eBindService(ServiceBinderBase, JobController.JobControllerBase)\u003c/code\u003e which registers service methods, useful when customizing service binding logic.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBindService\u003c/code\u003e methods require an object that implements the server-side logic (\u003ccode\u003eJobController.JobControllerBase\u003c/code\u003e) and optionally a \u003ccode\u003eServiceBinderBase\u003c/code\u003e for customized binding.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBindService(JobController.JobControllerBase)\u003c/code\u003e method returns a \u003ccode\u003eServerServiceDefinition\u003c/code\u003e object, while the other \u003ccode\u003eBindService\u003c/code\u003e method returns nothing, indicated by void, once the registration is completed.\u003c/p\u003e\n"]]],[],null,[]]