public interface ErrorInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getErrorCounts(int index)
public abstract ErrorCount getErrorCounts(int index)A list of errors and counts per error reason. May not be populated in all cases.
repeated .google.ads.datamanager.v1.ErrorCount error_counts = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ErrorCount |
|
getErrorCountsCount()
public abstract int getErrorCountsCount()A list of errors and counts per error reason. May not be populated in all cases.
repeated .google.ads.datamanager.v1.ErrorCount error_counts = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getErrorCountsList()
public abstract List<ErrorCount> getErrorCountsList()A list of errors and counts per error reason. May not be populated in all cases.
repeated .google.ads.datamanager.v1.ErrorCount error_counts = 1;
| Returns | |
|---|---|
| Type | Description |
List<ErrorCount> |
|
getErrorCountsOrBuilder(int index)
public abstract ErrorCountOrBuilder getErrorCountsOrBuilder(int index)A list of errors and counts per error reason. May not be populated in all cases.
repeated .google.ads.datamanager.v1.ErrorCount error_counts = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ErrorCountOrBuilder |
|
getErrorCountsOrBuilderList()
public abstract List<? extends ErrorCountOrBuilder> getErrorCountsOrBuilderList()A list of errors and counts per error reason. May not be populated in all cases.
repeated .google.ads.datamanager.v1.ErrorCount error_counts = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.ads.datamanager.v1.ErrorCountOrBuilder> |
|