PhotoView
Specifies which view of the Photo
to include in the response.
Enums |
BASIC |
Server responses do not include the download URL for the photo bytes. The default value. |
INCLUDE_DOWNLOAD_URL |
Server responses include the download URL for the photo bytes. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-09 UTC.
[null,null,["Last updated 2024-10-09 UTC."],[[["Photo response can be customized to include or exclude the download URL for the photo bytes."],["By default, the server response will not include the download URL (`BASIC` view)."],["Using `INCLUDE_DOWNLOAD_URL` enum will explicitly include the download URL in the server response."]]],[]]