Class CatalogService (2.1.0)

public static class CatalogService

Service for managing catalog configuration.

Inheritance

Object > CatalogService

Namespace

Google.Cloud.Retail.V2

Assembly

Google.Cloud.Retail.V2.dll

Methods

BindService(CatalogService.CatalogServiceBase)

public static ServerServiceDefinition BindService(CatalogService.CatalogServiceBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
NameDescription
serviceImplCatalogService.CatalogServiceBase

An object implementing the server-side handling logic.

Returns
TypeDescription
ServerServiceDefinition

BindService(ServiceBinderBase, CatalogService.CatalogServiceBase)

public static void BindService(ServiceBinderBase serviceBinder, CatalogService.CatalogServiceBase 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.

serviceImplCatalogService.CatalogServiceBase

An object implementing the server-side handling logic.