Uses of Interface
com.google.cloud.retail.v2.ImageOrBuilder
-
Packages that use ImageOrBuilder Package Description com.google.cloud.retail.v2 A client to Retail API -
-
Uses of ImageOrBuilder in com.google.cloud.retail.v2
Classes in com.google.cloud.retail.v2 that implement ImageOrBuilder Modifier and Type Class Description class
Image
[Product][google.cloud.retail.v2.Product] image.static class
Image.Builder
[Product][google.cloud.retail.v2.Product] image.Methods in com.google.cloud.retail.v2 that return ImageOrBuilder Modifier and Type Method Description ImageOrBuilder
Product.Builder. getImagesOrBuilder(int index)
Product images for the product.ImageOrBuilder
Product. getImagesOrBuilder(int index)
Product images for the product.ImageOrBuilder
ProductOrBuilder. getImagesOrBuilder(int index)
Product images for the product.Methods in com.google.cloud.retail.v2 that return types with arguments of type ImageOrBuilder Modifier and Type Method Description List<? extends ImageOrBuilder>
Product.Builder. getImagesOrBuilderList()
Product images for the product.List<? extends ImageOrBuilder>
Product. getImagesOrBuilderList()
Product images for the product.List<? extends ImageOrBuilder>
ProductOrBuilder. getImagesOrBuilderList()
Product images for the product.
-