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