Google Shopping Merchant Quota V1beta Client - Class ListQuotaGroupsRequest (0.1.3)

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

Request message for the ListQuotaGroups method.

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

Namespace

Google \ Shopping \ Merchant \ Quota \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The merchant account who owns the collection of method quotas Format: accounts/{account}

↳ page_size int

Optional. The maximum number of quotas to return in the response, used for paging. Defaults to 500; values above 1000 will be coerced to 1000.

↳ page_token string

Optional. Token (if provided) to retrieve the subsequent page. All other parameters must match the original call that provided the page token.

getParent

Required. The merchant account who owns the collection of method quotas Format: accounts/{account}

Returns
Type Description
string

setParent

Required. The merchant account who owns the collection of method quotas Format: accounts/{account}

Parameter
Name Description
var string
Returns
Type Description
$this

getPageSize

Optional. The maximum number of quotas to return in the response, used for paging. Defaults to 500; values above 1000 will be coerced to 1000.

Returns
Type Description
int

setPageSize

Optional. The maximum number of quotas to return in the response, used for paging. Defaults to 500; values above 1000 will be coerced to 1000.

Parameter
Name Description
var int
Returns
Type Description
$this

getPageToken

Optional. Token (if provided) to retrieve the subsequent page. All other parameters must match the original call that provided the page token.

Returns
Type Description
string

setPageToken

Optional. Token (if provided) to retrieve the subsequent page. All other parameters must match the original call that provided the page token.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
parent string

Required. The merchant account who owns the collection of method quotas Format: accounts/{account} Please see Google\Shopping\Merchant\Quota\V1beta\QuotaServiceClient::accountName() for help formatting this field.

Returns
Type Description
Google\Shopping\Merchant\Quota\V1beta\ListQuotaGroupsRequest