public static final class AccountIssueServiceGrpc.AccountIssueServiceStub extends AbstractAsyncStub<AccountIssueServiceGrpc.AccountIssueServiceStub>
A stub to allow clients to do asynchronous rpc calls to service AccountIssueService.
Service to support AccountIssueService
API.
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractAsyncStub > AccountIssueServiceGrpc.AccountIssueServiceStubMethods
build(Channel channel, CallOptions callOptions)
protected AccountIssueServiceGrpc.AccountIssueServiceStub build(Channel channel, CallOptions callOptions)
Parameters | |
---|---|
Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
Returns | |
---|---|
Type | Description |
AccountIssueServiceGrpc.AccountIssueServiceStub |
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
listAccountIssues(ListAccountIssuesRequest request, StreamObserver<ListAccountIssuesResponse> responseObserver)
public void listAccountIssues(ListAccountIssuesRequest request, StreamObserver<ListAccountIssuesResponse> responseObserver)
Lists all account issues of a Merchant Center account.
Parameters | |
---|---|
Name | Description |
request |
ListAccountIssuesRequest |
responseObserver |
io.grpc.stub.StreamObserver<ListAccountIssuesResponse> |