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