Show / Hide Table of Contents

Class AccountsResource.ProductsResource.ListRequest

Lists the processed products in your Merchant Center account. The response might contain fewer items than specified by pageSize. Rely on pageToken to determine if there are more items to be requested. After inserting, updating, or deleting a product input, it may take several minutes before the updated processed product can be retrieved.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListProductsResponse>
MerchantBaseServiceRequest<ListProductsResponse>
AccountsResource.ProductsResource.ListRequest
Implements
IClientServiceRequest<ListProductsResponse>
IClientServiceRequest
Inherited Members
MerchantBaseServiceRequest<ListProductsResponse>.Xgafv
MerchantBaseServiceRequest<ListProductsResponse>.AccessToken
MerchantBaseServiceRequest<ListProductsResponse>.Alt
MerchantBaseServiceRequest<ListProductsResponse>.Callback
MerchantBaseServiceRequest<ListProductsResponse>.Fields
MerchantBaseServiceRequest<ListProductsResponse>.Key
MerchantBaseServiceRequest<ListProductsResponse>.OauthToken
MerchantBaseServiceRequest<ListProductsResponse>.PrettyPrint
MerchantBaseServiceRequest<ListProductsResponse>.QuotaUser
MerchantBaseServiceRequest<ListProductsResponse>.UploadType
MerchantBaseServiceRequest<ListProductsResponse>.UploadProtocol
ClientServiceRequest<ListProductsResponse>.Execute()
ClientServiceRequest<ListProductsResponse>.ExecuteAsStream()
ClientServiceRequest<ListProductsResponse>.ExecuteAsync()
ClientServiceRequest<ListProductsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListProductsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListProductsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListProductsResponse>.CreateRequest(bool?)
ClientServiceRequest<ListProductsResponse>.GenerateRequestUri()
ClientServiceRequest<ListProductsResponse>.GetBody()
ClientServiceRequest<ListProductsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListProductsResponse>.ETagAction
ClientServiceRequest<ListProductsResponse>.ModifyRequest
ClientServiceRequest<ListProductsResponse>.ValidateParameters
ClientServiceRequest<ListProductsResponse>.ApiVersion
ClientServiceRequest<ListProductsResponse>.RequestParameters
ClientServiceRequest<ListProductsResponse>.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.products_v1beta
Assembly: Google.Apis.Merchant.products_v1beta.dll
Syntax
public class AccountsResource.ProductsResource.ListRequest : MerchantBaseServiceRequest<ListProductsResponse>, IClientServiceRequest<ListProductsResponse>, 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<ListProductsResponse>.HttpMethod

MethodName

Gets the method name.

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

PageSize

The maximum number of products to return. The service may return fewer than this value. The maximum value is 250; values above 250 will be coerced to 250. If unspecified, the maximum number of products will be returned.

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

PageToken

A page token, received from a previous ListProducts call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListProducts 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 account to list processed products for. 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<ListProductsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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