| Package | Description |
|---|---|
| com.google.api.services.content.model |
| Modifier and Type | Method and Description |
|---|---|
ProductView |
ProductView.clone() |
ProductView |
ReportRow.getProductView()
Product fields requested by the merchant in the query.
|
ProductView |
ProductView.set(String fieldName,
Object value) |
ProductView |
ProductView.setAggregatedDestinationStatus(String aggregatedDestinationStatus)
Aggregated destination status.
|
ProductView |
ProductView.setAvailability(String availability)
Availability of the product.
|
ProductView |
ProductView.setBrand(String brand)
Brand of the product.
|
ProductView |
ProductView.setChannel(String channel)
Channel of the product (online versus local).
|
ProductView |
ProductView.setCondition(String condition)
Condition of the product.
|
ProductView |
ProductView.setCreationTime(String creationTime)
The time the merchant created the product in timestamp seconds.
|
ProductView |
ProductView.setCurrencyCode(String currencyCode)
Product price currency code (for example, ISO 4217).
|
ProductView |
ProductView.setExpirationDate(Date expirationDate)
Expiration date for the product.
|
ProductView |
ProductView.setGtin(List<String> gtin)
GTIN of the product.
|
ProductView |
ProductView.setId(String id)
The REST ID of the product, in the form of channel:contentLanguage:targetCountry:offerId.
|
ProductView |
ProductView.setItemGroupId(String itemGroupId)
Item group ID provided by the merchant for grouping variants together.
|
ProductView |
ProductView.setItemIssues(List<ProductViewItemIssue> itemIssues)
List of item issues for the product.
|
ProductView |
ProductView.setLanguageCode(String languageCode)
Language code of the product in BCP 47 format.
|
ProductView |
ProductView.setOfferId(String offerId)
Merchant-provided id of the product.
|
ProductView |
ProductView.setPriceMicros(Long priceMicros)
Product price specified as micros in the product currency.
|
ProductView |
ProductView.setShippingLabel(String shippingLabel)
The normalized shipping label specified in the feed
|
ProductView |
ProductView.setTitle(String title)
Title of the product.
|
| Modifier and Type | Method and Description |
|---|---|
ReportRow |
ReportRow.setProductView(ProductView productView)
Product fields requested by the merchant in the query.
|
Copyright © 2011–2022 Google. All rights reserved.