Uri
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
معرّف موارد منتظم يشير إلى مورد يمكن لواجهة برمجة التطبيقات Route Optimization API قراءته وكتابته.
تمثيل JSON |
{
"uri": string
} |
الحقول |
uri |
string
معرّف الموارد المنتظم (URI) للمورد قد لا يكون المورد متوفّرًا بعد. يتم ترميز محتوى المورد إما بتنسيق JSON أو textproto. يمكن استخدام موارد Google Cloud Storage فقط. إذا تم ترميز المورد بتنسيق JSON، يجب إضافة .json إلى اسم المورد. إذا تم ترميز المورد على أنّه textproto، يجب إضافة .txtpb إلى اسم المورد. على سبيل المثال، قد يبدو معرّف الموارد المنتظم (URI) لخدمة Google Cloud Storage لملف بترميز JSON على النحو التالي: gs://bucket/path/input/object.json .
|
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-08-31 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-08-31 (حسب التوقيت العالمي المتفَّق عليه)"],[],[],null,["# Uri\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nA Universal Resource Identifier that points to a resource that can be read and written by the Route Optimization API.\n\n| JSON representation |\n|---------------------------|\n| ``` { \"uri\": string } ``` |\n\n| Fields ||\n|-------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `uri` | `string` The URI of the resource. The resource may not yet exist. The contents of the resource are encoded as either JSON or textproto. Only Google Cloud Storage resources are supported. If the resource is encoded as JSON, the resource name must be suffixed with `.json`. If the resource is encoded as textproto, the resource name must be suffixed with `.txtpb`. For example, a Google Cloud Storage URI to a JSON encoded file might look like: `gs://bucket/path/input/object.json`. |"]]