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.
Parameters
Name
Description
serviceBinder
Grpc.Core.ServiceBinderBase
Service methods will be bound by calling AddMethod on this object.
[[["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-04-02 UTC."],[[["The latest version available for `Google.Cloud.PubSub.V1.SchemaService` is 3.23.0."],["The documentation provides links to various versions of `SchemaService`, spanning from version 2.3.0 up to the latest 3.23.0."],["`SchemaService` inherits from `System.Object` and is located within the `Google.Cloud.PubSub.V1` namespace in the `Google.Cloud.PubSub.V1.dll` assembly."],["There are two methods available for binding the service, `BindService(SchemaService.SchemaServiceBase)` and `BindService(ServiceBinderBase, SchemaService.SchemaServiceBase)`, allowing for service registration and customized binding logic."],["The `BindService` methods require a `SchemaService.SchemaServiceBase` object to handle server-side logic and a `ServiceBinderBase` object for binding in the second method, while returning a `Grpc.Core.ServerServiceDefinition` in the first method."]]],[]]