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

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

Response object for BatchCreateCdnConfigs method.

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

Namespace

Google \ Ads \ AdManager \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ cdn_configs array<CdnConfig>

The CdnConfig objects created.

getCdnConfigs

The CdnConfig objects created.

Returns
Type Description
Google\Protobuf\RepeatedField<CdnConfig>

setCdnConfigs

The CdnConfig objects created.

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