Reference documentation and code samples for the Google Ads Ad Manager V1 Client class UpdateCdnConfigRequest.
Request object for UpdateCdnConfig method.
Generated from protobuf message google.ads.admanager.v1.UpdateCdnConfigRequest
Namespace
Google \ Ads \ AdManager \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ cdn_config |
CdnConfig
Required. The |
↳ update_mask |
Google\Protobuf\FieldMask
Optional. The list of fields to update. |
getCdnConfig
Required. The CdnConfig to update.
The CdnConfig's name is used to identify the CdnConfig
to update.
| Returns | |
|---|---|
| Type | Description |
CdnConfig|null |
|
hasCdnConfig
clearCdnConfig
setCdnConfig
Required. The CdnConfig to update.
The CdnConfig's name is used to identify the CdnConfig
to update.
| Parameter | |
|---|---|
| Name | Description |
var |
CdnConfig
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUpdateMask
Optional. The list of fields to update.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\FieldMask|null |
|
hasUpdateMask
clearUpdateMask
setUpdateMask
Optional. The list of fields to update.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\FieldMask
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
cdnConfig |
CdnConfig
Required. The The |
updateMask |
Google\Protobuf\FieldMask
Optional. The list of fields to update. |
| Returns | |
|---|---|
| Type | Description |
UpdateCdnConfigRequest |
|