public static final class LfpInventoryServiceGrpc.LfpInventoryServiceBlockingStub extends AbstractBlockingStub<LfpInventoryServiceGrpc.LfpInventoryServiceBlockingStub>
A stub to allow clients to do synchronous 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.AbstractBlockingStub > LfpInventoryServiceGrpc.LfpInventoryServiceBlockingStubMethods
build(Channel channel, CallOptions callOptions)
protected LfpInventoryServiceGrpc.LfpInventoryServiceBlockingStub build(Channel channel, CallOptions callOptions)
Parameters | |
---|---|
Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
Returns | |
---|---|
Type | Description |
LfpInventoryServiceGrpc.LfpInventoryServiceBlockingStub |
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
insertLfpInventory(InsertLfpInventoryRequest request)
public LfpInventory insertLfpInventory(InsertLfpInventoryRequest request)
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.
Parameter | |
---|---|
Name | Description |
request |
InsertLfpInventoryRequest |
Returns | |
---|---|
Type | Description |
LfpInventory |