Reference documentation and code samples for the Google Ads Ad Manager V1 Client class RunReportMetadata.
RunReport operation metadata.
Generated from protobuf message google.ads.admanager.v1.RunReportMetadata
Namespace
Google \ Ads \ AdManager \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ percent_complete | intAn estimate of how close this report is to being completed. Will always be 100 for failed and completed reports. | 
| ↳ report | stringThe result's parent report. | 
getPercentComplete
An estimate of how close this report is to being completed. Will always be 100 for failed and completed reports.
| Returns | |
|---|---|
| Type | Description | 
| int | |
setPercentComplete
An estimate of how close this report is to being completed. Will always be 100 for failed and completed reports.
| Parameter | |
|---|---|
| Name | Description | 
| var | int | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getReport
The result's parent report.
| Returns | |
|---|---|
| Type | Description | 
| string | |
setReport
The result's parent report.
| Parameter | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |