Uses of Class
com.google.cloud.retail.v2.PriceInfo
-
Packages that use PriceInfo Package Description com.google.cloud.retail.v2 A client to Retail API -
-
Uses of PriceInfo in com.google.cloud.retail.v2
Methods in com.google.cloud.retail.v2 that return PriceInfo Modifier and Type Method Description PriceInfo
PriceInfo.Builder. build()
PriceInfo
PriceInfo.Builder. buildPartial()
static PriceInfo
PriceInfo. getDefaultInstance()
PriceInfo
PriceInfo.Builder. getDefaultInstanceForType()
PriceInfo
PriceInfo. getDefaultInstanceForType()
PriceInfo
LocalInventory.Builder. getPriceInfo()
Product price and cost information.PriceInfo
LocalInventory. getPriceInfo()
Product price and cost information.PriceInfo
LocalInventoryOrBuilder. getPriceInfo()
Product price and cost information.PriceInfo
Product.Builder. getPriceInfo()
Product price and cost information.PriceInfo
Product. getPriceInfo()
Product price and cost information.PriceInfo
ProductOrBuilder. getPriceInfo()
Product price and cost information.static PriceInfo
PriceInfo. parseDelimitedFrom(InputStream input)
static PriceInfo
PriceInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PriceInfo
PriceInfo. parseFrom(byte[] data)
static PriceInfo
PriceInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PriceInfo
PriceInfo. parseFrom(com.google.protobuf.ByteString data)
static PriceInfo
PriceInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PriceInfo
PriceInfo. parseFrom(com.google.protobuf.CodedInputStream input)
static PriceInfo
PriceInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PriceInfo
PriceInfo. parseFrom(InputStream input)
static PriceInfo
PriceInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PriceInfo
PriceInfo. parseFrom(ByteBuffer data)
static PriceInfo
PriceInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.retail.v2 that return types with arguments of type PriceInfo Modifier and Type Method Description com.google.protobuf.Parser<PriceInfo>
PriceInfo. getParserForType()
static com.google.protobuf.Parser<PriceInfo>
PriceInfo. parser()
Methods in com.google.cloud.retail.v2 with parameters of type PriceInfo Modifier and Type Method Description PriceInfo.Builder
PriceInfo.Builder. mergeFrom(PriceInfo other)
LocalInventory.Builder
LocalInventory.Builder. mergePriceInfo(PriceInfo value)
Product price and cost information.Product.Builder
Product.Builder. mergePriceInfo(PriceInfo value)
Product price and cost information.static PriceInfo.Builder
PriceInfo. newBuilder(PriceInfo prototype)
LocalInventory.Builder
LocalInventory.Builder. setPriceInfo(PriceInfo value)
Product price and cost information.Product.Builder
Product.Builder. setPriceInfo(PriceInfo value)
Product price and cost information.
-