Reference documentation and code samples for the Google Ads Ad Manager V1 Client class BatchUpdateCdnConfigsResponse.
Response object for BatchUpdateCdnConfigs method.
Generated from protobuf message google.ads.admanager.v1.BatchUpdateCdnConfigsResponse
Namespace
Google \ Ads \ AdManager \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ cdn_configs |
array<CdnConfig>
The |
getCdnConfigs
The CdnConfig objects updated.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<CdnConfig> |
|
setCdnConfigs
The CdnConfig objects updated.
| Parameter | |
|---|---|
| Name | Description |
var |
array<CdnConfig>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|