Google Ads Ad Manager V1 Client - Class UpdateReportRequest (0.1.1)

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

Request object for UpdateReport method.

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

Namespace

Google \ Ads \ AdManager \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ report Google\Ads\AdManager\V1\Report

Required. The Report to update.

↳ update_mask Google\Protobuf\FieldMask

Required. The list of fields to update.

getReport

Required. The Report to update.

Returns
Type Description
Google\Ads\AdManager\V1\Report|null

hasReport

clearReport

setReport

Required. The Report to update.

Parameter
Name Description
var Google\Ads\AdManager\V1\Report
Returns
Type Description
$this

getUpdateMask

Required. The list of fields to update.

Returns
Type Description
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

Required. The list of fields to update.

Parameter
Name Description
var Google\Protobuf\FieldMask
Returns
Type Description
$this

static::build

Parameters
Name Description
report Google\Ads\AdManager\V1\Report

Required. The Report to update.

updateMask Google\Protobuf\FieldMask

Required. The list of fields to update.

Returns
Type Description
Google\Ads\AdManager\V1\UpdateReportRequest