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-17 UTC."],[[["The `BatchController` class in the Google Cloud Dataproc v1 API provides methods for managing batch workloads."],["Version 5.17.0 is the latest available version of the `BatchController`, and there are many other versions available, ranging down to version 3.1.0."],["`BatchController` inherits from the base `object` class, with several inherited members available."],["The `BindService` methods are available to create service definitions or register service methods, and they require an implementation of the `BatchControllerBase`."],["The `BatchController` class is contained in the Google.Cloud.Dataproc.V1 namespace, and is found within the assembly Google.Cloud.Dataproc.V1.dll."]]],[]]