Show / Hide Table of Contents

Class ListLfpStoresRequest

Request message for the ListLfpStores method.

Inheritance
object
ListLfpStoresRequest
Implements
IMessage<ListLfpStoresRequest>
IEquatable<ListLfpStoresRequest>
IDeepCloneable<ListLfpStoresRequest>
IBufferMessage
IMessage
IPageRequest
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Lfp.V1
Assembly: Google.Shopping.Merchant.Lfp.V1.dll
Syntax
public sealed class ListLfpStoresRequest : IMessage<ListLfpStoresRequest>, IEquatable<ListLfpStoresRequest>, IDeepCloneable<ListLfpStoresRequest>, IBufferMessage, IMessage, IPageRequest

Constructors

ListLfpStoresRequest()

Declaration
public ListLfpStoresRequest()

ListLfpStoresRequest(ListLfpStoresRequest)

Declaration
public ListLfpStoresRequest(ListLfpStoresRequest other)
Parameters
Type Name Description
ListLfpStoresRequest other

Properties

PageSize

Optional. The maximum number of LfpStore resources for the given account to return. The service returns fewer than this value if the number of stores for the given account is less than the pageSize. The default value is 250. The maximum value is 1000; If a value higher than the maximum is specified, then the pageSize will default to the maximum.

Declaration
public int PageSize { get; set; }
Property Value
Type Description
int
Implements
IPageRequest.PageSize

PageToken

Optional. A page token, received from a previous ListLfpStoresRequest call. Provide the page token to retrieve the subsequent page. When paginating, all other parameters provided to ListLfpStoresRequest must match the call that provided the page token. The token returned as [nextPageToken][google.shopping.merchant.lfp.v1.ListLfpStoresResponse.next_page_token] in the response to the previous request.

Declaration
public string PageToken { get; set; }
Property Value
Type Description
string
Implements
IPageRequest.PageToken

Parent

Required. The LFP partner. Format: accounts/{account}

Declaration
public string Parent { get; set; }
Property Value
Type Description
string

ParentAsAccountName

AccountName-typed view over the Parent resource name property.

Declaration
public AccountName ParentAsAccountName { get; set; }
Property Value
Type Description
AccountName

TargetAccount

Required. The Merchant Center id of the merchant to list stores for.

Declaration
public long TargetAccount { get; set; }
Property Value
Type Description
long
In this article
Back to top Generated by DocFX