public static final class LfpInventoryServiceGrpc.LfpInventoryServiceFutureStub extends AbstractFutureStub<LfpInventoryServiceGrpc.LfpInventoryServiceFutureStub>
A stub to allow clients to do ListenableFuture-style 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.AbstractFutureStub > LfpInventoryServiceGrpc.LfpInventoryServiceFutureStubMethods
build(Channel channel, CallOptions callOptions)
protected LfpInventoryServiceGrpc.LfpInventoryServiceFutureStub build(Channel channel, CallOptions callOptions)
Parameters | |
---|---|
Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
Returns | |
---|---|
Type | Description |
LfpInventoryServiceGrpc.LfpInventoryServiceFutureStub |
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
insertLfpInventory(InsertLfpInventoryRequest request)
public ListenableFuture<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 |
com.google.common.util.concurrent.ListenableFuture<LfpInventory> |