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-03-21 UTC."],[[["The latest version available for the Google Cloud Dataproc v1 API's `BatchController` is version 5.17.0, with a range of versions from 5.16.0 to 3.1.0 also accessible."],["The `BatchController` class, part of the `Google.Cloud.Dataproc.V1` namespace, is used for managing batch workloads within the Google Cloud Dataproc environment."],["The `BatchController` class inherits from the base `object` class, having methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` inherited from it."],["There are two methods available to bind services: `BindService(BatchControllerBase)`, which creates a service definition to be registered with a server, and `BindService(ServiceBinderBase, BatchControllerBase)`, which allows for custom service binding."],["The documentation references the `BatchControllerBase` class, indicating it's a server-side component that you can implement."]]],[]]