Reference documentation and code samples for the Google Ads Data Manager V1 Client class WarningCount.
The warning count for a given warning reason.
Generated from protobuf message google.ads.datamanager.v1.WarningCount
Namespace
Google \ Ads \ DataManager \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ record_count |
int|string
The count of records that have a warning. |
↳ reason |
int
The warning reason. |
getRecordCount
The count of records that have a warning.
| Returns | |
|---|---|
| Type | Description |
int|string |
|
setRecordCount
The count of records that have a warning.
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getReason
The warning reason.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type ProcessingWarningReason. |
setReason
The warning reason.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type ProcessingWarningReason. |
| Returns | |
|---|---|
| Type | Description |
$this |
|