Uri
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একটি ইউনিভার্সাল রিসোর্স আইডেন্টিফায়ার যা একটি রিসোর্সকে নির্দেশ করে যা রুট অপ্টিমাইজেশান এপিআই দ্বারা পড়া এবং লেখা যায়।
JSON প্রতিনিধিত্ব |
---|
{
"uri": string
} |
ক্ষেত্র |
---|
uri | string সম্পদের URI. সম্পদ এখনও বিদ্যমান নাও হতে পারে. সম্পদের বিষয়বস্তু JSON বা textproto হিসাবে এনকোড করা হয়। শুধুমাত্র Google ক্লাউড স্টোরেজ সংস্থান সমর্থিত। যদি রিসোর্সটি JSON হিসেবে এনকোড করা হয়, তাহলে রিসোর্সের নামের সাথে .json প্রত্যয়িত হতে হবে। যদি রিসোর্সটি টেক্সটপ্রোটো হিসাবে এনকোড করা হয়, তাহলে রিসোর্স নামের সাথে .txtpb প্রত্যয়িত হতে হবে। উদাহরণস্বরূপ, একটি JSON এনকোড করা ফাইলের একটি Google ক্লাউড স্টোরেজ URI এর মতো দেখতে হতে পারে: gs://bucket/path/input/object.json । |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-08-29 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-08-29 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],[],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`. |"]]