Class Image (2.8.2)

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

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

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

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. This field is a member of `oneof`_ ``data``.
thumbnail_uri str
Output only. HTTP URI to the thumbnail image.

Inheritance

builtins.object > proto.message.Message > Image