public static void BindService(ServiceBinderBase serviceBinder, ProductService.ProductServiceBase 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-17 UTC."],[[["This webpage details the `ProductService` class, which is utilized for managing product data from customer websites in Google Cloud Retail."],["The `ProductService` class is part of the `Google.Cloud.Retail.V2` namespace, within the `Google.Cloud.Retail.V2.dll` assembly."],["The latest version of the `ProductService` class is version 2.12.0, and it contains version history links from version 1.0.0 up to the most recent."],["The `ProductService` class provides two `BindService` methods for registering service methods, with one enabling server definition creation and the other offering a way to customize the service binding."]]],[]]