Uri
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
指向 Route Optimization API 可以读取和写入的资源的通用资源标识符。
JSON 表示法 |
{
"uri": string
} |
字段 |
uri |
string
资源的 URI。资源可能尚不存在。 资源的内容编码为 JSON 或 textproto。仅支持 Google Cloud Storage 资源。如果资源编码为 JSON,则资源名称必须带有 .json 后缀。如果资源编码为 textproto,则资源名称必须带有 .txtpb 后缀。例如,指向 JSON 编码文件的 Google Cloud Storage URI 可能如下所示:gs://bucket/path/input/object.json 。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-08-31。
[null,null,["最后更新时间 (UTC):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`. |"]]