Class ProductServiceGrpc (2.43.0)

public final class ProductServiceGrpc

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

Inheritance

java.lang.Object > ProductServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(ProductServiceGrpc.AsyncService service)

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

getAddFulfillmentPlacesMethod()

public static MethodDescriptor<AddFulfillmentPlacesRequest,Operation> getAddFulfillmentPlacesMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<AddFulfillmentPlacesRequest,Operation>

getAddLocalInventoriesMethod()

public static MethodDescriptor<AddLocalInventoriesRequest,Operation> getAddLocalInventoriesMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<AddLocalInventoriesRequest,Operation>

getCreateProductMethod()

public static MethodDescriptor<CreateProductRequest,Product> getCreateProductMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateProductRequest,Product>

getDeleteProductMethod()

public static MethodDescriptor<DeleteProductRequest,Empty> getDeleteProductMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteProductRequest,Empty>

getGetProductMethod()

public static MethodDescriptor<GetProductRequest,Product> getGetProductMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetProductRequest,Product>

getImportProductsMethod()

public static MethodDescriptor<ImportProductsRequest,Operation> getImportProductsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ImportProductsRequest,Operation>

getListProductsMethod()

public static MethodDescriptor<ListProductsRequest,ListProductsResponse> getListProductsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListProductsRequest,ListProductsResponse>

getRemoveFulfillmentPlacesMethod()

public static MethodDescriptor<RemoveFulfillmentPlacesRequest,Operation> getRemoveFulfillmentPlacesMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<RemoveFulfillmentPlacesRequest,Operation>

getRemoveLocalInventoriesMethod()

public static MethodDescriptor<RemoveLocalInventoriesRequest,Operation> getRemoveLocalInventoriesMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<RemoveLocalInventoriesRequest,Operation>

getServiceDescriptor()

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

getSetInventoryMethod()

public static MethodDescriptor<SetInventoryRequest,Operation> getSetInventoryMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<SetInventoryRequest,Operation>

getUpdateProductMethod()

public static MethodDescriptor<UpdateProductRequest,Product> getUpdateProductMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateProductRequest,Product>

newBlockingStub(Channel channel)

public static ProductServiceGrpc.ProductServiceBlockingStub 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
ProductServiceGrpc.ProductServiceBlockingStub

newFutureStub(Channel channel)

public static ProductServiceGrpc.ProductServiceFutureStub newFutureStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ProductServiceGrpc.ProductServiceFutureStub

newStub(Channel channel)

public static ProductServiceGrpc.ProductServiceStub newStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ProductServiceGrpc.ProductServiceStub