Reference documentation and code samples for the Google Shopping Css V1 Client class QuotaGroup.
The group information for methods in the CSS API. The quota is shared
between all methods in the group. Even if none of the methods within the
group have usage the information for the group is returned.
Generated from protobuf messagegoogle.shopping.css.v1.QuotaGroup
Namespace
Google \ Shopping \ Css \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ name
string
Identifier. The resource name of the quota group. Format: accounts/{account}/quotas/{group} Example:accounts/12345678/quotas/css-products-insertNote: The {group} part is not guaranteed to follow a specific pattern.
↳ quota_usage
int|string
Output only. The current quota usage, meaning the number of calls already made on a given day to the methods in the group. The daily quota limits reset at at 12:00 PM midday UTC.
↳ quota_limit
int|string
Output only. The maximum number of calls allowed per day for the group.
↳ quota_minute_limit
int|string
Output only. The maximum number of calls allowed per minute for the group.
Output only. List of all methods group quota applies to.
getName
Identifier. The resource name of the quota group.
Format: accounts/{account}/quotas/{group}
Example:accounts/12345678/quotas/css-products-insertNote: The {group} part is not guaranteed to follow a specific pattern.
Returns
Type
Description
string
setName
Identifier. The resource name of the quota group.
Format: accounts/{account}/quotas/{group}
Example:accounts/12345678/quotas/css-products-insertNote: The {group} part is not guaranteed to follow a specific pattern.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getQuotaUsage
Output only. The current quota usage, meaning the number of calls already
made on a given day to the methods in the group. The daily quota limits
reset at at 12:00 PM midday UTC.
Returns
Type
Description
int|string
setQuotaUsage
Output only. The current quota usage, meaning the number of calls already
made on a given day to the methods in the group. The daily quota limits
reset at at 12:00 PM midday UTC.
Parameter
Name
Description
var
int|string
Returns
Type
Description
$this
getQuotaLimit
Output only. The maximum number of calls allowed per day for the group.
Returns
Type
Description
int|string
setQuotaLimit
Output only. The maximum number of calls allowed per day for the group.
Parameter
Name
Description
var
int|string
Returns
Type
Description
$this
getQuotaMinuteLimit
Output only. The maximum number of calls allowed per minute for the group.
Returns
Type
Description
int|string
setQuotaMinuteLimit
Output only. The maximum number of calls allowed per minute for the group.
Parameter
Name
Description
var
int|string
Returns
Type
Description
$this
getMethodDetails
Output only. List of all methods group quota applies to.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Shopping Css V1 Client - Class QuotaGroup (0.6.2)\n\nVersion latestkeyboard_arrow_down\n\n- [0.6.2 (latest)](/php/docs/reference/shopping-css/latest/V1.QuotaGroup)\n- [0.6.1](/php/docs/reference/shopping-css/0.6.1/V1.QuotaGroup)\n- [0.5.1](/php/docs/reference/shopping-css/0.5.1/V1.QuotaGroup)\n- [0.4.1](/php/docs/reference/shopping-css/0.4.1/V1.QuotaGroup)\n- [0.3.3](/php/docs/reference/shopping-css/0.3.3/V1.QuotaGroup)\n- [0.2.9](/php/docs/reference/shopping-css/0.2.9/V1.QuotaGroup)\n- [0.1.0](/php/docs/reference/shopping-css/0.1.0/V1.QuotaGroup) \nReference documentation and code samples for the Google Shopping Css V1 Client class QuotaGroup.\n\nThe group information for methods in the CSS API. The quota is shared\nbetween all methods in the group. Even if none of the methods within the\ngroup have usage the information for the group is returned.\n\nGenerated from protobuf message `google.shopping.css.v1.QuotaGroup`\n\nNamespace\n---------\n\nGoogle \\\\ Shopping \\\\ Css \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getName\n\nIdentifier. The resource name of the quota group.\n\nFormat: accounts/{account}/quotas/{group}\nExample: `accounts/12345678/quotas/css-products-insert`\nNote: The {group} part is not guaranteed to follow a specific pattern.\n\n### setName\n\nIdentifier. The resource name of the quota group.\n\nFormat: accounts/{account}/quotas/{group}\nExample: `accounts/12345678/quotas/css-products-insert`\nNote: The {group} part is not guaranteed to follow a specific pattern.\n\n### getQuotaUsage\n\nOutput only. The current quota usage, meaning the number of calls already\nmade on a given day to the methods in the group. The daily quota limits\nreset at at 12:00 PM midday UTC.\n\n### setQuotaUsage\n\nOutput only. The current quota usage, meaning the number of calls already\nmade on a given day to the methods in the group. The daily quota limits\nreset at at 12:00 PM midday UTC.\n\n### getQuotaLimit\n\nOutput only. The maximum number of calls allowed per day for the group.\n\n### setQuotaLimit\n\nOutput only. The maximum number of calls allowed per day for the group.\n\n### getQuotaMinuteLimit\n\nOutput only. The maximum number of calls allowed per minute for the group.\n\n### setQuotaMinuteLimit\n\nOutput only. The maximum number of calls allowed per minute for the group.\n\n### getMethodDetails\n\nOutput only. List of all methods group quota applies to.\n\n### setMethodDetails\n\nOutput only. List of all methods group quota applies to."]]