Uses of Interface
com.google.cloud.retail.v2beta.PromotionOrBuilder
-
Packages that use PromotionOrBuilder Package Description com.google.cloud.retail.v2beta A client to Retail API -
-
Uses of PromotionOrBuilder in com.google.cloud.retail.v2beta
Classes in com.google.cloud.retail.v2beta that implement PromotionOrBuilder Modifier and Type Class Description class
Promotion
Promotion information.static class
Promotion.Builder
Promotion information.Methods in com.google.cloud.retail.v2beta that return PromotionOrBuilder Modifier and Type Method Description PromotionOrBuilder
Product.Builder. getPromotionsOrBuilder(int index)
The promotions applied to the product.PromotionOrBuilder
Product. getPromotionsOrBuilder(int index)
The promotions applied to the product.PromotionOrBuilder
ProductOrBuilder. getPromotionsOrBuilder(int index)
The promotions applied to the product.Methods in com.google.cloud.retail.v2beta that return types with arguments of type PromotionOrBuilder Modifier and Type Method Description List<? extends PromotionOrBuilder>
Product.Builder. getPromotionsOrBuilderList()
The promotions applied to the product.List<? extends PromotionOrBuilder>
Product. getPromotionsOrBuilderList()
The promotions applied to the product.List<? extends PromotionOrBuilder>
ProductOrBuilder. getPromotionsOrBuilderList()
The promotions applied to the product.
-