Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
DatafeedStatus |
DatafeedStatus.clone() |
DatafeedStatus |
DatafeedstatusesCustomBatchResponseEntry.getDatafeedStatus()
The requested data feed status.
|
DatafeedStatus |
DatafeedStatus.set(String fieldName,
Object value) |
DatafeedStatus |
DatafeedStatus.setCountry(String country)
The country for which the status is reported, represented as a CLDR territory code.
|
DatafeedStatus |
DatafeedStatus.setDatafeedId(BigInteger datafeedId)
The ID of the feed for which the status is reported.
|
DatafeedStatus |
DatafeedStatus.setErrors(List<DatafeedStatusError> errors)
The list of errors occurring in the feed.
|
DatafeedStatus |
DatafeedStatus.setFeedLabel(String feedLabel)
The feed label status is reported for.
|
DatafeedStatus |
DatafeedStatus.setItemsTotal(BigInteger itemsTotal)
The number of items in the feed that were processed.
|
DatafeedStatus |
DatafeedStatus.setItemsValid(BigInteger itemsValid)
The number of items in the feed that were valid.
|
DatafeedStatus |
DatafeedStatus.setKind(String kind)
Identifies what kind of resource this is.
|
DatafeedStatus |
DatafeedStatus.setLanguage(String language)
The two-letter ISO 639-1 language for which the status is reported.
|
DatafeedStatus |
DatafeedStatus.setLastUploadDate(String lastUploadDate)
The last date at which the feed was uploaded.
|
DatafeedStatus |
DatafeedStatus.setProcessingStatus(String processingStatus)
The processing status of the feed.
|
DatafeedStatus |
DatafeedStatus.setWarnings(List<DatafeedStatusError> warnings)
The list of errors occurring in the feed.
|
Modifier and Type | Method and Description |
---|---|
List<DatafeedStatus> |
DatafeedstatusesListResponse.getResources() |
Modifier and Type | Method and Description |
---|---|
DatafeedstatusesCustomBatchResponseEntry |
DatafeedstatusesCustomBatchResponseEntry.setDatafeedStatus(DatafeedStatus datafeedStatus)
The requested data feed status.
|
Modifier and Type | Method and Description |
---|---|
DatafeedstatusesListResponse |
DatafeedstatusesListResponse.setResources(List<DatafeedStatus> resources) |
Copyright © 2011–2024 Google. All rights reserved.