PhotoView
تحدّد طريقة عرض Photo
لتضمينها في الاستجابة.
عمليات التعداد |
BASIC |
لا تتضمن ردود الخادم عنوان URL للتنزيل الخاص بوحدات بايت الصورة. تمثّل هذه السمة القيمة التلقائية. |
INCLUDE_DOWNLOAD_URL |
تتضمن ردود الخادم عنوان URL للتنزيل الخاص بوحدات بايت الصورة. |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2023-06-09 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2023-06-09 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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."]]],["The content defines options for the response view of a `Photo` object. `BASIC`, the default, omits the photo's download URL. `INCLUDE_DOWNLOAD_URL` includes the download URL in the server response. This controls whether the server provides the direct link to retrieve the photo's data when responding to a request about the `Photo`.\n"]]