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

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 \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ cdn_config CdnConfig

Required. The CdnConfig to update. The CdnConfig's name is used to identify the CdnConfig to update.

↳ 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 CdnConfig to update.

The CdnConfig's name is used to identify the CdnConfig to update.

updateMask Google\Protobuf\FieldMask

Optional. The list of fields to update.

Returns
Type Description
UpdateCdnConfigRequest