Reference documentation and code samples for the Google Shopping Css V1 Client class ListCssProductsResponse.
Response message for the ListCssProducts method.
Generated from protobuf message google.shopping.css.v1.ListCssProductsResponse
Namespace
Google \ Shopping \ Css \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ css_products |
array<Google\Shopping\Css\V1\CssProduct>
The processed CSS products from the specified account. These are your processed CSS products after applying rules and supplemental feeds. |
↳ next_page_token |
string
A token, which can be sent as |
getCssProducts
The processed CSS products from the specified account. These are your processed CSS products after applying rules and supplemental feeds.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setCssProducts
The processed CSS products from the specified account. These are your processed CSS products after applying rules and supplemental feeds.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Shopping\Css\V1\CssProduct>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |