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 \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ report | Google\Ads\AdManager\V1\ReportRequired. The  | 
| ↳ update_mask | Google\Protobuf\FieldMaskRequired. 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\ReportRequired. The  | 
| updateMask | Google\Protobuf\FieldMaskRequired. The list of fields to update. | 
| Returns | |
|---|---|
| Type | Description | 
| Google\Ads\AdManager\V1\UpdateReportRequest | |