{"name": string,"generationTime": string,// Union field image can be only one of the following:"uri": string,"imageBytes": string// End of list of possible types for union field image.}
Union field image. The generated image. image can be only one of the following:
uri
string
Generally web-requestable URI of the generated image. This is a temporary URI and will expire after 6 months. A URI may not be populated immediately after generation. Use get or list api using image_id to get the URI.
[[["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-07-08 UTC."],[],[],null,["- [JSON representation](#SCHEMA_REPRESENTATION)\n\nRepresents a generated image object.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"generationTime\": string, // Union field `image` can be only one of the following: \"uri\": string, \"imageBytes\": string // End of list of possible types for union field `image`. } ``` |\n\n| Fields ||\n|------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Identifier. The unique key for the image. |\n| `generationTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` The timestamp when the image was generated. |\n| Union field `image`. The generated image. `image` can be only one of the following: ||\n| `uri` | `string` Generally web-requestable URI of the generated image. This is a temporary URI and will expire after 6 months. A URI may not be populated immediately after generation. Use get or list api using image_id to get the URI. |\n| `imageBytes` | `string (`[bytes](https://developers.google.com/discovery/v1/type-format)` format)` Raw bytes for the image. A base64-encoded string. |"]]