GeneratedImage

Represents a generated image object.

JSON representation
{
  "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.
}
Fields
name

string

Identifier. The unique key for the image.

generationTime

string (Timestamp format)

The timestamp when the image was generated.

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.

imageBytes

string (bytes format)

Raw bytes for the image.

A base64-encoded string.