Google Shopping Merchant Quota V1 Client - Class GetAccountLimitRequest (1.2.0)

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 \ V1

Methods

__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: 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

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: accounts/{account}/limits/{limit} For example: accounts/123/limits/products~ADS_NON_EEA Please see AccountLimitsServiceClient::accountLimitName() for help formatting this field.

Returns
Type Description
GetAccountLimitRequest