| Modifier and Type | Method and Description |
|---|---|
Promotion |
Promotion.Builder.build() |
Promotion |
Promotion.Builder.buildPartial() |
static Promotion |
Promotion.getDefaultInstance() |
Promotion |
Promotion.getDefaultInstanceForType() |
Promotion |
Promotion.Builder.getDefaultInstanceForType() |
Promotion |
Product.getPromotions(int index)
The promotions applied to the product.
|
Promotion |
Product.Builder.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(ByteBuffer data) |
static Promotion |
Promotion.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Promotion> |
Promotion.getParserForType() |
List<Promotion> |
Product.getPromotionsList()
The promotions applied to the product.
|
List<Promotion> |
Product.Builder.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() |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Product.Builder |
Product.Builder.addAllPromotions(Iterable<? extends Promotion> values)
The promotions applied to the product.
|
Copyright © 2023 Google LLC. All rights reserved.