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."],[[["This document provides reference documentation for the `BatchController` class within the Google Cloud Dataproc v1 API, specifically in version 5.7.0, alongside other versions."],["The `BatchController` class is designed to manage batch workloads within the Google Cloud Dataproc service."],["The `BindService` method allows developers to create a service definition that can be registered with a server, with a corresponding method that can add methods to service binder objects."],["The class inherits from the .NET `object` class and implements members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The namespace for this class is `Google.Cloud.Dataproc.V1`, and it is part of the `Google.Cloud.Dataproc.V1.dll` assembly."]]],[]]