Google Ads Ad Manager V1 Client - Class UpdateApplicationRequest (0.7.0)

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

Request object for UpdateApplication method.

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

Namespace

Google \ Ads \ AdManager \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ application Application

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

↳ update_mask Google\Protobuf\FieldMask

Optional. The list of fields to update.

getApplication

Required. The Application to update.

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

Returns
Type Description
Application|null

hasApplication

clearApplication

setApplication

Required. The Application to update.

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

Parameter
Name Description
var Application
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
application Application

Required. The Application to update.

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

updateMask Google\Protobuf\FieldMask

Optional. The list of fields to update.

Returns
Type Description
UpdateApplicationRequest