public static final class LfpInventoryServiceGrpc.LfpInventoryServiceStub extends AbstractAsyncStub<LfpInventoryServiceGrpc.LfpInventoryServiceStub>
A stub to allow clients to do asynchronous rpc calls to service LfpInventoryService.
Service for a LFP partner to submit local inventories for a merchant.
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractAsyncStub > LfpInventoryServiceGrpc.LfpInventoryServiceStubMethods
build(Channel channel, CallOptions callOptions)
protected LfpInventoryServiceGrpc.LfpInventoryServiceStub build(Channel channel, CallOptions callOptions)
Parameters | |
---|---|
Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
Returns | |
---|---|
Type | Description |
LfpInventoryServiceGrpc.LfpInventoryServiceStub |
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
insertLfpInventory(InsertLfpInventoryRequest request, StreamObserver<LfpInventory> responseObserver)
public void insertLfpInventory(InsertLfpInventoryRequest request, StreamObserver<LfpInventory> responseObserver)
Inserts a LfpInventory
resource for the given target merchant account. If
the resource already exists, it will be replaced. The inventory
automatically expires after 30 days.
Parameters | |
---|---|
Name | Description |
request |
InsertLfpInventoryRequest |
responseObserver |
io.grpc.stub.StreamObserver<LfpInventory> |