Google Ads Ad Manager V1 Client - Class BatchCreateCustomTargetingValuesResponse (0.8.0)

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

Response object for BatchCreateCustomTargetingValues method.

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

Namespace

Google \ Ads \ AdManager \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ custom_targeting_values array<CustomTargetingValue>

The CustomTargetingValue objects created.

getCustomTargetingValues

The CustomTargetingValue objects created.

Returns
Type Description
Google\Protobuf\RepeatedField<CustomTargetingValue>

setCustomTargetingValues

The CustomTargetingValue objects created.

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