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.
[[["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 documentation page covers the `ProductService` class within the Google Cloud Retail v2 API, designed for ingesting product information from customer websites."],["The latest version of the API documented is 2.12.0, while this specific page is for version 2.4.0, and there are multiple other previous versions available, down to 1.0.0."],["The `ProductService` class inherits from the base `Object` class and includes methods for binding service implementations, such as `BindService`."],["The `BindService` method allows for the creation of a service definition to be used with a server, or the registration of a service method with a service binder, and it can be customized."],["The namespace for the documented class, `ProductService`, is `Google.Cloud.Retail.V2` found within the `Google.Cloud.Retail.V2.dll` assembly."]]],[]]