Class CatalogServiceGrpc (0.44.0)

public final class CatalogServiceGrpc

Service for ingesting catalog information of the customer's website.

Inheritance

java.lang.Object > CatalogServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(CatalogServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(CatalogServiceGrpc.AsyncService service)
Parameter
NameDescription
serviceCatalogServiceGrpc.AsyncService
Returns
TypeDescription
io.grpc.ServerServiceDefinition

getCreateCatalogItemMethod()

public static MethodDescriptor<CreateCatalogItemRequest,CatalogItem> getCreateCatalogItemMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateCatalogItemRequest,CatalogItem>

getDeleteCatalogItemMethod()

public static MethodDescriptor<DeleteCatalogItemRequest,Empty> getDeleteCatalogItemMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteCatalogItemRequest,Empty>

getGetCatalogItemMethod()

public static MethodDescriptor<GetCatalogItemRequest,CatalogItem> getGetCatalogItemMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetCatalogItemRequest,CatalogItem>

getImportCatalogItemsMethod()

public static MethodDescriptor<ImportCatalogItemsRequest,Operation> getImportCatalogItemsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ImportCatalogItemsRequest,Operation>

getListCatalogItemsMethod()

public static MethodDescriptor<ListCatalogItemsRequest,ListCatalogItemsResponse> getListCatalogItemsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListCatalogItemsRequest,ListCatalogItemsResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

getUpdateCatalogItemMethod()

public static MethodDescriptor<UpdateCatalogItemRequest,CatalogItem> getUpdateCatalogItemMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateCatalogItemRequest,CatalogItem>

newBlockingStub(Channel channel)

public static CatalogServiceGrpc.CatalogServiceBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
CatalogServiceGrpc.CatalogServiceBlockingStub

newFutureStub(Channel channel)

public static CatalogServiceGrpc.CatalogServiceFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
CatalogServiceGrpc.CatalogServiceFutureStub

newStub(Channel channel)

public static CatalogServiceGrpc.CatalogServiceStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
CatalogServiceGrpc.CatalogServiceStub