Class ImageServiceStub (0.10.0)

public abstract class ImageServiceStub implements BackgroundResource

Base stub class for the ImageService service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > ImageServiceStub

Implements

BackgroundResource

Constructors

ImageServiceStub()

public ImageServiceStub()

Methods

close()

public abstract void close()

generateProductImageBackgroundCallable()

public UnaryCallable<GenerateProductImageBackgroundRequest,GenerateProductImageBackgroundResponse> generateProductImageBackgroundCallable()
Returns
Type Description
UnaryCallable<GenerateProductImageBackgroundRequest,GenerateProductImageBackgroundResponse>

removeProductImageBackgroundCallable()

public UnaryCallable<RemoveProductImageBackgroundRequest,RemoveProductImageBackgroundResponse> removeProductImageBackgroundCallable()
Returns
Type Description
UnaryCallable<RemoveProductImageBackgroundRequest,RemoveProductImageBackgroundResponse>

upscaleProductImageCallable()

public UnaryCallable<UpscaleProductImageRequest,UpscaleProductImageResponse> upscaleProductImageCallable()
Returns
Type Description
UnaryCallable<UpscaleProductImageRequest,UpscaleProductImageResponse>