Uses of Class
com.google.cloud.retail.v2alpha.Promotion.Builder
-
Packages that use Promotion.Builder Package Description com.google.cloud.retail.v2alpha A client to Retail API -
-
Uses of Promotion.Builder in com.google.cloud.retail.v2alpha
Methods in com.google.cloud.retail.v2alpha that return Promotion.Builder Modifier and Type Method Description Promotion.BuilderProduct.Builder. addPromotionsBuilder()The promotions applied to the product.Promotion.BuilderProduct.Builder. addPromotionsBuilder(int index)The promotions applied to the product.Promotion.BuilderPromotion.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Promotion.BuilderPromotion.Builder. clear()Promotion.BuilderPromotion.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)Promotion.BuilderPromotion.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Promotion.BuilderPromotion.Builder. clearPromotionId()ID of the promotion.Promotion.BuilderPromotion.Builder. clone()Promotion.BuilderProduct.Builder. getPromotionsBuilder(int index)The promotions applied to the product.Promotion.BuilderPromotion.Builder. mergeFrom(Promotion other)Promotion.BuilderPromotion.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Promotion.BuilderPromotion.Builder. mergeFrom(com.google.protobuf.Message other)Promotion.BuilderPromotion.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static Promotion.BuilderPromotion. newBuilder()static Promotion.BuilderPromotion. newBuilder(Promotion prototype)Promotion.BuilderPromotion. newBuilderForType()protected Promotion.BuilderPromotion. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)Promotion.BuilderPromotion.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Promotion.BuilderPromotion.Builder. setPromotionId(String value)ID of the promotion.Promotion.BuilderPromotion.Builder. setPromotionIdBytes(com.google.protobuf.ByteString value)ID of the promotion.Promotion.BuilderPromotion.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)Promotion.BuilderPromotion.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Promotion.BuilderPromotion. toBuilder()Methods in com.google.cloud.retail.v2alpha that return types with arguments of type Promotion.Builder Modifier and Type Method Description List<Promotion.Builder>Product.Builder. getPromotionsBuilderList()The promotions applied to the product.Methods in com.google.cloud.retail.v2alpha with parameters of type Promotion.Builder Modifier and Type Method Description Product.BuilderProduct.Builder. addPromotions(int index, Promotion.Builder builderForValue)The promotions applied to the product.Product.BuilderProduct.Builder. addPromotions(Promotion.Builder builderForValue)The promotions applied to the product.Product.BuilderProduct.Builder. setPromotions(int index, Promotion.Builder builderForValue)The promotions applied to the product.
-