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

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

Request message for the BatchCreateRegions method.

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

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 create one or more regions for. Format: accounts/{account}

↳ requests array<CreateRegionRequest>

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

getParent

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

Format: accounts/{account}

Returns
Type Description
string

setParent

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

Format: accounts/{account}

Parameter
Name Description
var string
Returns
Type Description
$this

getRequests

Required. The region(s) to create.

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

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setRequests

Required. The region(s) to create.

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

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