Google Shopping Merchant Quota V1beta Client - Class ListQuotaGroupsResponse (1.2.0)

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

Response message for the ListMethodGroups method.

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

Namespace

Google \ Shopping \ Merchant \ Quota \ V1beta

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

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

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

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