| Package | Description |
|---|---|
| com.google.api.services.content.model |
| Modifier and Type | Method and Description |
|---|---|
ProductsCustomBatchRequestEntry |
ProductsCustomBatchRequestEntry.clone() |
ProductsCustomBatchRequestEntry |
ProductsCustomBatchRequestEntry.set(String fieldName,
Object value) |
ProductsCustomBatchRequestEntry |
ProductsCustomBatchRequestEntry.setBatchId(Long batchId)
An entry ID, unique within the batch request.
|
ProductsCustomBatchRequestEntry |
ProductsCustomBatchRequestEntry.setFeedId(BigInteger feedId)
The Content API Supplemental Feed ID.
|
ProductsCustomBatchRequestEntry |
ProductsCustomBatchRequestEntry.setMerchantId(BigInteger merchantId)
The ID of the managing account.
|
ProductsCustomBatchRequestEntry |
ProductsCustomBatchRequestEntry.setMethod(String method)
The method of the batch entry.
|
ProductsCustomBatchRequestEntry |
ProductsCustomBatchRequestEntry.setProduct(Product product)
The product to insert or update.
|
ProductsCustomBatchRequestEntry |
ProductsCustomBatchRequestEntry.setProductId(String productId)
The ID of the product to get or mutate.
|
ProductsCustomBatchRequestEntry |
ProductsCustomBatchRequestEntry.setUpdateMask(String updateMask)
The comma-separated list of product attributes to be updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProductsCustomBatchRequestEntry> |
ProductsCustomBatchRequest.getEntries()
The request entries to be processed in the batch.
|
| Modifier and Type | Method and Description |
|---|---|
ProductsCustomBatchRequest |
ProductsCustomBatchRequest.setEntries(List<ProductsCustomBatchRequestEntry> entries)
The request entries to be processed in the batch.
|
Copyright © 2011–2024 Google. All rights reserved.