Class AccountIssueService.AccountIssueServiceBase
Base class for server-side implementations of AccountIssueService
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.dll
Syntax
[BindServiceMethod(typeof(AccountIssueService), "BindService")]
public abstract class AccountIssueService.AccountIssueServiceBase
Methods
ListAccountIssues(ListAccountIssuesRequest, ServerCallContext)
Lists all account issues of a Merchant Center account.
Declaration
public virtual Task<ListAccountIssuesResponse> ListAccountIssues(ListAccountIssuesRequest request, ServerCallContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| ListAccountIssuesRequest | request | The request received from the client. |
| ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
| Type | Description |
|---|---|
| Task<ListAccountIssuesResponse> | The response to send back to the client (wrapped by a task). |