Google Shopping Merchant Quota V1 Client - Class ListQuotaGroupsResponse (1.2.1)

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

Response message for the ListMethodGroups method.

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

Namespace

Google \ Shopping \ Merchant \ Quota \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ quota_groups array<QuotaGroup>

The methods, current quota usage and limits per each group. The quota is shared between all methods in the group. The groups are sorted in descending order based on quota_usage.

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

getQuotaGroups

The methods, current quota usage and limits per each group. The quota is shared between all methods in the group. The groups are sorted in descending order based on quota_usage.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setQuotaGroups

The methods, current quota usage and limits per each group. The quota is shared between all methods in the group. The groups are sorted in descending order based on quota_usage.

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