Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
ProductCluster |
ProductCluster.clone() |
ProductCluster |
ReportRow.getProductCluster()
Product cluster fields requested by the merchant in the query.
|
ProductCluster |
ProductCluster.set(String fieldName,
Object value) |
ProductCluster |
ProductCluster.setBrand(String brand)
Brand of the product cluster.
|
ProductCluster |
ProductCluster.setBrandInventoryStatus(String brandInventoryStatus)
Tells if there is at least one product of the brand currently `IN_STOCK` in your product feed
across multiple countries, all products are `OUT_OF_STOCK` in your product feed, or
`NOT_IN_INVENTORY`.
|
ProductCluster |
ProductCluster.setCategoryL1(String categoryL1)
Product category (1st level) of the product cluster, represented in Google's product taxonomy.
|
ProductCluster |
ProductCluster.setCategoryL2(String categoryL2)
Product category (2nd level) of the product cluster, represented in Google's product taxonomy.
|
ProductCluster |
ProductCluster.setCategoryL3(String categoryL3)
Product category (3rd level) of the product cluster, represented in Google's product taxonomy.
|
ProductCluster |
ProductCluster.setCategoryL4(String categoryL4)
Product category (4th level) of the product cluster, represented in Google's product taxonomy.
|
ProductCluster |
ProductCluster.setCategoryL5(String categoryL5)
Product category (5th level) of the product cluster, represented in Google's product taxonomy.
|
ProductCluster |
ProductCluster.setInventoryStatus(String inventoryStatus)
Tells whether the product cluster is `IN_STOCK` in your product feed across multiple countries,
`OUT_OF_STOCK` in your product feed, or `NOT_IN_INVENTORY` at all.
|
ProductCluster |
ProductCluster.setTitle(String title)
Title of the product cluster.
|
ProductCluster |
ProductCluster.setVariantGtins(List<String> variantGtins)
GTINs of example variants of the product cluster.
|
Modifier and Type | Method and Description |
---|---|
ReportRow |
ReportRow.setProductCluster(ProductCluster productCluster)
Product cluster fields requested by the merchant in the query.
|
Copyright © 2011–2024 Google. All rights reserved.