Show / Hide Table of Contents

Class AccountsResource.IssuesResource.ListRequest

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.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListAccountIssuesResponse>
MerchantBaseServiceRequest<ListAccountIssuesResponse>
AccountsResource.IssuesResource.ListRequest
Implements
IClientServiceRequest<ListAccountIssuesResponse>
IClientServiceRequest
Inherited Members
MerchantBaseServiceRequest<ListAccountIssuesResponse>.Xgafv
MerchantBaseServiceRequest<ListAccountIssuesResponse>.AccessToken
MerchantBaseServiceRequest<ListAccountIssuesResponse>.Alt
MerchantBaseServiceRequest<ListAccountIssuesResponse>.Callback
MerchantBaseServiceRequest<ListAccountIssuesResponse>.Fields
MerchantBaseServiceRequest<ListAccountIssuesResponse>.Key
MerchantBaseServiceRequest<ListAccountIssuesResponse>.OauthToken
MerchantBaseServiceRequest<ListAccountIssuesResponse>.PrettyPrint
MerchantBaseServiceRequest<ListAccountIssuesResponse>.QuotaUser
MerchantBaseServiceRequest<ListAccountIssuesResponse>.UploadType
MerchantBaseServiceRequest<ListAccountIssuesResponse>.UploadProtocol
ClientServiceRequest<ListAccountIssuesResponse>.Execute()
ClientServiceRequest<ListAccountIssuesResponse>.ExecuteAsStream()
ClientServiceRequest<ListAccountIssuesResponse>.ExecuteAsync()
ClientServiceRequest<ListAccountIssuesResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListAccountIssuesResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListAccountIssuesResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListAccountIssuesResponse>.CreateRequest(bool?)
ClientServiceRequest<ListAccountIssuesResponse>.GenerateRequestUri()
ClientServiceRequest<ListAccountIssuesResponse>.GetBody()
ClientServiceRequest<ListAccountIssuesResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListAccountIssuesResponse>.ETagAction
ClientServiceRequest<ListAccountIssuesResponse>.ModifyRequest
ClientServiceRequest<ListAccountIssuesResponse>.ValidateParameters
ClientServiceRequest<ListAccountIssuesResponse>.ApiVersion
ClientServiceRequest<ListAccountIssuesResponse>.RequestParameters
ClientServiceRequest<ListAccountIssuesResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Merchant.accounts_v1beta
Assembly: Google.Apis.Merchant.accounts_v1beta.dll
Syntax
public class AccountsResource.IssuesResource.ListRequest : MerchantBaseServiceRequest<ListAccountIssuesResponse>, IClientServiceRequest<ListAccountIssuesResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListAccountIssuesResponse>.HttpMethod

LanguageCode

Optional. The issues in the response will have human-readable fields in the given language. The format is BCP-47, such as en-US or sr-Latn. If not value is provided, en-US will be used.

Declaration
[RequestParameter("languageCode", RequestParameterType.Query)]
public virtual string LanguageCode { get; set; }
Property Value
Type Description
string

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListAccountIssuesResponse>.MethodName

PageSize

Optional. The maximum number of issues to return. The service may return fewer than this value. If unspecified, at most 50 issues will be returned. The maximum value is 100; values above 100 will be coerced to 100

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

Optional. A page token, received from a previous ListAccountIssues call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListAccountIssues must match the call that provided the page token.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Parent

Required. The parent, which owns this collection of issues. Format: accounts/{account}

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListAccountIssuesResponse>.RestPath

TimeZone

Optional. The IANA timezone used to localize times in human-readable fields. For example 'America/Los_Angeles'. If not set, 'America/Los_Angeles' will be used.

Declaration
[RequestParameter("timeZone", RequestParameterType.Query)]
public virtual string TimeZone { get; set; }
Property Value
Type Description
string

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
MerchantBaseServiceRequest<ListAccountIssuesResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX