Uri
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यूनिफ़ॉर्म रिसॉर्स आइडेंटिफ़ायर, जो किसी ऐसे रिसॉर्स को दिखाता है जिसे Route Optimization API पढ़ और लिख सकता है.
JSON के काेड में दिखाना |
{
"uri": string
} |
फ़ील्ड |
uri |
string
संसाधन का यूआरआई. ऐसा हो सकता है कि संसाधन अभी मौजूद न हो. संसाधन का कॉन्टेंट, JSON या textproto के तौर पर कोड में बदला जाता है. सिर्फ़ Google Cloud Storage के संसाधनों का इस्तेमाल किया जा सकता है. अगर संसाधन को JSON के तौर पर कोड में बदला गया है, तो संसाधन के नाम के बाद .json होना चाहिए. अगर संसाधन को textproto के तौर पर कोड किया गया है, तो संसाधन के नाम के आखिर में .txtpb होना चाहिए. उदाहरण के लिए, JSON कोड में बदली गई फ़ाइल का Google Cloud Storage यूआरआई ऐसा दिख सकता है: gs://bucket/path/input/object.json .
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-08-31 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-08-31 (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`. |"]]