Reference documentation and code samples for the Google Ads Data Manager V1 Client class WarningInfo.
Warning counts for each type of warning.
Generated from protobuf message google.ads.datamanager.v1.WarningInfo
Namespace
Google \ Ads \ DataManager \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ warning_counts |
array<WarningCount>
A list of warnings and counts per warning reason. |
getWarningCounts
A list of warnings and counts per warning reason.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setWarningCounts
A list of warnings and counts per warning reason.
| Parameter | |
|---|---|
| Name | Description |
var |
array<WarningCount>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|