Uses of Class
com.google.cloud.retail.v2alpha.Promotion
-
Packages that use Promotion Package Description com.google.cloud.retail.v2alpha A client to Retail API -
-
Uses of Promotion in com.google.cloud.retail.v2alpha
Methods in com.google.cloud.retail.v2alpha that return Promotion Modifier and Type Method Description PromotionPromotion.Builder. build()PromotionPromotion.Builder. buildPartial()static PromotionPromotion. getDefaultInstance()PromotionPromotion.Builder. getDefaultInstanceForType()PromotionPromotion. getDefaultInstanceForType()PromotionProduct.Builder. getPromotions(int index)The promotions applied to the product.PromotionProduct. getPromotions(int index)The promotions applied to the product.PromotionProductOrBuilder. getPromotions(int index)The promotions applied to the product.static PromotionPromotion. parseDelimitedFrom(InputStream input)static PromotionPromotion. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PromotionPromotion. parseFrom(byte[] data)static PromotionPromotion. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PromotionPromotion. parseFrom(com.google.protobuf.ByteString data)static PromotionPromotion. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PromotionPromotion. parseFrom(com.google.protobuf.CodedInputStream input)static PromotionPromotion. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PromotionPromotion. parseFrom(InputStream input)static PromotionPromotion. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PromotionPromotion. parseFrom(ByteBuffer data)static PromotionPromotion. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.retail.v2alpha that return types with arguments of type Promotion Modifier and Type Method Description com.google.protobuf.Parser<Promotion>Promotion. getParserForType()List<Promotion>Product.Builder. getPromotionsList()The promotions applied to the product.List<Promotion>Product. getPromotionsList()The promotions applied to the product.List<Promotion>ProductOrBuilder. getPromotionsList()The promotions applied to the product.static com.google.protobuf.Parser<Promotion>Promotion. parser()Methods in com.google.cloud.retail.v2alpha with parameters of type Promotion Modifier and Type Method Description Product.BuilderProduct.Builder. addPromotions(int index, Promotion value)The promotions applied to the product.Product.BuilderProduct.Builder. addPromotions(Promotion value)The promotions applied to the product.Promotion.BuilderPromotion.Builder. mergeFrom(Promotion other)static Promotion.BuilderPromotion. newBuilder(Promotion prototype)Product.BuilderProduct.Builder. setPromotions(int index, Promotion value)The promotions applied to the product.Method parameters in com.google.cloud.retail.v2alpha with type arguments of type Promotion Modifier and Type Method Description Product.BuilderProduct.Builder. addAllPromotions(Iterable<? extends Promotion> values)The promotions applied to the product.
-