public final class ProductServiceGrpc
Service for ingesting Product information
of the customer's website.
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME
Field Value |
---|
Type | Description |
String | |
Static Methods
bindService(ProductServiceGrpc.AsyncService service)
public static final ServerServiceDefinition bindService(ProductServiceGrpc.AsyncService service)
Returns |
---|
Type | Description |
io.grpc.ServerServiceDefinition | |
getAddFulfillmentPlacesMethod()
public static MethodDescriptor<AddFulfillmentPlacesRequest,Operation> getAddFulfillmentPlacesMethod()
getAddLocalInventoriesMethod()
public static MethodDescriptor<AddLocalInventoriesRequest,Operation> getAddLocalInventoriesMethod()
getCreateProductMethod()
public static MethodDescriptor<CreateProductRequest,Product> getCreateProductMethod()
getDeleteProductMethod()
public static MethodDescriptor<DeleteProductRequest,Empty> getDeleteProductMethod()
getGetProductMethod()
public static MethodDescriptor<GetProductRequest,Product> getGetProductMethod()
getImportProductsMethod()
public static MethodDescriptor<ImportProductsRequest,Operation> getImportProductsMethod()
getListProductsMethod()
public static MethodDescriptor<ListProductsRequest,ListProductsResponse> getListProductsMethod()
getRemoveFulfillmentPlacesMethod()
public static MethodDescriptor<RemoveFulfillmentPlacesRequest,Operation> getRemoveFulfillmentPlacesMethod()
getRemoveLocalInventoriesMethod()
public static MethodDescriptor<RemoveLocalInventoriesRequest,Operation> getRemoveLocalInventoriesMethod()
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor()
Returns |
---|
Type | Description |
io.grpc.ServiceDescriptor | |
getSetInventoryMethod()
public static MethodDescriptor<SetInventoryRequest,Operation> getSetInventoryMethod()
getUpdateProductMethod()
public static MethodDescriptor<UpdateProductRequest,Product> getUpdateProductMethod()
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 |
---|
Name | Description |
channel | io.grpc.Channel
|
newFutureStub(Channel channel)
public static ProductServiceGrpc.ProductServiceFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
Parameter |
---|
Name | Description |
channel | io.grpc.Channel
|
newStub(Channel channel)
public static ProductServiceGrpc.ProductServiceStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
Parameter |
---|
Name | Description |
channel | io.grpc.Channel
|