Reference documentation and code samples for the Google Shopping Merchant Quota V1 Client class GetAccountLimitRequest.
Request message for the GetAccountLimit method.
Generated from protobuf message google.shopping.merchant.quota.v1.GetAccountLimitRequest
Namespace
Google \ Shopping \ Merchant \ Quota \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name of the limit to retrieve. Format: |
getName
Required. The name of the limit to retrieve.
Format: accounts/{account}/limits/{limit}
For example: accounts/123/limits/products~ADS_NON_EEA
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The name of the limit to retrieve.
Format: accounts/{account}/limits/{limit}
For example: accounts/123/limits/products~ADS_NON_EEA
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. The name of the limit to retrieve.
Format: |
| Returns | |
|---|---|
| Type | Description |
GetAccountLimitRequest |
|