Show / Hide Table of Contents

Class AccountIssueService.AccountIssueServiceBase

Base class for server-side implementations of AccountIssueService

Inheritance
object
AccountIssueService.AccountIssueServiceBase
Inherited Members
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ToString()
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.dll
Syntax
[BindServiceMethod(typeof(AccountIssueService), "BindService")]
public abstract class AccountIssueService.AccountIssueServiceBase

Methods

ListAccountIssues(ListAccountIssuesRequest, ServerCallContext)

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][google.shopping.merchant.accounts.v1.AccountsService.ListSubAccounts] method to obtain a list of sub-accounts, and then call accounts.issues.list for each sub-account individually.

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

In this article
Back to top Generated by DocFX