واجهة DocumentObject
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
DocumentObject
هي واجهة تصف سمات عنصر محدّد.
التوقيع
interface DocumentObject
توقيعات الخصائص
الاسم |
الوصف |
addressLines |
(ميزة متوقّفة نهائيًا) |
audience |
(متوقّف نهائيًا) |
description |
وصف ساهم به المستخدم للعنصر المحدّد |
downloadUrl |
عنوان URL لتنزيل هذا العنصر. |
driveError |
رمز الخطأ لطلب فتح المستند مسبقًا في Google Drive |
driveSuccess |
ما إذا كان طلب فتح المستند مسبقًا في Google Drive ناجحًا |
duration |
تشير هذه العلامة إلى مدة الفيديو الذي تم اختياره. |
embedUrl |
عنوان URL لهذا العنصر مناسب للتضمين في صفحة ويب. |
iconUrl |
عنوان URL لرمز هذا العنصر |
id |
رقم تعريف العنصر المحدّد. |
isNew |
تعرض القيمة "صحيح" إذا تم تحميل العنصر المحدد للتو. |
isShared |
ما إذا كان العنصر مشترَكًا |
lastEditedUtc |
الطابع الزمني الذي يصف وقت إجراء آخر تعديل على هذا العنصر |
latitude |
خط العرض للعنصر المحدّد. |
longitude |
خط الطول للعنصر المحدّد. |
mimeType |
نوع MIME لهذا العنصر. |
name |
اسم هذا العنصر. |
organizationDisplayName |
الاسم المعروض للمؤسسة المالكة |
parentId |
رقم تعريف العنصر الرئيسي لهذا العنصر. على سبيل المثال، المجلد الذي يحتوي على هذا الملف. |
phoneNumbers |
أرقام هواتف العنصر المحدّد |
resourceKey |
مفتاح المورد للعنصر، في حال توفّره سلسلة فارغة بخلاف ذلك |
rotation |
(متوقّف نهائيًا) |
rotationDegree |
(ميزة متوقّفة نهائيًا) |
serviceId |
رقم تعريف يصف الخدمة التي تم اختيار هذا العنصر منها. |
sizeBytes |
حجم العنصر الذي تم اختياره بالبايت ولا يتم عرض القيمة عند تحميل العنصر أثناء جلسة "أداة الاختيار". |
thumbnails |
مصفوفة من Thumbnail تصف سمات صورة أو فيديو لا يتم عرض الصور المصغّرة إذا كانت العناصر المحدّدة تنتمي إلى Google Drive. |
type |
نوع العنصر المحدّد |
uploadId |
ترتيب السلع في جلسة التحميل |
uploadState |
حالة التحميل |
url |
عنوان URL يؤدي إلى هذا العنصر |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)"],[],[],null,["# Interface DocumentObject\n\n`DocumentObject` is an interface describing the attributes of a selected item.\n\nSignature\n---------\n\n interface DocumentObject\n\nProperty signatures\n-------------------\n\n| Name | Description |\n|------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [~~`addressLines`~~](./picker.documentobject.addresslines) | *(Deprecated)* |\n| [~~`audience`~~](./picker.documentobject.audience) | *(Deprecated)* |\n| [`description`](./picker.documentobject.description) | A user-contributed description of the selected item. |\n| [`downloadUrl`](./picker.documentobject.downloadurl) | A URL to download this item. |\n| [`driveError`](./picker.documentobject.driveerror) | The error code for the request to pre-open the document in Google Drive. |\n| [`driveSuccess`](./picker.documentobject.drivesuccess) | Whether the request to pre-open the document in Google Drive was successful. |\n| [`duration`](./picker.documentobject.duration) | The duration of a selected video. |\n| [`embedUrl`](./picker.documentobject.embedurl) | A URL for this item suitable for embedding in a web page. |\n| [`iconUrl`](./picker.documentobject.iconurl) | A URL to an icon for this item. |\n| [`id`](./picker.documentobject.id) | The ID for the selected item. |\n| [`isNew`](./picker.documentobject.isnew) | Returns true if the selected item was just uploaded. |\n| [`isShared`](./picker.documentobject.isshared) | Whether the item is shared. |\n| [`lastEditedUtc`](./picker.documentobject.lasteditedutc) | The timestamp describing when this item was last edited. |\n| [`latitude`](./picker.documentobject.latitude) | The latitude of the selected item. |\n| [`longitude`](./picker.documentobject.longitude) | The longitude of the selected item. |\n| [`mimeType`](./picker.documentobject.mimetype) | The MIME type of this item. |\n| [`name`](./picker.documentobject.name) | The name of this item. |\n| [`organizationDisplayName`](./picker.documentobject.organizationdisplayname) | Display name for the owning organization. |\n| [`parentId`](./picker.documentobject.parentid) | The parent ID of this item. For example, the folder containing this file. |\n| [`phoneNumbers`](./picker.documentobject.phonenumbers) | The phone numbers of the selected item. |\n| [`resourceKey`](./picker.documentobject.resourcekey) | The resource key for the item, if present. Empty string otherwise |\n| [~~`rotation`~~](./picker.documentobject.rotation) | *(Deprecated)* |\n| [~~`rotationDegree`~~](./picker.documentobject.rotationdegree) | *(Deprecated)* |\n| [`serviceId`](./picker.documentobject.serviceid) | An id describing the service this item was selected from. |\n| [`sizeBytes`](./picker.documentobject.sizebytes) | Size of the picked item in bytes. The value is not returned when the item is uploaded during the Picker session. |\n| [`thumbnails`](./picker.documentobject.thumbnails) | An array of `Thumbnail`s which describe the attributes of a photo or video. Thumbnails aren't returned if the selected items belong to Google Drive. |\n| [`type`](./picker.documentobject.type) | The type of the selected item. |\n| [`uploadId`](./picker.documentobject.uploadid) | The item order in the upload session. |\n| [`uploadState`](./picker.documentobject.uploadstate) | The state of the upload. |\n| [`url`](./picker.documentobject.url) | A URL to this item. |"]]