Google Shopping Merchant Issue Resolution V1 Client - Class ListAggregateProductStatusesResponse (1.2.0)

Reference documentation and code samples for the Google Shopping Merchant Issue Resolution V1 Client class ListAggregateProductStatusesResponse.

Response message for the ListAggregateProductStatuses method.

Generated from protobuf message google.shopping.merchant.issueresolution.v1.ListAggregateProductStatusesResponse

Namespace

Google \ Shopping \ Merchant \ IssueResolution \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ aggregate_product_statuses array<AggregateProductStatus>

The AggregateProductStatuses resources for the given account.

↳ next_page_token string

A token, which can be sent as pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages.

getAggregateProductStatuses

The AggregateProductStatuses resources for the given account.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setAggregateProductStatuses

The AggregateProductStatuses resources for the given account.

Parameter
Name Description
var array<AggregateProductStatus>
Returns
Type Description
$this

getNextPageToken

A token, which can be sent as pageToken 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 pageToken to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Parameter
Name Description
var string
Returns
Type Description
$this