| Package | Description |
|---|---|
| com.google.api.services.content.model |
| Modifier and Type | Method and Description |
|---|---|
ProductstatusesCustomBatchRequestEntry |
ProductstatusesCustomBatchRequestEntry.clone() |
ProductstatusesCustomBatchRequestEntry |
ProductstatusesCustomBatchRequestEntry.set(String fieldName,
Object value) |
ProductstatusesCustomBatchRequestEntry |
ProductstatusesCustomBatchRequestEntry.setBatchId(Long batchId)
An entry ID, unique within the batch request.
|
ProductstatusesCustomBatchRequestEntry |
ProductstatusesCustomBatchRequestEntry.setDestinations(List<String> destinations)
If set, only issues for the specified destinations are returned, otherwise only issues for the
Shopping destination.
|
ProductstatusesCustomBatchRequestEntry |
ProductstatusesCustomBatchRequestEntry.setIncludeAttributes(Boolean includeAttributes)
Deprecated: Setting this field has no effect and attributes are never included.
|
ProductstatusesCustomBatchRequestEntry |
ProductstatusesCustomBatchRequestEntry.setMerchantId(BigInteger merchantId)
The ID of the managing account.
|
ProductstatusesCustomBatchRequestEntry |
ProductstatusesCustomBatchRequestEntry.setMethod(String method)
The method of the batch entry.
|
ProductstatusesCustomBatchRequestEntry |
ProductstatusesCustomBatchRequestEntry.setProductId(String productId)
The ID of the product whose status to get.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProductstatusesCustomBatchRequestEntry> |
ProductstatusesCustomBatchRequest.getEntries()
The request entries to be processed in the batch.
|
| Modifier and Type | Method and Description |
|---|---|
ProductstatusesCustomBatchRequest |
ProductstatusesCustomBatchRequest.setEntries(List<ProductstatusesCustomBatchRequestEntry> entries)
The request entries to be processed in the batch.
|
Copyright © 2011–2024 Google. All rights reserved.