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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The parent resource where this |
↳ report |
Google\Ads\AdManager\V1\Report
Required. The |
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 |
Google\Ads\AdManager\V1\Report
Required. The |
Returns | |
---|---|
Type | Description |
Google\Ads\AdManager\V1\CreateReportRequest |