Class AccountIssueServiceGrpc.AccountIssueServiceStub (0.1.0)

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.AccountIssueServiceStub

Methods

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
Overrides
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>