Google Shopping Merchant Quota V1 Client - Class ListAccountLimitsResponse (1.3.0)

Reference documentation and code samples for the Google Shopping Merchant Quota V1 Client class ListAccountLimitsResponse.

Response message for the ListAccountLimits method.

Generated from protobuf message google.shopping.merchant.quota.v1.ListAccountLimitsResponse

Namespace

Google \ Shopping \ Merchant \ Quota \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ account_limits array<AccountLimit>

The limits for the given account.

↳ 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.

getAccountLimits

The limits for the given account.

Returns
Type Description
Google\Protobuf\RepeatedField<AccountLimit>

setAccountLimits

The limits for the given account.

Parameter
Name Description
var array<AccountLimit>
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