Google Ads Ad Manager V1 Client - Class BatchCreateLabelsRequest (0.7.0)

Reference documentation and code samples for the Google Ads Ad Manager V1 Client class BatchCreateLabelsRequest.

Request object for BatchCreateLabels method.

Generated from protobuf message google.ads.admanager.v1.BatchCreateLabelsRequest

Namespace

Google \ Ads \ AdManager \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The parent resource where Labels will be created. Format: networks/{network_code} The parent field in the CreateLabelRequest must match this field.

↳ requests array<CreateLabelRequest>

Required. The Label objects to create. A maximum of 100 objects can be created in a batch.

getParent

Required. The parent resource where Labels will be created.

Format: networks/{network_code} The parent field in the CreateLabelRequest must match this field.

Returns
Type Description
string

setParent

Required. The parent resource where Labels will be created.

Format: networks/{network_code} The parent field in the CreateLabelRequest must match this field.

Parameter
Name Description
var string
Returns
Type Description
$this

getRequests

Required. The Label objects to create.

A maximum of 100 objects can be created in a batch.

Returns
Type Description
Google\Protobuf\RepeatedField<CreateLabelRequest>

setRequests

Required. The Label objects to create.

A maximum of 100 objects can be created in a batch.

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

static::build

Parameters
Name Description
parent string

Required. The parent resource where Labels will be created. Format: networks/{network_code} The parent field in the CreateLabelRequest must match this field. Please see LabelServiceClient::networkName() for help formatting this field.

requests array<CreateLabelRequest>

Required. The Label objects to create. A maximum of 100 objects can be created in a batch.

Returns
Type Description
BatchCreateLabelsRequest