Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
DatafeedsCustomBatchResponseEntry |
DatafeedsCustomBatchResponseEntry.clone() |
DatafeedsCustomBatchResponseEntry |
DatafeedsCustomBatchResponseEntry.set(String fieldName,
Object value) |
DatafeedsCustomBatchResponseEntry |
DatafeedsCustomBatchResponseEntry.setBatchId(Long batchId)
The ID of the request entry this entry responds to.
|
DatafeedsCustomBatchResponseEntry |
DatafeedsCustomBatchResponseEntry.setDatafeed(Datafeed datafeed)
The requested data feed.
|
DatafeedsCustomBatchResponseEntry |
DatafeedsCustomBatchResponseEntry.setErrors(Errors errors)
A list of errors for failed custombatch entries.
|
Modifier and Type | Method and Description |
---|---|
List<DatafeedsCustomBatchResponseEntry> |
DatafeedsCustomBatchResponse.getEntries()
The result of the execution of the batch requests.
|
Modifier and Type | Method and Description |
---|---|
DatafeedsCustomBatchResponse |
DatafeedsCustomBatchResponse.setEntries(List<DatafeedsCustomBatchResponseEntry> entries)
The result of the execution of the batch requests.
|
Copyright © 2011–2024 Google. All rights reserved.