Google Shopping Merchant Accounts V1 Client - Class BatchUpdateRegionsRequest (1.1.0)

Reference documentation and code samples for the Google Shopping Merchant Accounts V1 Client class BatchUpdateRegionsRequest.

Request message for the BatchUpdateRegions method.

Generated from protobuf message google.shopping.merchant.accounts.v1.BatchUpdateRegionsRequest

Namespace

Google \ Shopping \ Merchant \ Accounts \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The account to update one or more regions for. Format: accounts/{account}

↳ requests array<UpdateRegionRequest>

Required. The region(s) to update. The maximum number of regions that can be updated in a batch is 100.

getParent

Required. The account to update one or more regions for.

Format: accounts/{account}

Returns
Type Description
string

setParent

Required. The account to update one or more regions for.

Format: accounts/{account}

Parameter
Name Description
var string
Returns
Type Description
$this

getRequests

Required. The region(s) to update.

The maximum number of regions that can be updated in a batch is 100.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setRequests

Required. The region(s) to update.

The maximum number of regions that can be updated in a batch is 100.

Parameter
Name Description
var array<UpdateRegionRequest>
Returns
Type Description
$this