Google Shopping Css V1 Client - Class ListCssProductsResponse (0.1.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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 page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

getCssProducts

The processed CSS products from the specified account. These are your processed CSS products after applying rules and supplemental feeds.

Returns
TypeDescription
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
NameDescription
var array<Google\Shopping\Css\V1\CssProduct>
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this