public static class CompletionService
Auto-completion service for retail.
This feature is only available for users who have Retail Search enabled. Contact Retail Support (retail-search-support@google.com) if you are interested in using Retail Search.
Namespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Methods
BindService(CompletionService.CompletionServiceBase)
public static ServerServiceDefinition BindService(CompletionService.CompletionServiceBase serviceImpl)
Creates service definition that can be registered with a server
Parameter | |
---|---|
Name | Description |
serviceImpl | CompletionService.CompletionServiceBase An object implementing the server-side handling logic. |
Returns | |
---|---|
Type | Description |
ServerServiceDefinition |
BindService(ServiceBinderBase, CompletionService.CompletionServiceBase)
public static void BindService(ServiceBinderBase serviceBinder, CompletionService.CompletionServiceBase 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 | ServiceBinderBase Service methods will be bound by calling |
serviceImpl | CompletionService.CompletionServiceBase An object implementing the server-side handling logic. |