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.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The name of the limit to retrieve. Format: accounts/{account}/limits/{limit}
For example: accounts/123/limits/products~ADS_NON_EEA
getName
Required. The name of the limit to retrieve.
Format: accounts/{account}/limits/{limit}
For example: accounts/123/limits/products~ADS_NON_EEA
string
setName
Required. The name of the limit to retrieve.
Format: accounts/{account}/limits/{limit}
For example: accounts/123/limits/products~ADS_NON_EEA
var
string
$this
static::build
name
string
Required. The name of the limit to retrieve.
Format: accounts/{account}/limits/{limit}
For example: accounts/123/limits/products~ADS_NON_EEA
Please see AccountLimitsServiceClient::accountLimitName()
for help formatting this field.

