public static void BindService(ServiceBinderBase serviceBinder, ApiHubPlugin.ApiHubPluginBase 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 `ApiHubPlugin` class within the Google Cloud API Hub v1, which is used for managing plugins."],["The `ApiHubPlugin` class inherits from the base .NET `object` class and includes inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The namespace for `ApiHubPlugin` is `Google.Cloud.ApiHub.V1`, and it is contained within the `Google.Cloud.ApiHub.V1.dll` assembly."],["The `ApiHubPlugin` class includes two `BindService` methods, one that creates a service definition for server registration, and the other for registering service methods with a service binder, which is part of an experimental API."],["The latest version of the `ApiHubPlugin` is `1.0.0`, and a previous beta version of `1.0.0-beta02` is also available."]]],[]]