OptimizeToursUriResponse
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
locations.optimizeToursUri
メソッドによって返されるレスポンス。
JSON 表現 |
{
"output": {
object (Uri )
}
} |
フィールド |
output |
object (Uri )
省略可。JSON または textproto としてエンコードされた OptimizeToursResponse を含む Cloud Storage オブジェクトの URI。オブジェクトが JSON としてエンコードされている場合、オブジェクト名の拡張子は .json になります。オブジェクトが textproto としてエンコードされている場合、オブジェクト名の拡張子は .txtpb になります。 リソースの crc32_checksum を使用して、リソースの内容が変更されていないことを確認できます。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-08-31 UTC。
[null,null,["最終更新日 2025-08-31 UTC。"],[],[],null,["# OptimizeToursUriResponse\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nA response returned by the `locations.optimizeToursUri` method.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------|\n| ``` { \"output\": { object (/maps/documentation/route-optimization/reference/rest/v1/Uri) } } ``` |\n\n| Fields ||\n|----------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `output` | `object (`[Uri](/maps/documentation/route-optimization/reference/rest/v1/Uri)`)` Optional. The URI of the Cloud Storage object containing the `OptimizeToursResponse` encoded as either JSON or textproto. If the object was encoded as JSON, the extension of the object name will be `.json`. If the object was encoded as textproto, the extension of the object name will be `.txtpb`. The `crc32_checksum` of the resource can be used to verify the contents of the resource have not been modified. |"]]