Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
DatafeedStatusExample |
DatafeedStatusExample.clone() |
DatafeedStatusExample |
DatafeedStatusExample.set(String fieldName,
Object value) |
DatafeedStatusExample |
DatafeedStatusExample.setItemId(String itemId)
The ID of the example item.
|
DatafeedStatusExample |
DatafeedStatusExample.setLineNumber(BigInteger lineNumber)
Line number in the data feed where the example is found.
|
DatafeedStatusExample |
DatafeedStatusExample.setValue(String value)
The problematic value.
|
Modifier and Type | Method and Description |
---|---|
List<DatafeedStatusExample> |
DatafeedStatusError.getExamples()
A list of example occurrences of the error, grouped by product.
|
Modifier and Type | Method and Description |
---|---|
DatafeedStatusError |
DatafeedStatusError.setExamples(List<DatafeedStatusExample> examples)
A list of example occurrences of the error, grouped by product.
|
Copyright © 2011–2024 Google. All rights reserved.