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

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

Request object for CreateReport method.

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

Namespace

Google \ Ads \ AdManager \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The parent resource where this Report will be created. Format: networks/{network_code}

↳ report Google\Ads\AdManager\V1\Report

Required. The Report to create.

getParent

Required. The parent resource where this Report will be created.

Format: networks/{network_code}

Returns
Type Description
string

setParent

Required. The parent resource where this Report will be created.

Format: networks/{network_code}

Parameter
Name Description
var string
Returns
Type Description
$this

getReport

Required. The Report to create.

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

hasReport

clearReport

setReport

Required. The Report to create.

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

static::build

Parameters
Name Description
parent string

Required. The parent resource where this Report will be created. Format: networks/{network_code} Please see Google\Ads\AdManager\V1\ReportServiceClient::networkName() for help formatting this field.

report Google\Ads\AdManager\V1\Report

Required. The Report to create.

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