public static void BindService(ServiceBinderBase serviceBinder, ClusterController.ClusterControllerBase 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 `ClusterController` class, part of the `Google.Cloud.Dataproc.V1` namespace, provides methods for managing clusters of Compute Engine instances."],["The latest version of `ClusterController` documented is 5.17.0, and the page details all versions from 5.0.0 to 5.17.0 and then some versions in the 3.0.0 and 4.0.0 ranges, each with their respective documentation links."],["The `ClusterController` class inherits from `Object` and includes inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["Two methods, `BindService(ClusterController.ClusterControllerBase)` and `BindService(ServiceBinderBase, ClusterController.ClusterControllerBase)`, are available for creating and registering service definitions with a server, allowing customization of the service binding logic."],["The assembly that contains this class is named: `Google.Cloud.Dataproc.V1.dll`."]]],[]]