Class Image (2.17.0) Stay organized with collections Save and categorize content based on your preferences.
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 | |
|---|---|
| Name | Description |
image_bytes | bytesImage 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 ofoneof_data. |
thumbnail_uri | strOutput only. HTTP URI to the thumbnail image. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-30 UTC.