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.setCategoryL1(String categoryL1)
First level of the product category in [Google's product
taxonomy](https://support.google.com/merchants/answer/6324436).
|
ProductView |
ProductView.setCategoryL2(String categoryL2)
Second level of the product category in [Google's product
taxonomy](https://support.google.com/merchants/answer/6324436).
|
ProductView |
ProductView.setCategoryL3(String categoryL3)
Third level of the product category in [Google's product
taxonomy](https://support.google.com/merchants/answer/6324436).
|
ProductView |
ProductView.setCategoryL4(String categoryL4)
Fourth level of the product category in [Google's product
taxonomy](https://support.google.com/merchants/answer/6324436).
|
ProductView |
ProductView.setCategoryL5(String categoryL5)
Fifth level of the product category in [Google's product
taxonomy](https://support.google.com/merchants/answer/6324436).
|
ProductView |
ProductView.setChannel(String channel)
Channel of the product (online versus local).
|
ProductView |
ProductView.setClickPotential(String clickPotential)
Estimated performance potential compared to highest performing products of the merchant.
|
ProductView |
ProductView.setClickPotentialRank(Long clickPotentialRank)
Rank of the product based on its click potential.
|
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 (1 millionth of a standard unit, 1 USD = 1000000 micros) in
the product currency.
|
ProductView |
ProductView.setProductTypeL1(String productTypeL1)
First level of the product type in merchant's own [product
taxonomy](https://support.google.com/merchants/answer/6324436).
|
ProductView |
ProductView.setProductTypeL2(String productTypeL2)
Second level of the product type in merchant's own [product
taxonomy](https://support.google.com/merchants/answer/6324436).
|
ProductView |
ProductView.setProductTypeL3(String productTypeL3)
Third level of the product type in merchant's own [product
taxonomy](https://support.google.com/merchants/answer/6324436).
|
ProductView |
ProductView.setProductTypeL4(String productTypeL4)
Fourth level of the product type in merchant's own [product
taxonomy](https://support.google.com/merchants/answer/6324436).
|
ProductView |
ProductView.setProductTypeL5(String productTypeL5)
Fifth level of the product type in merchant's own [product
taxonomy](https://support.google.com/merchants/answer/6324436).
|
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–2024 Google. All rights reserved.