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 Image
Image.Builder. build()
Image
Image.Builder. buildPartial()
static Image
Image. getDefaultInstance()
Image
Image.Builder. getDefaultInstanceForType()
Image
Image. getDefaultInstanceForType()
Image
Product.Builder. getImages(int index)
Product images for the product.Image
Product. getImages(int index)
Product images for the product.Image
ProductOrBuilder. getImages(int index)
Product images for the product.static Image
Image. parseDelimitedFrom(InputStream input)
static Image
Image. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Image
Image. parseFrom(byte[] data)
static Image
Image. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Image
Image. parseFrom(com.google.protobuf.ByteString data)
static Image
Image. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Image
Image. parseFrom(com.google.protobuf.CodedInputStream input)
static Image
Image. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Image
Image. parseFrom(InputStream input)
static Image
Image. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Image
Image. parseFrom(ByteBuffer data)
static Image
Image. 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.Builder
Product.Builder. addImages(int index, Image value)
Product images for the product.Product.Builder
Product.Builder. addImages(Image value)
Product images for the product.Image.Builder
Image.Builder. mergeFrom(Image other)
static Image.Builder
Image. newBuilder(Image prototype)
Product.Builder
Product.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.Builder
Product.Builder. addAllImages(Iterable<? extends Image> values)
Product images for the product.
-