REST Resource: edits.images
المرجع: صورة
صورة تم تحميلها المورد الخاص بـ ImagesService.
تمثيل JSON |
{
"id": string,
"url": string,
"sha1": string,
"sha256": string
} |
الحقول |
id |
string
معرّف فريد يمثّل هذه الصورة.
|
url |
string
هو عنوان URL يعرض معاينة للصورة.
|
sha1 |
string
تجزئة sha1 للصورة.
|
sha256 |
string
تجزئة sha256 للصورة
|
الطُرق |
|
لحذف الصورة (المحددة بواسطة رقم التعريف) من التعديل. |
|
يؤدي هذا الإجراء إلى حذف جميع الصور الخاصة باللغة ونوع الصورة المحدَّدين. |
|
تعرض كل الصور. |
|
تحمّل صورة باللغة المحدّدة ونوع الصورة المحدّدَين، وتضيفها إلى التعديل. |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-08-22 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-08-22 (حسب التوقيت العالمي المتفَّق عليه)"],[[["Images are uploaded resources identified by a unique ID and accessible via URL."],["Images have properties including SHA1 and SHA256 hashes for content verification."],["Developers can manage images via methods to delete, list, and upload them within edits."],["Image management includes options to delete individual images or all images for a specific language and type."]]],["The core content describes an \"Image\" resource, which includes a unique `id`, a preview `url`, and `sha1` and `sha256` hashes. The available actions (methods) for managing images include: `delete` (removes a specific image), `deleteall` (removes all images of a specific type and language), `list` (retrieves all images), and `upload` (adds a new image with a given type and language to the edit). The JSON representation shows the structure of the image resource.\n"]]