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, providing schema-related operations for Google Cloud Pub/Sub."],["The latest version of `SchemaService` is 3.23.0, and the page contains a list of previous versions dating back to version 2.3.0, allowing developers to find the specific documentation relevant to their project."],["The `SchemaService` class inherits from the base `Object` class and has inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The page documents two static `BindService` methods, which are used for creating service definitions and registering service methods, respectively, for server-side handling of schema operations, using the `SchemaService.SchemaServiceBase`."],["The webpage is under version 2.9.0 of the documentation."]]],[]]