Reference documentation and code samples for the Google Shopping Css V1 Client class ListCssProductsRequest.
Request message for the ListCssProducts method.
Generated from protobuf messagegoogle.shopping.css.v1.ListCssProductsRequest
Namespace
Google \ Shopping \ Css \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The account/domain to list processed CSS Products for. Format: accounts/{account}
↳ page_size
int
The maximum number of CSS Products to return. The service may return fewer than this value. The maximum value is 1000; values above 1000 will be coerced to 1000. If unspecified, the maximum number of CSS products will be returned.
↳ page_token
string
A page token, received from a previousListCssProductscall. Provide this to retrieve the subsequent page. When paginating, all other parameters provided toListCssProductsmust match the call that provided the page token.
getParent
Required. The account/domain to list processed CSS Products for.
Format: accounts/{account}
Returns
Type
Description
string
setParent
Required. The account/domain to list processed CSS Products for.
Format: accounts/{account}
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getPageSize
The maximum number of CSS Products to return. The service may return
fewer than this value.
The maximum value is 1000; values above 1000 will be coerced to 1000. If
unspecified, the maximum number of CSS products will be returned.
Returns
Type
Description
int
setPageSize
The maximum number of CSS Products to return. The service may return
fewer than this value.
The maximum value is 1000; values above 1000 will be coerced to 1000. If
unspecified, the maximum number of CSS products will be returned.
Parameter
Name
Description
var
int
Returns
Type
Description
$this
getPageToken
A page token, received from a previousListCssProductscall.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided toListCssProductsmust match the call that provided the page token.
Returns
Type
Description
string
setPageToken
A page token, received from a previousListCssProductscall.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided toListCssProductsmust match the call that provided the page token.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
static::build
Parameter
Name
Description
parent
string
Required. The account/domain to list processed CSS Products for.
Format: accounts/{account}
Please seeCssProductsServiceClient::accountName()for help formatting this field.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Shopping Css V1 Client - Class ListCssProductsRequest (0.6.2)\n\nVersion latestkeyboard_arrow_down\n\n- [0.6.2 (latest)](/php/docs/reference/shopping-css/latest/V1.ListCssProductsRequest)\n- [0.6.1](/php/docs/reference/shopping-css/0.6.1/V1.ListCssProductsRequest)\n- [0.5.1](/php/docs/reference/shopping-css/0.5.1/V1.ListCssProductsRequest)\n- [0.4.1](/php/docs/reference/shopping-css/0.4.1/V1.ListCssProductsRequest)\n- [0.3.3](/php/docs/reference/shopping-css/0.3.3/V1.ListCssProductsRequest)\n- [0.2.9](/php/docs/reference/shopping-css/0.2.9/V1.ListCssProductsRequest)\n- [0.1.0](/php/docs/reference/shopping-css/0.1.0/V1.ListCssProductsRequest) \nReference documentation and code samples for the Google Shopping Css V1 Client class ListCssProductsRequest.\n\nRequest message for the ListCssProducts method.\n\nGenerated from protobuf message `google.shopping.css.v1.ListCssProductsRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Shopping \\\\ Css \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. The account/domain to list processed CSS Products for.\n\nFormat: accounts/{account}\n\n### setParent\n\nRequired. The account/domain to list processed CSS Products for.\n\nFormat: accounts/{account}\n\n### getPageSize\n\nThe maximum number of CSS Products to return. The service may return\nfewer than this value.\n\nThe maximum value is 1000; values above 1000 will be coerced to 1000. If\nunspecified, the maximum number of CSS products will be returned.\n\n### setPageSize\n\nThe maximum number of CSS Products to return. The service may return\nfewer than this value.\n\nThe maximum value is 1000; values above 1000 will be coerced to 1000. If\nunspecified, the maximum number of CSS products will be returned.\n\n### getPageToken\n\nA page token, received from a previous `ListCssProducts` call.\n\nProvide this to retrieve the subsequent page.\nWhen paginating, all other parameters provided to `ListCssProducts`\nmust match the call that provided the page token.\n\n### setPageToken\n\nA page token, received from a previous `ListCssProducts` call.\n\nProvide this to retrieve the subsequent page.\nWhen paginating, all other parameters provided to `ListCssProducts`\nmust match the call that provided the page token.\n\n### static::build"]]