Interface GenerateProductImageBackgroundResponseOrBuilder (0.12.0)
public interface GenerateProductImageBackgroundResponseOrBuilder extends MessageOrBuilder
Methods
public abstract GeneratedImage getGeneratedImage()
The generated output image.
.google.shopping.merchant.productstudio.v1alpha.GeneratedImage generated_image = 1;
public abstract GeneratedImageOrBuilder getGeneratedImageOrBuilder()
The generated output image.
.google.shopping.merchant.productstudio.v1alpha.GeneratedImage generated_image = 1;
public abstract boolean hasGeneratedImage()
The generated output image.
.google.shopping.merchant.productstudio.v1alpha.GeneratedImage generated_image = 1;
Returns |
Type |
Description |
boolean |
Whether the generatedImage field is set.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-16 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-16 UTC."],[],[],null,["# Interface GenerateProductImageBackgroundResponseOrBuilder (0.12.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.12.0 (latest)](/java/docs/reference/google-shopping-merchant-productstudio/latest/com.google.shopping.merchant.productstudio.v1alpha.GenerateProductImageBackgroundResponseOrBuilder)\n- [0.10.0](/java/docs/reference/google-shopping-merchant-productstudio/0.10.0/com.google.shopping.merchant.productstudio.v1alpha.GenerateProductImageBackgroundResponseOrBuilder)\n- [0.8.0](/java/docs/reference/google-shopping-merchant-productstudio/0.8.0/com.google.shopping.merchant.productstudio.v1alpha.GenerateProductImageBackgroundResponseOrBuilder)\n- [0.7.0](/java/docs/reference/google-shopping-merchant-productstudio/0.7.0/com.google.shopping.merchant.productstudio.v1alpha.GenerateProductImageBackgroundResponseOrBuilder)\n- [0.4.0](/java/docs/reference/google-shopping-merchant-productstudio/0.4.0/com.google.shopping.merchant.productstudio.v1alpha.GenerateProductImageBackgroundResponseOrBuilder)\n- [0.3.0](/java/docs/reference/google-shopping-merchant-productstudio/0.3.0/com.google.shopping.merchant.productstudio.v1alpha.GenerateProductImageBackgroundResponseOrBuilder)\n- [0.2.0](/java/docs/reference/google-shopping-merchant-productstudio/0.2.0/com.google.shopping.merchant.productstudio.v1alpha.GenerateProductImageBackgroundResponseOrBuilder) \n\n public interface GenerateProductImageBackgroundResponseOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getGeneratedImage()\n\n public abstract GeneratedImage getGeneratedImage()\n\nThe generated output image.\n\n`.google.shopping.merchant.productstudio.v1alpha.GeneratedImage generated_image = 1;\n`\n\n### getGeneratedImageOrBuilder()\n\n public abstract GeneratedImageOrBuilder getGeneratedImageOrBuilder()\n\nThe generated output image.\n\n`.google.shopping.merchant.productstudio.v1alpha.GeneratedImage generated_image = 1;\n`\n\n### hasGeneratedImage()\n\n public abstract boolean hasGeneratedImage()\n\nThe generated output image.\n\n`.google.shopping.merchant.productstudio.v1alpha.GeneratedImage generated_image = 1;\n`"]]