public static void BindService(ServiceBinderBase serviceBinder, SchemaService.SchemaServiceBase 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-31 UTC."],[[["This webpage details the `SchemaService` class within the `Google.Cloud.PubSub.V1` namespace, which is part of the Google Cloud Pub/Sub .NET library."],["The latest available version of the `SchemaService` is 3.23.0, with a comprehensive list of previous versions dating back to 2.3.0 also documented on the webpage."],["The `SchemaService` class inherits from the `Object` class and includes inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The class provides two static `BindService` methods to create or register a service definition, allowing customization of the service binding logic, including the implementation of server-side handling."],["`BindService` methods require a `SchemaService.SchemaServiceBase` implementation which is to be provided as a parameter, handling server side logic, with other parameters being required depending on the method used."]]],[]]