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 Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 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`. |"]]