| Modifier and Type | Method and Description |
|---|---|
PriceInfo.Builder |
PriceInfo.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PriceInfo.Builder |
PriceInfo.Builder.clear() |
PriceInfo.Builder |
PriceInfo.Builder.clearCost()
The costs associated with the sale of a particular product.
|
PriceInfo.Builder |
PriceInfo.Builder.clearCurrencyCode()
The 3-letter currency code defined in [ISO
4217](https://www.iso.org/iso-4217-currency-codes.html).
|
PriceInfo.Builder |
PriceInfo.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
PriceInfo.Builder |
PriceInfo.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
PriceInfo.Builder |
PriceInfo.Builder.clearOriginalPrice()
Price of the product without any discount.
|
PriceInfo.Builder |
PriceInfo.Builder.clearPrice()
Price of the product.
|
PriceInfo.Builder |
PriceInfo.Builder.clearPriceEffectiveTime()
The timestamp when the [price][google.cloud.retail.v2alpha.PriceInfo.price]
starts to be effective.
|
PriceInfo.Builder |
PriceInfo.Builder.clearPriceExpireTime()
The timestamp when the [price][google.cloud.retail.v2alpha.PriceInfo.price]
stops to be effective.
|
PriceInfo.Builder |
PriceInfo.Builder.clearPriceRange()
Output only.
|
PriceInfo.Builder |
PriceInfo.Builder.clone() |
PriceInfo.Builder |
Product.Builder.getPriceInfoBuilder()
Product price and cost information.
|
PriceInfo.Builder |
LocalInventory.Builder.getPriceInfoBuilder()
Product price and cost information.
|
PriceInfo.Builder |
PriceInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PriceInfo.Builder |
PriceInfo.Builder.mergeFrom(com.google.protobuf.Message other) |
PriceInfo.Builder |
PriceInfo.Builder.mergeFrom(PriceInfo other) |
PriceInfo.Builder |
PriceInfo.Builder.mergePriceEffectiveTime(com.google.protobuf.Timestamp value)
The timestamp when the [price][google.cloud.retail.v2alpha.PriceInfo.price]
starts to be effective.
|
PriceInfo.Builder |
PriceInfo.Builder.mergePriceExpireTime(com.google.protobuf.Timestamp value)
The timestamp when the [price][google.cloud.retail.v2alpha.PriceInfo.price]
stops to be effective.
|
PriceInfo.Builder |
PriceInfo.Builder.mergePriceRange(PriceInfo.PriceRange value)
Output only.
|
PriceInfo.Builder |
PriceInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static PriceInfo.Builder |
PriceInfo.newBuilder() |
static PriceInfo.Builder |
PriceInfo.newBuilder(PriceInfo prototype) |
PriceInfo.Builder |
PriceInfo.newBuilderForType() |
protected PriceInfo.Builder |
PriceInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
PriceInfo.Builder |
PriceInfo.Builder.setCost(float value)
The costs associated with the sale of a particular product.
|
PriceInfo.Builder |
PriceInfo.Builder.setCurrencyCode(String value)
The 3-letter currency code defined in [ISO
4217](https://www.iso.org/iso-4217-currency-codes.html).
|
PriceInfo.Builder |
PriceInfo.Builder.setCurrencyCodeBytes(com.google.protobuf.ByteString value)
The 3-letter currency code defined in [ISO
4217](https://www.iso.org/iso-4217-currency-codes.html).
|
PriceInfo.Builder |
PriceInfo.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PriceInfo.Builder |
PriceInfo.Builder.setOriginalPrice(float value)
Price of the product without any discount.
|
PriceInfo.Builder |
PriceInfo.Builder.setPrice(float value)
Price of the product.
|
PriceInfo.Builder |
PriceInfo.Builder.setPriceEffectiveTime(com.google.protobuf.Timestamp.Builder builderForValue)
The timestamp when the [price][google.cloud.retail.v2alpha.PriceInfo.price]
starts to be effective.
|
PriceInfo.Builder |
PriceInfo.Builder.setPriceEffectiveTime(com.google.protobuf.Timestamp value)
The timestamp when the [price][google.cloud.retail.v2alpha.PriceInfo.price]
starts to be effective.
|
PriceInfo.Builder |
PriceInfo.Builder.setPriceExpireTime(com.google.protobuf.Timestamp.Builder builderForValue)
The timestamp when the [price][google.cloud.retail.v2alpha.PriceInfo.price]
stops to be effective.
|
PriceInfo.Builder |
PriceInfo.Builder.setPriceExpireTime(com.google.protobuf.Timestamp value)
The timestamp when the [price][google.cloud.retail.v2alpha.PriceInfo.price]
stops to be effective.
|
PriceInfo.Builder |
PriceInfo.Builder.setPriceRange(PriceInfo.PriceRange.Builder builderForValue)
Output only.
|
PriceInfo.Builder |
PriceInfo.Builder.setPriceRange(PriceInfo.PriceRange value)
Output only.
|
PriceInfo.Builder |
PriceInfo.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
PriceInfo.Builder |
PriceInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
PriceInfo.Builder |
PriceInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Product.Builder |
Product.Builder.setPriceInfo(PriceInfo.Builder builderForValue)
Product price and cost information.
|
LocalInventory.Builder |
LocalInventory.Builder.setPriceInfo(PriceInfo.Builder builderForValue)
Product price and cost information.
|
Copyright © 2024 Google LLC. All rights reserved.