Class Image (2.4.2)

Image(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A representation of an image. Only images up to 30MB in size are supported.

Attributes

NameDescription
image_bytes bytes
Image content represented as a stream of bytes. Note: As with all bytes fields, protobuffers use a pure binary representation, whereas JSON representations use base64.
thumbnail_uri str
Output only. HTTP URI to the thumbnail image.