public interface WarningCountOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getReason()
public abstract ProcessingWarningReason getReason()The warning reason.
.google.ads.datamanager.v1.ProcessingWarningReason reason = 2;
| Returns | |
|---|---|
| Type | Description |
ProcessingWarningReason |
The reason. |
getReasonValue()
public abstract int getReasonValue()The warning reason.
.google.ads.datamanager.v1.ProcessingWarningReason reason = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for reason. |
getRecordCount()
public abstract long getRecordCount()The count of records that have a warning.
int64 record_count = 1;
| Returns | |
|---|---|
| Type | Description |
long |
The recordCount. |