Uses of Interface
com.google.cloud.retail.v2beta.ProductDetailOrBuilder
-
Packages that use ProductDetailOrBuilder Package Description com.google.cloud.retail.v2beta A client to Retail API -
-
Uses of ProductDetailOrBuilder in com.google.cloud.retail.v2beta
Classes in com.google.cloud.retail.v2beta that implement ProductDetailOrBuilder Modifier and Type Class Description class
ProductDetail
Detailed product information associated with a user event.static class
ProductDetail.Builder
Detailed product information associated with a user event.Methods in com.google.cloud.retail.v2beta that return ProductDetailOrBuilder Modifier and Type Method Description ProductDetailOrBuilder
UserEvent.Builder. getProductDetailsOrBuilder(int index)
The main product details related to the event.ProductDetailOrBuilder
UserEvent. getProductDetailsOrBuilder(int index)
The main product details related to the event.ProductDetailOrBuilder
UserEventOrBuilder. getProductDetailsOrBuilder(int index)
The main product details related to the event.Methods in com.google.cloud.retail.v2beta that return types with arguments of type ProductDetailOrBuilder Modifier and Type Method Description List<? extends ProductDetailOrBuilder>
UserEvent.Builder. getProductDetailsOrBuilderList()
The main product details related to the event.List<? extends ProductDetailOrBuilder>
UserEvent. getProductDetailsOrBuilderList()
The main product details related to the event.List<? extends ProductDetailOrBuilder>
UserEventOrBuilder. getProductDetailsOrBuilderList()
The main product details related to the event.
-