Uses of Interface
com.google.cloud.retail.v2.PromotionOrBuilder
-
Packages that use PromotionOrBuilder Package Description com.google.cloud.retail.v2 A client to Retail API -
-
Uses of PromotionOrBuilder in com.google.cloud.retail.v2
Classes in com.google.cloud.retail.v2 that implement PromotionOrBuilder Modifier and Type Class Description class
Promotion
Promotion information.static class
Promotion.Builder
Promotion information.Methods in com.google.cloud.retail.v2 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.v2 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.
-