Class CompletionService (1.3.0)

public static class CompletionService

Auto-completion service for retail.

This feature is only available for users who have Retail Search enabled. Please submit a form here to contact cloud sales if you are interested in using Retail Search.

Inheritance

Object > CompletionService

Namespace

Google.Cloud.Retail.V2

Assembly

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
NameDescription
serviceImplCompletionService.CompletionServiceBase

An object implementing the server-side handling logic.

Returns
TypeDescription
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
NameDescription
serviceBinderServiceBinderBase

Service methods will be bound by calling AddMethod on this object.

serviceImplCompletionService.CompletionServiceBase

An object implementing the server-side handling logic.