Uses of Class
com.google.cloud.retail.v2.Image
-
Packages that use Image Package Description com.google.cloud.retail.v2 A client to Retail API -
-
Uses of Image in com.google.cloud.retail.v2
Methods in com.google.cloud.retail.v2 that return Image Modifier and Type Method Description ImageImage.Builder. build()ImageImage.Builder. buildPartial()static ImageImage. getDefaultInstance()ImageImage.Builder. getDefaultInstanceForType()ImageImage. getDefaultInstanceForType()ImageProduct.Builder. getImages(int index)Product images for the product.ImageProduct. getImages(int index)Product images for the product.ImageProductOrBuilder. getImages(int index)Product images for the product.static ImageImage. parseDelimitedFrom(InputStream input)static ImageImage. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImageImage. parseFrom(byte[] data)static ImageImage. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImageImage. parseFrom(com.google.protobuf.ByteString data)static ImageImage. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImageImage. parseFrom(com.google.protobuf.CodedInputStream input)static ImageImage. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImageImage. parseFrom(InputStream input)static ImageImage. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImageImage. parseFrom(ByteBuffer data)static ImageImage. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.retail.v2 that return types with arguments of type Image Modifier and Type Method Description List<Image>Product.Builder. getImagesList()Product images for the product.List<Image>Product. getImagesList()Product images for the product.List<Image>ProductOrBuilder. getImagesList()Product images for the product.com.google.protobuf.Parser<Image>Image. getParserForType()static com.google.protobuf.Parser<Image>Image. parser()Methods in com.google.cloud.retail.v2 with parameters of type Image Modifier and Type Method Description Product.BuilderProduct.Builder. addImages(int index, Image value)Product images for the product.Product.BuilderProduct.Builder. addImages(Image value)Product images for the product.Image.BuilderImage.Builder. mergeFrom(Image other)static Image.BuilderImage. newBuilder(Image prototype)Product.BuilderProduct.Builder. setImages(int index, Image value)Product images for the product.Method parameters in com.google.cloud.retail.v2 with type arguments of type Image Modifier and Type Method Description Product.BuilderProduct.Builder. addAllImages(Iterable<? extends Image> values)Product images for the product.
-