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 PriceInfoPriceInfo.Builder. build()PriceInfoPriceInfo.Builder. buildPartial()static PriceInfoPriceInfo. getDefaultInstance()PriceInfoPriceInfo.Builder. getDefaultInstanceForType()PriceInfoPriceInfo. getDefaultInstanceForType()PriceInfoLocalInventory.Builder. getPriceInfo()Product price and cost information.PriceInfoLocalInventory. getPriceInfo()Product price and cost information.PriceInfoLocalInventoryOrBuilder. getPriceInfo()Product price and cost information.PriceInfoProduct.Builder. getPriceInfo()Product price and cost information.PriceInfoProduct. getPriceInfo()Product price and cost information.PriceInfoProductOrBuilder. getPriceInfo()Product price and cost information.static PriceInfoPriceInfo. parseDelimitedFrom(InputStream input)static PriceInfoPriceInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PriceInfoPriceInfo. parseFrom(byte[] data)static PriceInfoPriceInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PriceInfoPriceInfo. parseFrom(com.google.protobuf.ByteString data)static PriceInfoPriceInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PriceInfoPriceInfo. parseFrom(com.google.protobuf.CodedInputStream input)static PriceInfoPriceInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PriceInfoPriceInfo. parseFrom(InputStream input)static PriceInfoPriceInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PriceInfoPriceInfo. parseFrom(ByteBuffer data)static PriceInfoPriceInfo. 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.BuilderPriceInfo.Builder. mergeFrom(PriceInfo other)LocalInventory.BuilderLocalInventory.Builder. mergePriceInfo(PriceInfo value)Product price and cost information.Product.BuilderProduct.Builder. mergePriceInfo(PriceInfo value)Product price and cost information.static PriceInfo.BuilderPriceInfo. newBuilder(PriceInfo prototype)LocalInventory.BuilderLocalInventory.Builder. setPriceInfo(PriceInfo value)Product price and cost information.Product.BuilderProduct.Builder. setPriceInfo(PriceInfo value)Product price and cost information.
-