public static interface AccountIssueServiceGrpc.AsyncService
Service to support AccountIssueService
API.
Methods
listAccountIssues(ListAccountIssuesRequest request, StreamObserver<ListAccountIssuesResponse> responseObserver)
public default void listAccountIssues(ListAccountIssuesRequest request, StreamObserver<ListAccountIssuesResponse> responseObserver)
Lists all account issues of a Merchant Center account.
When called on a multi-client account, this method only returns issues
belonging to that account, not its sub-accounts. To retrieve issues for
sub-accounts, you must first call the
accounts.listSubaccounts
method to obtain a list of sub-accounts, and then call
accounts.issues.list
for each sub-account individually.
Parameters | |
---|---|
Name | Description |
request |
ListAccountIssuesRequest |
responseObserver |
io.grpc.stub.StreamObserver<ListAccountIssuesResponse> |