public static final class AccountIssueServiceGrpc.AccountIssueServiceFutureStub extends AbstractFutureStub<AccountIssueServiceGrpc.AccountIssueServiceFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service AccountIssueService.
Service to support AccountIssueService
API.
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractFutureStub > AccountIssueServiceGrpc.AccountIssueServiceFutureStubMethods
build(Channel channel, CallOptions callOptions)
protected AccountIssueServiceGrpc.AccountIssueServiceFutureStub build(Channel channel, CallOptions callOptions)
Parameters | |
---|---|
Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
Returns | |
---|---|
Type | Description |
AccountIssueServiceGrpc.AccountIssueServiceFutureStub |
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
listAccountIssues(ListAccountIssuesRequest request)
public ListenableFuture<ListAccountIssuesResponse> listAccountIssues(ListAccountIssuesRequest request)
Lists all account issues of a Merchant Center account.
Parameter | |
---|---|
Name | Description |
request |
ListAccountIssuesRequest |
Returns | |
---|---|
Type | Description |
com.google.common.util.concurrent.ListenableFuture<ListAccountIssuesResponse> |