public static void BindService(ServiceBinderBase serviceBinder, BatchController.BatchControllerBase 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-02 UTC."],[[["The `BatchController` class, part of the `Google.Cloud.Dataproc.V1` namespace, provides methods for managing batch workloads within Google Cloud Dataproc."],["The latest version available is 5.17.0, with a total of 23 versions listed, ranging down to 3.1.0, and each version is hyperlinked."],["`BatchController` inherits from `Object` and includes methods such as `BindService` for creating service definitions and registering service methods with a service binder."],["The assembly for this class is `Google.Cloud.Dataproc.V1.dll`."],["The `BindService` methods take in parameters for service implementation and service binders which are crucial for method implementations, and service definition."]]],[]]