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 numerous previous versions are also accessible, ranging from 5.16.0 down to 3.1.0."],["The `BatchController` class has two `BindService` methods, one that creates a service definition, and the other that registers a service method with a service binder."],["The `BatchController` class inherits from `object` and has inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The namespace for the `BatchController` is `Google.Cloud.Dataproc.V1`, and it is part of the `Google.Cloud.Dataproc.V1.dll` assembly."]]],[]]